Home
last modified time | relevance | path

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

/external/libxml2/
Dtimsort.h271 run_stack[stack_curr].start = curr;\
272 run_stack[stack_curr].length = len;\
273 stack_curr++;\
279 while (stack_curr > 1) \
281 TIM_SORT_MERGE(dst, run_stack, stack_curr, store); \
282 run_stack[stack_curr - 2].length += run_stack[stack_curr - 1].length; \
283 stack_curr--; \
295 static int CHECK_INVARIANT(TIM_SORT_RUN_T *stack, const int stack_curr) in CHECK_INVARIANT() argument
298 if (stack_curr < 2) return 1; in CHECK_INVARIANT()
299 if (stack_curr == 2) in CHECK_INVARIANT()
[all …]