Home
last modified time | relevance | path

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

/NextBSD/usr.sbin/lpr/pac/
HDpac.c67 static size_t hcount; /* Count of hash entries */ variable
263 base = (struct hent **) calloc(sizeof hp, hcount); in dumpit()
264 for (ap = base, c = hcount; c--; ap++) { in dumpit()
270 qsort(base, hcount, sizeof hp, qucmp); in dumpit()
274 for (ap = base, c = hcount; c--; ap++) { in dumpit()
340 hcount++; in enter()
/NextBSD/sys/dev/sound/pcm/
HDchannel.c762 int ret, count, hcount, minflush, resid, residp, syncdelay, blksz; in chn_sync() local
827 hcount = count; in chn_sync()
852 hcount, resid, minflush); in chn_sync()
853 } else if (resid < residp && count < hcount) { in chn_sync()
861 hcount, resid, minflush); in chn_sync()
882 __func__, c->timeout, count, hcount, resid, residp, in chn_sync()