Searched defs:stack_curr (Results 1 – 1 of 1) sorted by relevance
295 static int CHECK_INVARIANT(TIM_SORT_RUN_T *stack, const int stack_curr) in CHECK_INVARIANT()334 static void TIM_SORT_MERGE(SORT_TYPE *dst, const TIM_SORT_RUN_T *stack, const int stack_curr, TEMP_… in TIM_SORT_MERGE()393 static int TIM_SORT_COLLAPSE(SORT_TYPE *dst, TIM_SORT_RUN_T *stack, int stack_curr, TEMP_STORAGE_T … in TIM_SORT_COLLAPSE()459 int stack_curr = 0; in TIM_SORT() local