Searched refs:MC_DEBUG (Results 1 – 5 of 5) sorted by relevance
/hardware/qcom/msm8998/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
|
D | json_util.c | 174 MC_DEBUG("sscanf_is_broken_test failed, enabling workaround code\n"); in sscanf_is_broken_test() 199 MC_DEBUG("Failed to parse, sscanf != 1\n"); in json_parse_int64()
|
D | json_object.c | 71 MC_DEBUG("json_object_init: creating object table\n"); in json_object_init() 83 MC_DEBUG("json_object_fini: %d referenced objects at exit\n", in json_object_fini() 88 MC_DEBUG("\t%s:%p\n", json_type_to_name(obj->o_type), obj); in json_object_fini() 92 MC_DEBUG("json_object_fini: freeing object table\n"); in json_object_fini() 181 MC_DEBUG("json_object_delete_%s: %p\n", in json_object_generic_delete() 201 MC_DEBUG("json_object_new_%s: %p\n", json_type_to_name(jso->o_type), jso); in json_object_new()
|
D | printbuf.c | 69 MC_DEBUG("printbuf_memappend: realloc " in printbuf_extend()
|
D | json_tokener.c | 462 MC_DEBUG("json_tokener_comment: %s\n", tok->pb->buf); in json_tokener_parse_ex() 470 MC_DEBUG("json_tokener_comment: %s\n", tok->pb->buf); in json_tokener_parse_ex() 879 MC_DEBUG("json_tokener_parse_ex: error %s at offset %d\n", in json_tokener_parse_ex()
|