Lines Matching +defs:val +defs:state
312 unsigned int *countp, void **state)
327 UNUSED(state);
414 isc_uint32_t val;
416 isc_random_get(&val);
417 choice = i + (val % (count - i));
432 isc_uint32_t val;
435 val = rdataset->count;
436 if (val == ISC_UINT32_MAX)
437 isc_random_get(&val);
438 j = val % count;
585 void **state)
587 REQUIRE(state == NULL); /* XXX remove when implemented */
590 countp, state));