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

/external/openssl/crypto/lhash/
H A Dlhash.c107 #define UP_LOAD (2*LH_LOAD_MULT) /* load times 256 (default 2) */
108 #define DOWN_LOAD (LH_LOAD_MULT) /* load times 256 (default 1) */
186 if (lh->up_load <= (lh->num_items*LH_LOAD_MULT/lh->num_nodes))
242 (lh->down_load >= (lh->num_items*LH_LOAD_MULT/lh->num_nodes)))
H A Dlhash.h169 #define LH_LOAD_MULT 256 macro
/external/openssl/include/openssl/
H A Dlhash.h169 #define LH_LOAD_MULT 256 macro

Completed in 239 milliseconds