Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/ntp/libntp/
H A Dauthkeys.c53 static u_short auth_log2(size_t);
387 auth_log2(size_t x) in auth_log2() function
452 hashbits = auth_log2(totalkeys / 4) + 1; in auth_resize_hashtable()
/freebsd-13.1/contrib/ntp/
H A DNEWS2062 - implement 'auth_log2()' using integer bithack instead of float calculation
H A DChangeLog589 - implement 'auth_log2()' using integer bithack instead of float calculation
H A DCommitLog15865 - implement 'auth_log2()' using integer bithack instead of float calculation
15869 - implement 'auth_log2()' using integer bithack instead of float calculation
15873 - implement 'auth_log2()' using integer bithack instead of float calculation
15877 - test bithack implementation of 'auth_log2()'