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

/bind-9.6-ESV-R11/lib/isc/
H A Dhash.c85 typedef isc_uint32_t hash_accum_t; typedef
149 hash_accum_t overflow_limit;
160 1 << (((sizeof(hash_accum_t) - sizeof(hash_random_t))) * 8);
351 hash_accum_t partial_sum = 0;
361 partial_sum += key[i] * (hash_accum_t)p[i];
364 partial_sum += maptolower[key[i]] * (hash_accum_t)p[i];

Completed in 9 milliseconds