Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/hashtable/
H A Dhashtable.c138 size_t value_count; member
305 h->wpd.value_count = 0; in ossl_ht_flush_internal()
339 count = h->wpd.value_count; in ossl_ht_count()
586 h->wpd.value_count++; in ossl_ht_insert_locked()
734 h->wpd.value_count--; in ossl_ht_delete()
/freebsd/sys/dev/drm2/
H A Ddrm_crtc.c2971 int value_count = 0; in drm_mode_getproperty_ioctl() local
3000 value_count = property->num_values; in drm_mode_getproperty_ioctl()
3006 if ((out_resp->count_values >= value_count) && value_count) { in drm_mode_getproperty_ioctl()
3008 for (i = 0; i < value_count; i++) { in drm_mode_getproperty_ioctl()
3015 out_resp->count_values = value_count; in drm_mode_getproperty_ioctl()