Home
last modified time | relevance | path

Searched defs:MC_DEBUG (Results 1 – 4 of 4) sorted by relevance

/device/google/crosshatch/json-c/
Ddebug.h57 #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/
Ddebug.h57 #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/
Ddebug.h57 #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/
Ddebug.h57 #define MC_DEBUG(x, ...) mc_debug(x, ##__VA_ARGS__) macro
63 #define MC_DEBUG(x, ...) if (0) mc_debug(x, ##__VA_ARGS__) macro