HomeSort by relevance Sort by last modified time
    Searched refs:LH_LOAD_MULT (Results 1 - 3 of 3) sorted by null

  /external/openssl/crypto/lhash/
lhash.c 107 #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)))
lhash.h 169 #define LH_LOAD_MULT 256
  /external/openssl/include/openssl/
lhash.h 169 #define LH_LOAD_MULT 256

Completed in 188 milliseconds