Searched refs:QSORT_MAX_STACK (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dpp_sort.c592 /* QSORT_MAX_STACK is the largest number of partitions that can be stacked up for
600 #ifndef QSORT_MAX_STACK
601 #define QSORT_MAX_STACK 32 macro
740 struct partition_stack_entry partition_stack[QSORT_MAX_STACK];
1157 qsort_assert(next_stack_entry < QSORT_MAX_STACK);

Completed in 19 milliseconds