Home
last modified time | relevance | path

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

/minix3/external/bsd/bind/dist/lib/isc/
H A Dhash.c80 #define PRIME32 0xFFFFFFFB /* 2^32 - 5 */ macro
372 return ((unsigned int)(partial_sum % PRIME32)); in hash_calc()