Searched refs:hcount (Results 1 – 3 of 3) sorted by relevance
/freebsd/usr.sbin/lpr/pac/ |
H A D | pac.c | 55 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()
|
/freebsd/lib/libsecureboot/openpgp/ |
H A D | opgp_sig.c | 115 int hcount = 0; 147 hcount = octets2i(ptr, 2); 149 sig->pgpbytes_len = (size_t)hcount + 6; 160 while (hcount > 0) { 162 hcount -= n;
|
/freebsd/sys/dev/sound/pcm/ |
H A D | channel.c | 729 int ret, count, hcount, minflush, resid, residp, syncdelay, blksz; in chn_sync() local 794 hcount = count; in chn_sync() 819 hcount, resid, minflush); in chn_sync() 820 } else if (resid < residp && count < hcount) { in chn_sync() 828 hcount, resid, minflush); in chn_sync() 849 __func__, c->timeout, count, hcount, resid, residp, in chn_sync()
|