Home
last modified time | relevance | path

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

/external/libxml2/
Dtimsort.h322 static int CHECK_INVARIANT(TIM_SORT_RUN_T *stack, const int stack_curr) { in CHECK_INVARIANT() argument
325 if (stack_curr < 2) { in CHECK_INVARIANT()
329 if (stack_curr == 2) { in CHECK_INVARIANT()
330 const size_t A1 = stack[stack_curr - 2].length; in CHECK_INVARIANT()
331 const size_t B1 = stack[stack_curr - 1].length; in CHECK_INVARIANT()
340 A = stack[stack_curr - 3].length; in CHECK_INVARIANT()
341 B = stack[stack_curr - 2].length; in CHECK_INVARIANT()
342 C = stack[stack_curr - 1].length; in CHECK_INVARIANT()
371 static void TIM_SORT_MERGE(SORT_TYPE *dst, const TIM_SORT_RUN_T *stack, const int stack_curr, in TIM_SORT_MERGE() argument
373 const size_t A = stack[stack_curr - 2].length; in TIM_SORT_MERGE()
[all …]