Searched refs:hash_accum_t (Results 1 – 2 of 2) sorted by relevance
85 typedef isc_uint32_t hash_accum_t; typedef149 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()
85 typedef isc_uint32_t hash_accum_t; typedef149 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()