Home
last modified time | relevance | path

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

/third_party/openssl/crypto/property/
Dproperty_parse.c309 r->num_properties = n; in stack_to_property_list()
448 while (i < query->num_properties) { in ossl_property_match_count()
453 if (j < defn->num_properties) { in ossl_property_match_count()
515 const int t = a->num_properties + b->num_properties; in ossl_property_merge()
523 for (i = j = n = 0; i < a->num_properties || j < b->num_properties; n++) { in ossl_property_merge()
524 if (i >= a->num_properties) { in ossl_property_merge()
526 } else if (j >= b->num_properties) { in ossl_property_merge()
538 r->num_properties = n; in ossl_property_merge()
655 if (list->num_properties != 0) in ossl_property_list_to_string()
656 prop = &list->properties[list->num_properties - 1]; in ossl_property_list_to_string()
[all …]
Dproperty_local.h32 int num_properties; member
Dproperty_query.c33 return ossl_bsearch(&name_idx, list->properties, list->num_properties, in ossl_property_find_property()
/third_party/gstreamer/gstreamer/libs/gst/helpers/
Dgst-completion-helper.c177 guint num_properties, i; in _print_element_properties_info() local
180 (G_OBJECT_GET_CLASS (element), &num_properties); in _print_element_properties_info()
182 for (i = 0; i < num_properties; i++) { in _print_element_properties_info()
/third_party/gstreamer/gstreamer/tools/
Dgst-inspect.c376 guint num_properties, i; in print_object_properties_info() local
380 property_specs = g_object_class_list_properties (obj_class, &num_properties); in print_object_properties_info()
381 g_qsort_with_data (property_specs, num_properties, sizeof (gpointer), in print_object_properties_info()
388 for (i = 0; i < num_properties; i++) { in print_object_properties_info()
725 if (num_properties == 0) in print_object_properties_info()
/third_party/mesa3d/src/intel/vulkan/
Danv_perf.c151 param.num_properties = p / 2; in anv_device_perf_open()
/third_party/freetype/include/freetype/
Dfreetype.h4236 FT_UInt num_properties,
/third_party/skia/third_party/externals/freetype/include/freetype/
Dfreetype.h4034 FT_UInt num_properties,
/third_party/flutter/skia/third_party/externals/freetype/include/freetype/
Dfreetype.h3919 FT_UInt num_properties,
/third_party/libdrm/include/drm/
Di915_drm.h1713 __u32 num_properties; member
/third_party/flutter/skia/third_party/externals/freetype/src/base/
Dftobjs.c3799 FT_UInt num_properties, in FT_Face_Properties() argument
3805 if ( num_properties > 0 && !properties ) in FT_Face_Properties()
3811 for ( ; num_properties > 0; num_properties-- ) in FT_Face_Properties()
/third_party/skia/third_party/externals/freetype/src/base/
Dftobjs.c3889 FT_UInt num_properties, in FT_Face_Properties() argument
3895 if ( num_properties > 0 && !properties ) in FT_Face_Properties()
3901 for ( ; num_properties > 0; num_properties-- ) in FT_Face_Properties()
/third_party/freetype/src/base/
Dftobjs.c3970 FT_UInt num_properties, in FT_Face_Properties() argument
3976 if ( num_properties > 0 && !properties ) in FT_Face_Properties()
3982 for ( ; num_properties > 0; num_properties-- ) in FT_Face_Properties()
/third_party/mesa3d/include/drm-uapi/
Di915_drm.h2745 __u32 num_properties; member
/third_party/mesa3d/src/intel/perf/
Dintel_perf_query.c405 .num_properties = p / 2, in intel_perf_open()
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_video_capture.txt777 4 CARD32 num_properties (p)
/third_party/openGLES/extensions/NV/
DNV_video_capture.txt777 4 CARD32 num_properties (p)
/third_party/gstreamer/gstreamer/docs/random/old/
DChangeLog.gstreamer1190 num_properties gets set.
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h73939 size_t num_properties; member