radixsort.c | 151 static u_int count[256], nc, bmin; local in function:r_sort_a 174 bmin = 255; /* First occupied bin, excluding eos. */ 178 if (c < bmin) 179 bmin = c; 204 for (cp = count + bmin; nc > 0; cp++) { 242 static u_int count[256], nc, bmin; local in function:r_sort_b 263 bmin = 255; 267 if (c < bmin) 268 bmin = c; 288 for (cp = count + bmin; nc > 0; cp++) [all...] |