HomeSort by relevance Sort by last modified time
    Searched refs:MC_DEBUG (Results 1 - 9 of 9) 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__)
json_util.c 174 MC_DEBUG("sscanf_is_broken_test failed, enabling workaround code\n");
199 MC_DEBUG("Failed to parse, sscanf != 1\n");
json_object.c 71 MC_DEBUG("json_object_init: creating object table\n");
83 MC_DEBUG("json_object_fini: %d referenced objects at exit\n",
88 MC_DEBUG("\t%s:%p\n", json_type_to_name(obj->o_type), obj);
92 MC_DEBUG("json_object_fini: freeing object table\n");
181 MC_DEBUG("json_object_delete_%s: %p\n",
201 MC_DEBUG("json_object_new_%s: %p\n", json_type_to_name(jso->o_type), jso);
printbuf.c 69 MC_DEBUG("printbuf_memappend: realloc "
  /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__)
json_util.c 174 MC_DEBUG("sscanf_is_broken_test failed, enabling workaround code\n");
199 MC_DEBUG("Failed to parse, sscanf != 1\n");
json_object.c 71 MC_DEBUG("json_object_init: creating object table\n");
83 MC_DEBUG("json_object_fini: %d referenced objects at exit\n",
88 MC_DEBUG("\t%s:%p\n", json_type_to_name(obj->o_type), obj);
92 MC_DEBUG("json_object_fini: freeing object table\n");
181 MC_DEBUG("json_object_delete_%s: %p\n",
201 MC_DEBUG("json_object_new_%s: %p\n", json_type_to_name(jso->o_type), jso);
printbuf.c 69 MC_DEBUG("printbuf_memappend: realloc "
  /external/u-boot/include/
radeon.h 88 #define MC_DEBUG 0x0188
    [all...]

Completed in 101 milliseconds