Home
last modified time | relevance | path

Searched refs:values_array (Results 1 – 4 of 4) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-promise.c280 ecma_value_t values_array = ecma_op_object_get (function_p, str_value_p); in ecma_builtin_promise_all_handler() local
287 ecma_op_object_put_by_uint32_index (ecma_get_object_from_value (values_array), in ecma_builtin_promise_all_handler()
300 &values_array, in ecma_builtin_promise_all_handler()
307 ecma_free_value (values_array); in ecma_builtin_promise_all_handler()
333 ecma_value_t values_array = ecma_make_object_value (values_array_obj_p); in ecma_builtin_promise_perform_all() local
375 &values_array, in ecma_builtin_promise_perform_all()
440 values_array, in ecma_builtin_promise_perform_all()
/third_party/gstreamer/gstreamer/gst/
Dgstelementfactory.c394 GValue *values_array; in gst_element_factory_property_valist_to_array() local
408 values_array = g_new0 (GValue, n_params_alloc); in gst_element_factory_property_valist_to_array()
422 values_array = g_realloc (values_array, sizeof (GValue) * n_params_alloc); in gst_element_factory_property_valist_to_array()
423 memset (&values_array[n_params], 0, in gst_element_factory_property_valist_to_array()
429 G_VALUE_COLLECT_INIT (&values_array[n_params], pspec->value_type, in gst_element_factory_property_valist_to_array()
444 *values = values_array; in gst_element_factory_property_valist_to_array()
450 g_free (values_array); in gst_element_factory_property_valist_to_array()
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-layout-gpos-table.hh887 const hb_array_t<const Value> values_array = values.as_array (valueCount * sub_length); in collect_variation_indices() local
891 …valueFormat.collect_variation_indices (c, this, values_array.sub_array (i * sub_length, sub_length… in collect_variation_indices()
954 auto values_array = values.as_array (valueCount * sub_length); in subset() local
962 values_array.sub_array (_.second * sub_length, in subset()
1122 const hb_array_t<const Value> values_array = values.as_array (record1_len + record2_len); in collect_variation_indices() local
1125 valueFormats[0].collect_variation_indices (c, base, values_array.sub_array (0, record1_len)); in collect_variation_indices()
1128 …valueFormats[1].collect_variation_indices (c, base, values_array.sub_array (record1_len, record2_l… in collect_variation_indices()
1520 …const hb_array_t<const Value> values_array = values.as_array ((unsigned)class1Count * (unsigned) c… in collect_variation_indices() local
1527 valueFormat1.collect_variation_indices (c, this, values_array.sub_array (start_offset, len1)); in collect_variation_indices()
1530 …valueFormat2.collect_variation_indices (c, this, values_array.sub_array (start_offset+len1, len2)); in collect_variation_indices()
/third_party/harfbuzz/src/
Dhb-ot-layout-gpos-table.hh888 const hb_array_t<const Value> values_array = values.as_array (valueCount * sub_length); in collect_variation_indices() local
892 …valueFormat.collect_variation_indices (c, this, values_array.sub_array (i * sub_length, sub_length… in collect_variation_indices()
955 auto values_array = values.as_array (valueCount * sub_length); in subset() local
963 values_array.sub_array (_.second * sub_length, in subset()
1123 const hb_array_t<const Value> values_array = values.as_array (record1_len + record2_len); in collect_variation_indices() local
1126 valueFormats[0].collect_variation_indices (c, base, values_array.sub_array (0, record1_len)); in collect_variation_indices()
1129 …valueFormats[1].collect_variation_indices (c, base, values_array.sub_array (record1_len, record2_l… in collect_variation_indices()
1522 …const hb_array_t<const Value> values_array = values.as_array ((unsigned)class1Count * (unsigned) c… in collect_variation_indices() local
1529 valueFormat1.collect_variation_indices (c, this, values_array.sub_array (start_offset, len1)); in collect_variation_indices()
1532 …valueFormat2.collect_variation_indices (c, this, values_array.sub_array (start_offset+len1, len2)); in collect_variation_indices()