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

/freebsd-11-stable/contrib/ntp/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);
365 hash_accum_t partial_sum = 0;
375 partial_sum += key[i] * (hash_accum_t)p[i];
378 partial_sum += maptolower[key[i]] * (hash_accum_t)p[i];

Completed in 68 milliseconds