| /third_party/ulib/musl/third_party/tre/ |
| A D | regcomp.c | 278 union tre_stack_item* stack; member 286 s->stack = xmalloc(sizeof(*s->stack) * size); in tre_stack_new() 287 if (s->stack == NULL) { in tre_stack_new() 300 xfree(s->stack); in tre_stack_destroy() 359 tre_stack_t* stack; member 906 tre_stack_t* stack = ctx->stack; in tre_parse() local 2439 tre_stack_t* stack; in regcomp() local 2457 if (!stack) in regcomp() 2469 parse_ctx.stack = stack; in regcomp() 2616 tre_stack_destroy(stack); in regcomp() [all …]
|
| A D | regexec.c | 485 stack = stack->next; \ 499 assert(stack->prev); \ 500 pos = stack->item.pos; \ 501 str_byte = stack->item.str_byte; \ 507 stack = stack->prev; \ 549 tre_backtrack_t stack; in tre_tnfa_run_backtrack() local 561 stack = tre_bt_mem_alloc(mem, sizeof(*stack)); in tre_tnfa_run_backtrack() 562 if (!stack) { in tre_tnfa_run_backtrack() 566 stack->prev = NULL; in tre_tnfa_run_backtrack() 567 stack->next = NULL; in tre_tnfa_run_backtrack() [all …]
|
| /third_party/ulib/musl/src/math/x86_64/ |
| A D | expl.S | 48 # fpu stack: 2^hi x hi 67 # fpu stack: 2^hi x hi xh xl yh 78 # fpu stack: 2^hi x lo xh xl yl 92 # fpu stack: 2^hi x lo log2e_lo
|
| /third_party/ulib/uboringssl/ |
| A D | stack-note.S | 5 .section .note.GNU-stack,""
|
| A D | rules.mk | 13 -fvisibility=hidden -Wno-unused-function -include $(LOCAL_DIR)/stack-note.S
|
| /third_party/lib/acpica/generate/lint/ |
| A D | std32.lnt | 10 // Used to track stack use
|
| A D | options.lnt | 54 -esym( 550, CurrentSp) // Used to track stack use 55 -esym( 789, CurrentSp) // Used to track stack use
|
| /third_party/uapp/dash/src/funcs/ |
| A D | dirs | 43 then echo "pushd: directory stack empty." 58 then echo "popd: directory stack empty."
|
| A D | popd | 43 then echo "pushd: directory stack empty." 58 then echo "popd: directory stack empty."
|
| A D | pushd | 43 then echo "pushd: directory stack empty." 58 then echo "popd: directory stack empty."
|
| /third_party/uapp/dash/src/ |
| A D | TOUR | 90 stack oriented memory allocation scheme. Allocating off a stack 94 restore the stack pointer. The stack is implemented using a 97 STPUTC: If the stack were contiguous, it would be easy to store 98 strings on the stack without knowing in advance how long the 104 operations, but grow the stack if you run off the end: 265 since the former will automatically be freed when the stack (see 327 current input file. There is a stack of input files; the current 328 input file is the top file on this stack. The code allows the 332 popped from the stack. The parser routines store the number of
|
| /third_party/ulib/ngunwind/src/dwarf/ |
| A D | Gexpr.c | 201 unw_word_t stack[MAX_EXPR_STACK_SIZE]; in dwarf_eval_expr() local 214 stack[--tos]; \ in dwarf_eval_expr() 224 stack[tos++] = _x; \ in dwarf_eval_expr() 234 stack[_index]; \ in dwarf_eval_expr()
|
| /third_party/ulib/jemalloc/bin/ |
| A D | jeprof.in | 3236 my $stack = shift; 3240 foreach my $e (split(/\s+/, $stack)) { 3916 my $stack = shift; 3920 $stack =~ /(\s)/; 3922 my @addrs = split(' ', $stack); 4204 my $stack = $5; 4243 my $stack = ""; 4266 $stack = $1; 4268 if ($stack eq "") { 4323 my ($cycles, $count, $stack) = ($1, $2, $3); [all …]
|
| /third_party/ulib/musl/ |
| A D | WHATSNEW | 80 fixed stack corruption bug in times(), minor header bugs, and some 220 - thread stack alignment 482 - stack-based buffer overflow in fprintf on unbuffered files 541 - full stack protector support 593 - increase default thread stack size to 80k 771 - mark binaries as not requiring executable stack 1455 - powerpc minimum signal stack size was insufficient 1462 - stack-based buffer overflow in inet_pton (CVE-2015-1817) 1477 - ability to protect libc code itself with stack protector 1501 - stack protector spuriously aborted after forking on x32 [all …]
|
| A D | musl-rules.mk | 37 LOCAL_COMPILEFLAGS += -fno-stack-protector
|
| /third_party/ulib/backtrace/ |
| A D | backtrace-supported.h.in | 1 /* backtrace-supported.h.in -- Whether stack backtrace is supported.
|
| /third_party/dev/ethernet/e1000/ |
| A D | README | 316 Doing this disables TSO in the stack and will affect all adapters.
|
| /third_party/ulib/jemalloc/ |
| A D | INSTALL | 143 Use the libunwind library (http://www.nongnu.org/libunwind/) for stack
|
| A D | ChangeLog | 943 - Fix the libunwind-based implementation of stack backtracing (used for heap
|
| /third_party/lib/acpica/ |
| A D | changes.txt | 7781 interpreter result stack. BZ 7872. Valery Podrezov. 7970 subfunctions in order to reduce CPU stack use and improve 8980 stack. BZ 6028, 6151 (Valery Podrezov) 9574 stack overflow. 9672 stack 12106 CPU stack: PsParseLoop, NsEvaluateRelative. Reduces the stack usage 15165 stack. Originally over 2K, the maximum stack usage is now below 15192 variables. This reduces stack use and code size, and improves 15239 A stack trace mechanism has been implemented. The maximum stack 15241 stack" will display the current maximum stack usage. [all …]
|
| /third_party/lib/acpica/tests/misc/ |
| A D | grammar.asl | 2002 // test for IfOp and ElseOp, including validation of object stack cleanup
|