Searched defs:MC_DEBUG (Results 1 – 5 of 5) sorted by relevance
/device/google/crosshatch/json-c/ |
D | debug.h | 57 #define MC_DEBUG(x, ...) mc_debug(x, ##__VA_ARGS__) macro 63 #define MC_DEBUG(x, ...) if (0) mc_debug(x, ##__VA_ARGS__) macro
|
/device/google/sunfish/json-c/ |
D | debug.h | 57 #define MC_DEBUG(x, ...) mc_debug(x, ##__VA_ARGS__) macro 63 #define MC_DEBUG(x, ...) if (0) mc_debug(x, ##__VA_ARGS__) macro
|
/device/google/coral/json-c/ |
D | debug.h | 57 #define MC_DEBUG(x, ...) mc_debug(x, ##__VA_ARGS__) macro 63 #define MC_DEBUG(x, ...) if (0) mc_debug(x, ##__VA_ARGS__) macro
|
/device/google/redbull/json-c/ |
D | debug.h | 57 #define MC_DEBUG(x, ...) mc_debug(x, ##__VA_ARGS__) macro 63 #define MC_DEBUG(x, ...) if (0) mc_debug(x, ##__VA_ARGS__) macro
|
/device/google/bonito/json-c/ |
D | debug.h | 57 #define MC_DEBUG(x, ...) mc_debug(x, ##__VA_ARGS__) macro 63 #define MC_DEBUG(x, ...) if (0) mc_debug(x, ##__VA_ARGS__) macro
|