Home
last modified time | relevance | path

Searched refs:run_stack (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/bench/
DGrMemoryPoolBench.cpp44 static void run_stack(GrMemoryPool* pool, int loops) { in run_stack() function
193 DEF_BENCH( return new GrMemoryPoolBench("stack_aligned_lg", run_stack<Aligned>, kLargePool…
194 DEF_BENCH( return new GrMemoryPoolBench("stack_aligned_sm", run_stack<Aligned>, kSmallPool…
195 DEF_BENCH( return new GrMemoryPoolBench("stack_aligned_ref", run_stack<Aligned>, 0); )
196 DEF_BENCH( return new GrMemoryPoolBench("stack_unaligned_lg", run_stack<Unaligned>, kLargePool…
197 DEF_BENCH( return new GrMemoryPoolBench("stack_unaligned_sm", run_stack<Unaligned>, kSmallPool…
198 DEF_BENCH( return new GrMemoryPoolBench("stack_unaligned_ref", run_stack<Unaligned>, 0); )
/third_party/libxml2/
Dtimsort.h492 TIM_SORT_RUN_T *run_stack, in PUSH_NEXT() argument
507 run_stack[*stack_curr].start = *curr; in PUSH_NEXT()
508 run_stack[*stack_curr].length = len; in PUSH_NEXT()
515 TIM_SORT_MERGE(dst, run_stack, *stack_curr, store); in PUSH_NEXT()
516 run_stack[*stack_curr - 2].length += run_stack[*stack_curr - 1].length; in PUSH_NEXT()
534 TIM_SORT_RUN_T run_stack[TIM_SORT_STACK_SIZE]; in TIM_SORT() local
555 if (!PUSH_NEXT(dst, size, store, minrun, run_stack, &stack_curr, &curr)) { in TIM_SORT()
559 if (!PUSH_NEXT(dst, size, store, minrun, run_stack, &stack_curr, &curr)) { in TIM_SORT()
563 if (!PUSH_NEXT(dst, size, store, minrun, run_stack, &stack_curr, &curr)) { in TIM_SORT()
568 if (!CHECK_INVARIANT(run_stack, stack_curr)) { in TIM_SORT()
[all …]
/third_party/gettext/gnulib-local/lib/libxml/
Dtimsort.h522 TIM_SORT_RUN_T *run_stack, in PUSH_NEXT() argument
537 run_stack[*stack_curr].start = *curr; in PUSH_NEXT()
538 run_stack[*stack_curr].length = len; in PUSH_NEXT()
545 TIM_SORT_MERGE(dst, run_stack, *stack_curr, store); in PUSH_NEXT()
546 run_stack[*stack_curr - 2].length += run_stack[*stack_curr - 1].length; in PUSH_NEXT()
564 TIM_SORT_RUN_T run_stack[TIM_SORT_STACK_SIZE]; in TIM_SORT() local
585 if (!PUSH_NEXT(dst, size, store, minrun, run_stack, &stack_curr, &curr)) { in TIM_SORT()
589 if (!PUSH_NEXT(dst, size, store, minrun, run_stack, &stack_curr, &curr)) { in TIM_SORT()
593 if (!PUSH_NEXT(dst, size, store, minrun, run_stack, &stack_curr, &curr)) { in TIM_SORT()
598 if (!CHECK_INVARIANT(run_stack, stack_curr)) { in TIM_SORT()
[all …]