Searched refs:TIM_SORT_MERGE (Results 1 – 1 of 1) sorted by relevance
/external/libxml2/ |
D | timsort.h | 116 #define TIM_SORT_MERGE SORT_MAKE_STR(tim_sort_merge) macro 281 TIM_SORT_MERGE(dst, run_stack, stack_curr, store); \ 334 static void TIM_SORT_MERGE(SORT_TYPE *dst, const TIM_SORT_RUN_T *stack, const int stack_curr, TEMP_… in TIM_SORT_MERGE() function 404 TIM_SORT_MERGE(dst, stack, stack_curr, store); in TIM_SORT_COLLAPSE() 412 TIM_SORT_MERGE(dst, stack, stack_curr, store); in TIM_SORT_COLLAPSE() 429 TIM_SORT_MERGE(dst, stack, stack_curr - 1, store); in TIM_SORT_COLLAPSE() 436 TIM_SORT_MERGE(dst, stack, stack_curr, store); in TIM_SORT_COLLAPSE() 444 TIM_SORT_MERGE(dst, stack, stack_curr, store); in TIM_SORT_COLLAPSE()
|