Lines Matching refs:nc
124 static int count[256], nc, bmin; in r_sort_a() local
143 if (nc == 0) { in r_sort_a()
150 nc++; in r_sort_a()
153 if (sp + nc > s + SIZE) { /* Get more stack. */ in r_sort_a()
174 for (cp = count + bmin; nc > 0; cp++) { in r_sort_a()
185 nc--; in r_sort_a()
212 static int count[256], nc, bmin; in r_sort_b() local
228 if (nc == 0) { in r_sort_b()
235 nc++; in r_sort_b()
238 if (sp + nc > s + SIZE) { in r_sort_b()
254 for (cp = count + bmin; nc > 0; cp++) { in r_sort_b()
266 nc--; in r_sort_b()