Home
last modified time | relevance | path

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

/src/usr.sbin/lpr/pac/
H A Dpac.c55 static size_t hcount; /* Count of hash entries */ variable
251 base = (struct hent **) calloc(hcount, sizeof(hp)); in dumpit()
252 for (ap = base, c = hcount; c--; ap++) { in dumpit()
258 qsort(base, hcount, sizeof hp, qucmp); in dumpit()
262 for (ap = base, c = hcount; c--; ap++) { in dumpit()
328 hcount++; in enter()
/src/lib/libsecureboot/openpgp/
H A Dopgp_sig.c115 int hcount = 0;
147 hcount = octets2i(ptr, 2);
149 sig->pgpbytes_len = (size_t)hcount + 6;
160 while (hcount > 0) {
162 hcount -= n;
/src/sys/dev/sound/pcm/
H A Dchannel.c691 int ret, count, hcount, minflush, resid, residp, syncdelay, blksz; in chn_sync() local
756 hcount = count; in chn_sync()
781 hcount, resid, minflush); in chn_sync()
782 } else if (resid < residp && count < hcount) { in chn_sync()
790 hcount, resid, minflush); in chn_sync()
811 __func__, c->timeout, count, hcount, resid, residp, in chn_sync()