Searched refs:debug (Results 1 – 14 of 14) sorted by relevance
| /third_party/uapp/dash/src/ |
| A D | show.c | 264 if (debug != 1) in trputc() 274 if (debug != 1) in trace() 284 if (debug != 1) in tracev() 293 if (debug != 1) in trputs() 305 if (debug != 1) in trstring() 340 if (debug != 1) in trargs() 360 if (debug != 1) { 388 debug = 0; 394 debug = 0;
|
| A D | options.h | 63 #define debug optlist[16] macro
|
| A D | trap.c | 205 if (debug) in setsignal()
|
| A D | options.c | 154 debug = 1; in procargs()
|
| /third_party/lib/acpica/ |
| A D | changes.txt | 2883 debug 3122 debug 3179 debug 3262 debug 3467 debug 3610 debug 3666 debug 4086 debug 4158 debug 6698 debug [all …]
|
| /third_party/ulib/musl/include/sys/ |
| A D | mtio.h | 114 unsigned long debug; member
|
| /third_party/ulib/musl/ldso/ |
| A D | dynlink.c | 135 static struct r_debug debug; variable 151 struct r_debug* _dl_debug_addr = &debug; 1879 app.l_map.l_ld[i].d_un.d_ptr = (size_t)&debug; in dls3() 1882 *ptr = (size_t)&debug; in dls3() 1906 debug.r_version = 1; in dls3() 1907 debug.r_brk = (uintptr_t)dl_debug_state; in dls3() 1908 debug.r_map = &head->l_map; in dls3() 1909 debug.r_ldbase = ldso.l_map.l_addr; in dls3() 1910 debug.r_state = 0; in dls3()
|
| /third_party/ulib/lz4/ |
| A D | lz4hc.c | 287 static unsigned debug = 0; variable 303 …if (debug) printf("literal : %u -- match : %u -- offset : %u\n", (U32)(*ip - *anchor), (U32)ma… in LZ4HC_encodeSequence()
|
| /third_party/ulib/jemalloc/bin/ |
| A D | jeprof.in | 4886 my $debug = 0; 4928 if ($debug) { print("---- $image ---\n"); } 4931 if ($debug) { printf STDERR ("%s\n", $pclist->[$i]); } 4938 if ($debug) { 4998 if ($debug) { printf STDERR ("%s => [%s]\n", $pcstr, join(" ", @{$sym})); }
|
| /third_party/ulib/jemalloc/test/unit/ |
| A D | mallctl.c | 134 TEST_MALLCTL_CONFIG(debug, bool); in TEST_BEGIN()
|
| /third_party/ulib/jemalloc/ |
| A D | configure.ac | 881 AC_ARG_ENABLE([debug], optenable 882 [AS_HELP_STRING([--enable-debug], 2080 AC_MSG_RESULT([debug : ${enable_debug}])
|
| A D | INSTALL | 104 --enable-debug
|
| A D | ChangeLog | 556 static even for debug builds. 876 --enable-debug --enable-dss configurations.
|
| /third_party/lib/acpica/tests/misc/ |
| A D | grammar.asl | 3380 // In the non-debug version of the interpreter, BreakPoint is equivalent to Noop. 5108 // the failing test case for debug purposes. This non-zero numbers
|
Completed in 59 milliseconds