Home
last modified time | relevance | path

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

/src/contrib/ntp/libntp/
H A Dauthkeys.c444 u_long totalkeys; in auth_resize_hashtable() local
450 totalkeys = authnumkeys + authnumfreekeys; in auth_resize_hashtable()
451 hashbits = auth_log2(totalkeys / 4) + 1; in auth_resize_hashtable()