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

/freebsd-11.0-release/usr.sbin/lpr/pac/
H A Dpac.c67 static size_t hcount; /* Count of hash entries */ variable
263 base = (struct hent **) calloc(sizeof hp, hcount);
264 for (ap = base, c = hcount; c--; ap++) {
270 qsort(base, hcount, sizeof hp, qucmp);
274 for (ap = base, c = hcount; c--; ap++) {
340 hcount++;
/freebsd-11.0-release/sys/dev/sound/pcm/
H A Dchannel.c762 int ret, count, hcount, minflush, resid, residp, syncdelay, blksz; local
827 hcount = count;
849 "count=%d hcount=%d "
852 hcount, resid, minflush);
853 } else if (resid < residp && count < hcount) {
858 "count=%d hcount=%d "
861 hcount, resid, minflush);
880 "%s(): timeout=%d count=%d hcount=%d resid=%d residp=%d "
882 __func__, c->timeout, count, hcount, resid, residp,

Completed in 48 milliseconds