Home
last modified time | relevance | path

Searched refs:num_nodes (Results 1 – 4 of 4) sorted by relevance

/openssl/crypto/lhash/
H A Dlh_stats.c74 BIO_printf(out, "num_nodes = %u\n", lh->num_nodes); in OPENSSL_LH_stats_bio()
96 for (i = 0; i < lh->num_nodes; i++) { in OPENSSL_LH_node_stats_bio()
110 for (i = 0; i < lh->num_nodes; i++) { in OPENSSL_LH_node_usage_stats_bio()
118 BIO_printf(out, "%lu nodes used out of %u\n", n_used, lh->num_nodes); in OPENSSL_LH_node_usage_stats_bio()
123 (int)(total / lh->num_nodes), in OPENSSL_LH_node_usage_stats_bio()
124 (int)((total % lh->num_nodes) * 100 / lh->num_nodes), in OPENSSL_LH_node_usage_stats_bio()
H A Dlhash.c73 ret->num_nodes = MIN_NODES / 2; in OPENSSL_LH_new()
104 for (i = 0; i < lh->num_nodes; i++) { in OPENSSL_LH_flush()
124 if ((lh->up_load <= (lh->num_items * LH_LOAD_MULT / lh->num_nodes)) && !expand(lh)) in OPENSSL_LH_insert()
166 if ((lh->num_nodes > MIN_NODES) && in OPENSSL_LH_delete()
167 (lh->down_load >= (lh->num_items * LH_LOAD_MULT / lh->num_nodes))) in OPENSSL_LH_delete()
203 for (i = lh->num_nodes - 1; i >= 0; i--) { in doall_util_fn()
268 lh->num_nodes++; in expand()
308 lh->num_nodes--; in contract()
H A Dlhash_local.h27 unsigned int num_nodes; member
/openssl/
H A DCHANGES.md1862 the `num_items`, `num_nodes` and `num_alloc_nodes` statistics. All other

Completed in 50 milliseconds