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

/bind-9.11.3/lib/isc/tests/
H A Drandom_test.c192 * This function destroys (modifies) the data passed in bits.
248 isc_uint32_t passed; local
265 passed = 0;
280 passed++;
301 proportion = (double) passed / (double) m;
306 printf("passed=%u/1000\n", passed);
/bind-9.11.3/lib/dns/
H A Dacache.c789 * the entry should be purged, based on the time passed from its last
793 unsigned int passed; local
797 passed = now32 - entry->lastused; /* <= interval */
799 passed = 0;
801 if (passed > interval / 2)
804 if (passed > interval / 4)

Completed in 15 milliseconds