Searched refs:INSERTION_SORT_THRESHOLD (Results 1 – 1 of 1) sorted by relevance
21 #define INSERTION_SORT_THRESHOLD 12 macro189 if (size > INSERTION_SORT_THRESHOLD) { in push_bins()211 unsigned int stack_size = count / INSERTION_SORT_THRESHOLD; in uds_make_radix_sorter()254 if (count <= INSERTION_SORT_THRESHOLD) { in uds_radix_sort()