Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/ntp/lib/isc/
Dhash.c78 #define PRIME32 0xFFFFFFFB /* 2^32 - 5 */ macro
383 return ((unsigned int)(partial_sum % PRIME32)); in hash_calc()
/freebsd-9-stable/contrib/bind9/lib/isc/
Dhash.c78 #define PRIME32 0xFFFFFFFB /* 2^32 - 5 */ macro
380 return ((unsigned int)(partial_sum % PRIME32)); in hash_calc()