Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/crypto/lhash/
H A Dlh_stats.c99 unsigned long total = 0, n_used = 0; in OPENSSL_LH_node_usage_stats_bio() local
105 n_used++; in OPENSSL_LH_node_usage_stats_bio()
109 BIO_printf(out, "%lu nodes used out of %u\n", n_used, lh->num_nodes); in OPENSSL_LH_node_usage_stats_bio()
111 if (n_used == 0) in OPENSSL_LH_node_usage_stats_bio()
116 (int)(total / n_used), (int)((total % n_used) * 100 / n_used)); in OPENSSL_LH_node_usage_stats_bio()
/third_party/openssl/crypto/lhash/
H A Dlh_stats.c99 unsigned long total = 0, n_used = 0; in OPENSSL_LH_node_usage_stats_bio() local
105 n_used++; in OPENSSL_LH_node_usage_stats_bio()
109 BIO_printf(out, "%lu nodes used out of %u\n", n_used, lh->num_nodes); in OPENSSL_LH_node_usage_stats_bio()
111 if (n_used == 0) in OPENSSL_LH_node_usage_stats_bio()
116 (int)(total / n_used), (int)((total % n_used) * 100 / n_used)); in OPENSSL_LH_node_usage_stats_bio()
/third_party/eudev/src/shared/
H A Dmempool.c30 unsigned n_used; member
51 _unlikely_(mp->first_pool->n_used >= mp->first_pool->n_tiles)) { in mempool_alloc_tile()
67 p->n_used = 0; in mempool_alloc_tile()
72 i = mp->first_pool->n_used++; in mempool_alloc_tile()
/third_party/pulseaudio/src/pulse/
H A Dintrospect.h471 uint32_t n_used; /**< Usage counter or PA_INVALID_INDEX */ member
H A Dintrospect.c1149 pa_tagstruct_getu32(t, &i.n_used) < 0 || in context_get_module_info_callback()
/third_party/pulseaudio/src/utils/
H A Dpactl.c950 pa_snprintf(t, sizeof(t), "%u", i->n_used); in get_module_info_callback()
969 char *n_used = i->n_used != PA_INVALID_INDEX ? t : _("n/a"); in get_module_info_callback() local
975 pa_json_encoder_add_member_string(encoder, "usage_counter", n_used); in get_module_info_callback()
991 n_used, in get_module_info_callback()

Completed in 11 milliseconds