Home
last modified time | relevance | path

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

/freebsd/sbin/ping/
H A Dping6.c2024 struct cbit { in pr_suptypes() struct
2027 } cbit; in pr_suptypes() local
2054 if (clen < sizeof(cbit) || clen % sizeof(v)) in pr_suptypes()
2056 memcpy(&cbit, cp, sizeof(cbit)); in pr_suptypes()
2057 if (sizeof(cbit) + ntohs(cbit.words) * sizeof(v) > in pr_suptypes()
2060 cp += sizeof(cbit); in pr_suptypes()
2061 clen = ntohs(cbit.words) * sizeof(v); in pr_suptypes()
2062 if (cur + clen * 8 + (u_long)ntohs(cbit.skip) * 32 > in pr_suptypes()
2078 cur += ntohs(cbit.skip) * 32; in pr_suptypes()
/freebsd/sys/tools/sound/
H A Dfeeder_rate_mkfilter.awk557 function init_coeff_bit(cbit, xcbit)
559 xcbit = floor(cbit);
/freebsd/contrib/tcsh/
H A Dsh.exec.c95 # define cbit(f, i) tbit(f, i, unsigned char) macro
104 # define bit(f, i) (hashwidth==sizeof(unsigned char) ? cbit(f,i) : \