Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/lhash/
H A Dlhash.c40 #define UP_LOAD (2*LH_LOAD_MULT) /* load times 256 (default 2) */
41 #define DOWN_LOAD (LH_LOAD_MULT) /* load times 256 (default 1) */
114 if ((lh->up_load <= (lh->num_items * LH_LOAD_MULT / lh->num_nodes)) && !expand(lh)) in OPENSSL_LH_insert()
157 (lh->down_load >= (lh->num_items * LH_LOAD_MULT / lh->num_nodes))) in OPENSSL_LH_delete()
/freebsd/crypto/openssl/include/openssl/
H A Dlhash.h78 # define LH_LOAD_MULT 256 macro
H A Dlhash.h.in80 # define LH_LOAD_MULT 256 macro
/freebsd/crypto/openssl/doc/man3/
H A DOPENSSL_LH_COMPFUNC.pod67 #define LH_LOAD_MULT /* integer constant */
207 B<LH_LOAD_MULT>, where the load factor is the number of items divided by the