Searched refs:cbit (Results 1 – 3 of 3) sorted by relevance
2024 struct cbit { in pr_suptypes() struct2027 } cbit; in pr_suptypes() local2054 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()
557 function init_coeff_bit(cbit, xcbit)559 xcbit = floor(cbit);
95 # define cbit(f, i) tbit(f, i, unsigned char) macro104 # define bit(f, i) (hashwidth==sizeof(unsigned char) ? cbit(f,i) : \