Searched refs:cbit (Results 1 – 5 of 5) sorted by relevance
1884 struct cbit { in pr_suptypes() struct1887 } cbit; in pr_suptypes() local1914 if (clen < sizeof(cbit) || clen % sizeof(v)) in pr_suptypes()1916 memcpy(&cbit, cp, sizeof(cbit)); in pr_suptypes()1917 if (sizeof(cbit) + ntohs(cbit.words) * sizeof(v) > in pr_suptypes()1920 cp += sizeof(cbit); in pr_suptypes()1921 clen = ntohs(cbit.words) * sizeof(v); in pr_suptypes()1922 if (cur + clen * 8 + (u_long)ntohs(cbit.skip) * 32 > in pr_suptypes()1938 cur += ntohs(cbit.skip) * 32; in pr_suptypes()
897 function cbit(x) { function906 for(var i = 0; i < this.t; ++i) r += cbit(this_array[i]^x);
889 function cbit(x) { function898 for(var i = 0; i < this.t; ++i) r += cbit(this_array[i]^x);