Home
last modified time | relevance | path

Searched refs:up_load (Results 1 – 2 of 2) sorted by relevance

/third_party/openssl/crypto/lhash/
Dlhash_local.h27 unsigned long up_load; /* load times 256 */ member
Dlhash.c66 ret->up_load = UP_LOAD; in OPENSSL_LH_new()
103 if ((lh->up_load <= (lh->num_items * LH_LOAD_MULT / lh->num_nodes)) && !expand(lh)) in OPENSSL_LH_insert()