Searched refs:mc_info (Results 1 – 6 of 6) sorted by relevance
/device/google/bonito/json-c/ |
D | debug.h | 29 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__)
|
D | debug.c | 72 void mc_info(const char *msg, ...) in mc_info() function
|
/device/google/crosshatch/json-c/ |
D | debug.h | 29 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__)
|
D | debug.c | 72 void mc_info(const char *msg, ...) in mc_info() function
|
/device/google/coral/json-c/ |
D | debug.h | 29 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__)
|
D | debug.c | 72 void mc_info(const char *msg, ...) in mc_info() function
|