Searched refs:LH_LOAD_MULT (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/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))
157 (lh->down_load >= (lh->num_items * LH_LOAD_MULT / lh->num_nodes)))
/freebsd-current/crypto/openssl/include/openssl/
H A Dlhash.h78 # define LH_LOAD_MULT 256 macro

Completed in 180 milliseconds