HomeSort by relevance Sort by last modified time
    Searched defs:MC_DEBUG (Results 1 - 3 of 3) sorted by null

  /device/google/bonito/json-c/
debug.h 27 extern void mc_debug(const char *msg, ...);
57 #define MC_DEBUG(x, ...) mc_debug(x, ##__VA_ARGS__)
63 #define MC_DEBUG(x, ...) if (0) mc_debug(x, ##__VA_ARGS__)
  /device/google/crosshatch/json-c/
debug.h 27 extern void mc_debug(const char *msg, ...);
57 #define MC_DEBUG(x, ...) mc_debug(x, ##__VA_ARGS__)
63 #define MC_DEBUG(x, ...) if (0) mc_debug(x, ##__VA_ARGS__)
  /external/u-boot/include/
radeon.h 88 #define MC_DEBUG 0x0188
    [all...]

Completed in 541 milliseconds