Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/libntp/
H A Dauthkeys.c53 static u_short auth_log2(size_t);
386 auth_log2(size_t x) in auth_log2() function
451 hashbits = auth_log2(totalkeys / 4) + 1; in auth_resize_hashtable()
/freebsd/contrib/ntp/
H A DNEWS2346 - implement 'auth_log2()' using integer bithack instead of float calculation
6112 - implement 'auth_log2()' using integer bithack instead of float calculation
H A DChangeLog829 - implement 'auth_log2()' using integer bithack instead of float calculation
H A DCommitLog25221 - implement 'auth_log2()' using integer bithack instead of float calculation
25225 - implement 'auth_log2()' using integer bithack instead of float calculation
25229 - implement 'auth_log2()' using integer bithack instead of float calculation
25233 - test bithack implementation of 'auth_log2()'