Home
last modified time | relevance | path

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

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