Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl/dist/crypto/property/
H A Dproperty_parse.c340 r->num_properties = n; in stack_to_property_list()
479 while (i < query->num_properties) { in ossl_property_match_count()
484 if (j < defn->num_properties) { in ossl_property_match_count()
546 const int t = a->num_properties + b->num_properties; in ossl_property_merge()
554 for (i = j = n = 0; i < a->num_properties || j < b->num_properties; n++) { in ossl_property_merge()
555 if (i >= a->num_properties) { in ossl_property_merge()
557 } else if (j >= b->num_properties) { in ossl_property_merge()
569 r->num_properties = n; in ossl_property_merge()
712 if (list->num_properties != 0) in ossl_property_list_to_string()
713 prop = &list->properties[list->num_properties - 1]; in ossl_property_list_to_string()
[all …]
H A Dproperty_local.h32 int num_properties; member
H A Dproperty_query.c33 return ossl_bsearch(&name_idx, list->properties, list->num_properties, in ossl_property_find_property()
/netbsd-src/sys/external/bsd/drm2/dist/include/uapi/drm/
H A Di915_drm.h1963 __u32 num_properties; member
/netbsd-src/external/mit/xorg/lib/libxcb/files/
H A Dglx.h578 uint32_t num_properties; member
753 uint32_t num_properties; member
H A Dxinput.h3210 uint16_t num_properties; member
H A Dxinput.c11593 xcb_block_len += _aux->num_properties * sizeof(xcb_atom_t); in xcb_input_xi_list_properties_sizeof()
11671 return R->num_properties; in xcb_input_xi_list_properties_properties_length()
11678 i.data = ((xcb_atom_t *) (R + 1)) + (R->num_properties); in xcb_input_xi_list_properties_properties_end()
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/
H A Di915_perf.c3898 param->num_properties, in i915_perf_open_ioctl()