Searched refs:scount (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/lib/isc/tests/
H A Drandom_test.c348 isc_int32_t scount; local
356 scount = 0;
359 scount += scounts_table[values[i]];
365 printf("numbits=%u, scount=%d\n", numbits, scount);
367 s_obs = abs(scount) / sqrt(numbits);
/bind-9.11.3/lib/dns/
H A Drdataslab.c882 unsigned int mcount, scount, rcount ,count, tlength, tcount, i; local
898 scount = *scurrent++ * 256;
899 scount += *scurrent++;
900 INSIST(mcount > 0 && scount > 0);
915 scurrent += 4 * scount;
927 for (count = 0; count < scount; count++) {
933 if (count == scount) {
953 if (((flags & DNS_RDATASLAB_EXACT) != 0) && (rcount != scount))
1014 for (count = 0; count < scount; count++) {
1020 if (count == scount) {
[all...]

Completed in 18 milliseconds