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

/macosx-10.9.5/bind9-45.100/bind9/lib/isc/
H A Dhash.c86 typedef isc_uint16_t hash_random_t; typedef
99 hash_random_t *rndvector; /*%< random vector for universal hashing */
148 hash_random_t *rv;
160 1 << (((sizeof(hash_accum_t) - sizeof(hash_random_t))) * 8);
168 vlen = sizeof(hash_random_t) * (limit + 1);
366 hash_random_t *p = hctx->rndvector;
/macosx-10.9.5/ntp-88/lib/isc/
H A Dhash.c86 typedef isc_uint16_t hash_random_t; typedef
99 hash_random_t *rndvector; /*%< random vector for universal hashing */
148 hash_random_t *rv;
160 1 << (((sizeof(hash_accum_t) - sizeof(hash_random_t))) * 8);
168 vlen = sizeof(hash_random_t) * (limit + 1);
352 hash_random_t *p = hctx->rndvector;

Completed in 158 milliseconds