Home
last modified time | relevance | path

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

/src/contrib/ntp/libntp/
H A Dauthkeys.c445 u_short hashbits; in auth_resize_hashtable() local
451 hashbits = auth_log2(totalkeys / 4) + 1; in auth_resize_hashtable()
452 hashbits = max(4, hashbits); in auth_resize_hashtable()
453 hashbits = min(15, hashbits); in auth_resize_hashtable()
455 authhashbuckets = 1 << hashbits; in auth_resize_hashtable()