Home
last modified time | relevance | path

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

/openssl/crypto/lhash/
H A Dlh_stats.c108 unsigned long total = 0, n_used = 0; in OPENSSL_LH_node_usage_stats_bio() local
114 n_used++; 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()
120 if (n_used == 0) in OPENSSL_LH_node_usage_stats_bio()
125 (int)(total / n_used), (int)((total % n_used) * 100 / n_used)); in OPENSSL_LH_node_usage_stats_bio()

Completed in 4 milliseconds