Home
last modified time | relevance | path

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

/freebsd-head/contrib/ntp/libntp/
HDauthkeys.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-head/contrib/ntp/
HDNEWS2346 - implement 'auth_log2()' using integer bithack instead of float calculation
6112 - implement 'auth_log2()' using integer bithack instead of float calculation
HDChangeLog829 - implement 'auth_log2()' using integer bithack instead of float calculation
HDCommitLog25221 - 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()'