Searched refs:bmin (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/lib/libc/stdlib/
H A Dradixsort.c140 static int count[256], nc, bmin; local
160 bmin = 255; /* First occupied bin, excluding eos. */
164 if (c < bmin)
165 bmin = c;
180 if (nc == 1 && count[bmin] == n) {
182 nc = count[bmin] = 0;
201 for (cp = count + bmin; nc > 0; cp++) {
242 static int count[256], nc, bmin; local
259 bmin = 255;
263 if (c < bmin)
[all...]
/freebsd-10.1-release/contrib/diff/src/
H A Danalyze.c104 lin bmin = bmid, bmax = bmid; /* Limits of bottom-up search. */ local
135 if (odd && bmin <= d && d <= bmax && bd[d] <= x)
145 bmin > dmin ? bd[--bmin - 1] = LIN_MAX : ++bmin;
147 for (d = bmax; d >= bmin; d -= 2)
221 for (d = bmax; d >= bmin; d -= 2)
282 for (d = bmax; d >= bmin; d -= 2)

Completed in 164 milliseconds