Searched refs:LH_LOAD_MULT (Results 1 – 4 of 4) sorted by relevance
40 #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()
78 # define LH_LOAD_MULT 256 macro
80 # define LH_LOAD_MULT 256 macro
67 #define LH_LOAD_MULT /* integer constant */207 B<LH_LOAD_MULT>, where the load factor is the number of items divided by the