Home | History | Annotate | Download | only in stdlib

Lines Matching defs:bmin

151 	static u_int count[256], nc, bmin;
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;
263 bmin = 255;
267 if (c < bmin)
268 bmin = c;
288 for (cp = count + bmin; nc > 0; cp++) {