Home
last modified time | relevance | path

Searched refs:mc_info (Results 1 – 6 of 6) sorted by relevance

/device/google/bonito/json-c/
Ddebug.h29 extern void mc_info(const char *msg, ...);
58 #define MC_INFO(x, ...) mc_info(x, ##__VA_ARGS__)
64 #define MC_INFO(x, ...) if (0) mc_info(x, ##__VA_ARGS__)
Ddebug.c72 void mc_info(const char *msg, ...) in mc_info() function
/device/google/crosshatch/json-c/
Ddebug.h29 extern void mc_info(const char *msg, ...);
58 #define MC_INFO(x, ...) mc_info(x, ##__VA_ARGS__)
64 #define MC_INFO(x, ...) if (0) mc_info(x, ##__VA_ARGS__)
Ddebug.c72 void mc_info(const char *msg, ...) in mc_info() function
/device/google/coral/json-c/
Ddebug.h29 extern void mc_info(const char *msg, ...);
58 #define MC_INFO(x, ...) mc_info(x, ##__VA_ARGS__)
64 #define MC_INFO(x, ...) if (0) mc_info(x, ##__VA_ARGS__)
Ddebug.c72 void mc_info(const char *msg, ...) in mc_info() function