Searched refs:run_stack (Results 1 – 1 of 1) sorted by relevance
271 run_stack[stack_curr].start = curr;\272 run_stack[stack_curr].length = len;\281 TIM_SORT_MERGE(dst, run_stack, stack_curr, store); \282 run_stack[stack_curr - 2].length += run_stack[stack_curr - 1].length; \458 TIM_SORT_RUN_T run_stack[128]; in TIM_SORT() local483 if (!CHECK_INVARIANT(run_stack, stack_curr)) in TIM_SORT()485 stack_curr = TIM_SORT_COLLAPSE(dst, run_stack, stack_curr, store, size); in TIM_SORT()