Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/syscalls/ipc/semop/
Dsemop02.c50 int arr_val; member
113 union semun arr = {.val = tc[i].arr_val}; in run()
/third_party/jerryscript/jerry-core/ecma/builtin-objects/typedarray/
Decma-builtin-typedarray-prototype.c836 ecma_value_t arr_val, /**< typedarray object */ in ecma_op_typedarray_set_with_typedarray() argument
860 ecma_object_t *src_typedarray_p = ecma_get_object_from_value (arr_val); in ecma_op_typedarray_set_with_typedarray()
877 if (this_arg == arr_val) in ecma_op_typedarray_set_with_typedarray()
922 ecma_value_t arr_val, /**< array object */ in ecma_builtin_typedarray_prototype_set() argument
932 if (ecma_is_typedarray (arr_val)) in ecma_builtin_typedarray_prototype_set()
935 return ecma_op_typedarray_set_with_typedarray (this_arg, arr_val, offset_val); in ecma_builtin_typedarray_prototype_set()
964 ECMA_TRY_CATCH (source_obj, ecma_op_to_object (arr_val), ret_val); in ecma_builtin_typedarray_prototype_set()
/third_party/gstreamer/gstplugins_good/gst/matroska/
Dmatroska-demux.c462 GValue arr_val = G_VALUE_INIT; in gst_matroska_demux_add_stream_headers_to_caps() local
468 g_value_init (&arr_val, GST_TYPE_ARRAY); in gst_matroska_demux_add_stream_headers_to_caps()
474 gst_value_array_append_value (&arr_val, &buf_val); in gst_matroska_demux_add_stream_headers_to_caps()
478 gst_structure_take_value (s, "streamheader", &arr_val); in gst_matroska_demux_add_stream_headers_to_caps()
/third_party/gstreamer/gstplugins_good/gst/isomp4/
Dqtdemux.c14324 GValue arr_val = G_VALUE_INIT; local
14342 g_value_init (&arr_val, GST_TYPE_ARRAY);
14346 gst_value_array_append_value (&arr_val, &buf_val);
14349 gst_structure_take_value (s, "streamheader", &arr_val);