Home
last modified time | relevance | path

Searched refs:skip (Results 1 – 14 of 14) sorted by relevance

/third_party/ulib/backtrace/
A Dsimple.c45 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 Dbacktrace.c48 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 Dnounwind.c46 int skip ATTRIBUTE_UNUSED, in backtrace_full()
58 int skip ATTRIBUTE_UNUSED, in backtrace_simple()
A Dprint.c84 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 DMakefile.in580 @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 Drelr.h22 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 Dbacktrace.h140 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 Deval.c329 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 Dmain.c247 int skip; in cmdloop() local
277 skip = evalskip; in cmdloop()
278 if (skip) { in cmdloop()
/third_party/ulib/musl/third_party/tre/
A Dregexec.c291 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.c198 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 Djeprof.in2891 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 Dgrammar.asl6043 , 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 Dchanges.txt1341 Implemented support to skip/ignore NULL address entries in the RSDT/XSDT.

Completed in 45 milliseconds