Home
last modified time | relevance | path

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

/external/libxml2/
Dtimsort.h156 #define TIM_SORT_MERGE SORT_MAKE_STR(tim_sort_merge) macro
371 static void TIM_SORT_MERGE(SORT_TYPE *dst, const TIM_SORT_RUN_T *stack, const int stack_curr, in TIM_SORT_MERGE() function
436 TIM_SORT_MERGE(dst, stack, stack_curr, store); in TIM_SORT_COLLAPSE()
443 TIM_SORT_MERGE(dst, stack, stack_curr, store); in TIM_SORT_COLLAPSE()
472 TIM_SORT_MERGE(dst, stack, stack_curr - 1, store); in TIM_SORT_COLLAPSE()
478 TIM_SORT_MERGE(dst, stack, stack_curr, store); in TIM_SORT_COLLAPSE()
514 TIM_SORT_MERGE(dst, run_stack, *stack_curr, store); in PUSH_NEXT()