Searched refs:RADIX_PASSES (Results 1 – 1 of 1) sorted by relevance
1139 #define RADIX_PASSES 4 macro1150 int buckets[RADIX_PASSES][NBUCKETS]) in radix_count()1153 memset(buckets, 0, sizeof(buckets[0][0]) * RADIX_PASSES * NBUCKETS); in radix_count()1156 for (j = 0; j < RADIX_PASSES; j++) { in radix_count()1162 for (j = 0; j < RADIX_PASSES; j++) { in radix_count()1184 int buckets[RADIX_PASSES][NBUCKETS]; in radix_sort()