Searched refs:loops (Results 1 - 4 of 4) sorted by relevance

/bind-9.11.3/lib/isc/
H A Dhex.c46 unsigned int loops = 0; local
58 loops++;
60 (int)((loops + 1) * 2) >= wordlength)
62 loops = 0;
H A Dbase64.c48 unsigned int loops = 0; local
64 loops++;
66 (int)((loops + 1) * 4) >= wordlength)
68 loops = 0;
H A Dbase32.c52 unsigned int loops = 0; local
99 loops++;
101 (int)((loops + 1) * 8) >= wordlength)
103 loops = 0;
/bind-9.11.3/contrib/perftcpdns/
H A Dperftcpdns.c39 * (second "loops" counter) the date of the due (aka next) connect()
208 uint64_t loops[4], shortwait[3]; /* rate stats */ variable
1316 loops[1]++;
1441 loops[2]++;
1505 loops[3]++;
1770 "- loops: number of thread loop iterations\n"
2277 loops[0]++;
2409 printf("loops: %llu,%llu,%llu,%llu\n",
2410 (unsigned long long) loops[0],
2411 (unsigned long long) loops[
[all...]

Completed in 319 milliseconds