| /third_party/ulib/backtrace/ |
| A D | simple.c | 45 int skip; member 74 if (bdata->skip > 0) in simple_unwind() 76 --bdata->skip; in simple_unwind() 94 backtrace_simple (struct backtrace_state *state, int skip, in backtrace_simple() argument 100 bdata.skip = skip + 1; in backtrace_simple()
|
| A D | backtrace.c | 48 int skip; member 79 if (bdata->skip > 0) in unwind() 81 --bdata->skip; in unwind() 102 backtrace_full (struct backtrace_state *state, int skip, in backtrace_full() argument 109 bdata.skip = skip + 1; in backtrace_full()
|
| A D | nounwind.c | 46 int skip ATTRIBUTE_UNUSED, in backtrace_full() 58 int skip ATTRIBUTE_UNUSED, in backtrace_simple()
|
| A D | print.c | 84 backtrace_print (struct backtrace_state *state, int skip, FILE *f) in backtrace_print() argument 90 backtrace_full (state, skip + 1, print_callback, error_callback, in backtrace_print()
|
| A D | Makefile.in | 580 @failed=0; all=0; xfail=0; xpass=0; skip=0; \ 614 skip=`expr $$skip + 1`; \ 643 if test "$$skip" -ne 0; then \ 644 if test "$$skip" -eq 1; then \ 645 skipped="($$skip test was not run)"; \ 647 skipped="($$skip tests were not run)"; \
|
| /third_party/ulib/musl/ldso/ |
| A D | relr.h | 22 int skip; in apply_relr() local 25 bitmask >>= skip) { in apply_relr() 26 skip = __builtin_ctzl(bitmask) + 1; in apply_relr() 27 run += skip; in apply_relr()
|
| /third_party/ulib/backtrace/include/backtrace/ |
| A D | backtrace.h | 140 extern int backtrace_full (struct backtrace_state *state, int skip, 159 extern int backtrace_simple (struct backtrace_state *state, int skip, 169 extern void backtrace_print (struct backtrace_state *state, int skip, FILE *);
|
| /third_party/uapp/dash/src/ |
| A D | eval.c | 329 int skip = evalskip; in skiploop() local 331 switch (skip) { in skiploop() 342 skip = SKIPBREAK; in skiploop() 346 return skip; in skiploop() 353 int skip; in evalloop() local 363 skip = skiploop(); in evalloop() 366 if (skip) in evalloop() 376 skip = skiploop(); in evalloop() 1080 int skip; in returncmd() local 1088 skip = SKIPFUNC; in returncmd() [all …]
|
| A D | main.c | 247 int skip; in cmdloop() local 277 skip = evalskip; in cmdloop() 278 if (skip) { in cmdloop()
|
| /third_party/ulib/musl/third_party/tre/ |
| A D | regexec.c | 291 int skip = 0; in tre_tnfa_run_parallel() local 296 skip = 1; in tre_tnfa_run_parallel() 300 skip = 1; in tre_tnfa_run_parallel() 304 if (!skip) { in tre_tnfa_run_parallel()
|
| /third_party/ulib/musl/src/time/ |
| A D | __tz.c | 198 size_t skip = zi_dotprod(zi + 20, VEC(1, 1, 8, 5, 6, 1), 6); in do_tzset() 199 trans = zi + skip + 44 + 44; in do_tzset()
|
| /third_party/ulib/jemalloc/bin/ |
| A D | jeprof.in | 2891 my %skip = (); 2948 $skip{$name} = 1; 2949 $skip{"_" . $name} = 1; # Mach (OS X) adds a _ prefix to everything 2966 $skip{$vname} = 1; 2978 $skip{$name} = 1; 3017 if ($skip{$func} || ($func =~ m/$skip_regexp/)) {
|
| /third_party/lib/acpica/tests/misc/ |
| A D | grammar.asl | 6043 , 0x410, // skip 6060 , 0x70, // skip 8099 , 0x34000, // skip 8115 , 0x618, // skip 8119 , 5, // skip 8138 , 0x530, // skip 8157 , 0x518, // skip 8182 , 0x80, // skip 8184 , 0x570, // skip 8238 , 0x7D0, // skip [all …]
|
| /third_party/lib/acpica/ |
| A D | changes.txt | 1341 Implemented support to skip/ignore NULL address entries in the RSDT/XSDT.
|