Searched defs:bcount (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/lib/isc/tests/
H A Drandom_test.c379 isc_uint32_t bcount; local
395 bcount = 0;
398 bcount += bitcounts_table[values[i]];
401 printf("numbits=%u, bcount=%u\n", numbits, bcount);
403 pi = (double) bcount / (double) numbits;
/bind-9.11.3/lib/dns/
H A Drdata.c1904 isc_int32_t bcount; member in struct:state
1911 #define bcount state->bcount macro
1928 if (bcount != 0)
1937 if (bcount == 0) {
1939 ++bcount;
1940 } else if (bcount < 4) {
1943 ++bcount;
1952 bcount = 0;
2005 Ceor = Csum = Crot = word = bcount
[all...]

Completed in 17 milliseconds