Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/ntp/lib/isc/
Dhash.c85 typedef isc_uint32_t hash_accum_t; typedef
149 hash_accum_t overflow_limit; in isc_hash_ctxcreate()
160 1 << (((sizeof(hash_accum_t) - sizeof(hash_random_t))) * 8); in isc_hash_ctxcreate()
365 hash_accum_t partial_sum = 0; in hash_calc()
375 partial_sum += key[i] * (hash_accum_t)p[i]; in hash_calc()
378 partial_sum += maptolower[key[i]] * (hash_accum_t)p[i]; in hash_calc()
/freebsd-9-stable/contrib/bind9/lib/isc/
Dhash.c85 typedef isc_uint32_t hash_accum_t; typedef
149 hash_accum_t overflow_limit; in isc_hash_ctxcreate()
160 1 << (((sizeof(hash_accum_t) - sizeof(hash_random_t))) * 8); in isc_hash_ctxcreate()
362 hash_accum_t partial_sum = 0; in hash_calc()
372 partial_sum += key[i] * (hash_accum_t)p[i]; in hash_calc()
375 partial_sum += maptolower[key[i]] * (hash_accum_t)p[i]; in hash_calc()