Searched defs:stack_curr (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/libxml2/ |
H A D | timsort.h | 324 static int CHECK_INVARIANT(TIM_SORT_RUN_T *stack, const int stack_curr) { in CHECK_INVARIANT() 373 static void TIM_SORT_MERGE(SORT_TYPE *dst, const TIM_SORT_RUN_T *stack, const int stack_curr, in TIM_SORT_MERGE() 426 static int TIM_SORT_COLLAPSE(SORT_TYPE *dst, TIM_SORT_RUN_T *stack, int stack_curr, in TIM_SORT_COLLAPSE() 495 size_t *stack_curr, in PUSH_NEXT() 537 size_t stack_curr = 0; in TIM_SORT() local
|
/aosp_15_r20/external/cronet/third_party/libxml/src/ |
H A D | timsort.h | 322 static int CHECK_INVARIANT(TIM_SORT_RUN_T *stack, const int stack_curr) { 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() 424 static int TIM_SORT_COLLAPSE(SORT_TYPE *dst, TIM_SORT_RUN_T *stack, int stack_curr, in TIM_SORT_COLLAPSE() 493 size_t *stack_curr, in PUSH_NEXT() 535 size_t stack_curr = 0; in TIM_SORT() local
|