Searched refs:PUSH_NEXT (Results 1 – 1 of 1) sorted by relevance
/external/libxml2/ |
D | timsort.h | 487 static __inline int PUSH_NEXT(SORT_TYPE *dst, in PUSH_NEXT() function 554 if (!PUSH_NEXT(dst, size, store, minrun, run_stack, &stack_curr, &curr)) { in TIM_SORT() 558 if (!PUSH_NEXT(dst, size, store, minrun, run_stack, &stack_curr, &curr)) { in TIM_SORT() 562 if (!PUSH_NEXT(dst, size, store, minrun, run_stack, &stack_curr, &curr)) { in TIM_SORT() 572 if (!PUSH_NEXT(dst, size, store, minrun, run_stack, &stack_curr, &curr)) { in TIM_SORT() 586 #undef PUSH_NEXT
|