Searched refs:cbit (Results 1 – 3 of 3) sorted by relevance
2036 struct cbit { in pr_suptypes() struct2039 } cbit; in pr_suptypes() local2066 if (clen < sizeof(cbit) || clen % sizeof(v)) in pr_suptypes()2068 memcpy(&cbit, cp, sizeof(cbit)); in pr_suptypes()2069 if (sizeof(cbit) + ntohs(cbit.words) * sizeof(v) > in pr_suptypes()2072 cp += sizeof(cbit); in pr_suptypes()2073 clen = ntohs(cbit.words) * sizeof(v); in pr_suptypes()2074 if (cur + clen * 8 + (u_long)ntohs(cbit.skip) * 32 > in pr_suptypes()2090 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) : \