/third_party/openssl/crypto/property/ |
D | property_parse.c | 309 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 …]
|
D | property_local.h | 32 int num_properties; member
|
D | property_query.c | 33 return ossl_bsearch(&name_idx, list->properties, list->num_properties, in ossl_property_find_property()
|
/third_party/gstreamer/gstreamer/libs/gst/helpers/ |
D | gst-completion-helper.c | 177 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/ |
D | gst-inspect.c | 376 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/ |
D | anv_perf.c | 151 param.num_properties = p / 2; in anv_device_perf_open()
|
/third_party/freetype/include/freetype/ |
D | freetype.h | 4236 FT_UInt num_properties,
|
/third_party/skia/third_party/externals/freetype/include/freetype/ |
D | freetype.h | 4034 FT_UInt num_properties,
|
/third_party/flutter/skia/third_party/externals/freetype/include/freetype/ |
D | freetype.h | 3919 FT_UInt num_properties,
|
/third_party/libdrm/include/drm/ |
D | i915_drm.h | 1713 __u32 num_properties; member
|
/third_party/flutter/skia/third_party/externals/freetype/src/base/ |
D | ftobjs.c | 3799 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/ |
D | ftobjs.c | 3889 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/ |
D | ftobjs.c | 3970 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/ |
D | i915_drm.h | 2745 __u32 num_properties; member
|
/third_party/mesa3d/src/intel/perf/ |
D | intel_perf_query.c | 405 .num_properties = p / 2, in intel_perf_open()
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_video_capture.txt | 777 4 CARD32 num_properties (p)
|
/third_party/openGLES/extensions/NV/ |
D | NV_video_capture.txt | 777 4 CARD32 num_properties (p)
|
/third_party/gstreamer/gstreamer/docs/random/old/ |
D | ChangeLog.gstreamer | 1190 num_properties gets set.
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 73939 size_t num_properties; member
|