Home
last modified time | relevance | path

Searched defs:array (Results 826 - 850 of 1579) sorted by relevance

1...<<31323334353637383940>>...64

/arkcompiler/ets_runtime/ecmascript/
H A Djs_array.cpp202 void JSArray::SetCapacity(JSThread *thread, const JSHandle<JSObject> &array, in SetCapacity() argument
290 ArraySetLength(JSThread *thread, const JSHandle<JSObject> &array, const PropertyDescriptor &desc) ArraySetLength() argument
369 DefineOwnProperty(JSThread *thread, const JSHandle<JSObject> &array, const JSHandle<JSTaggedValue> &key, const PropertyDescriptor &desc) DefineOwnProperty() argument
393 DefineOwnProperty(JSThread *thread, const JSHandle<JSObject> &array, uint32_t index, const PropertyDescriptor &desc) DefineOwnProperty() argument
[all...]
/arkcompiler/toolchain/tooling/test/
H A Dpt_types_test.cpp368 std::unique_ptr<PtJson> array = PtJson::CreateArray(); in HWTEST_F_L0() local
380 std::unique_ptr<PtJson> array = PtJson::CreateArray(); in HWTEST_F_L0() local
392 std::unique_ptr<PtJson> array = PtJson::CreateArray(); in HWTEST_F_L0() local
404 std::unique_ptr<PtJson> array = PtJson::CreateArray(); HWTEST_F_L0() local
634 std::unique_ptr<PtJson> array = PtJson::CreateArray(); HWTEST_F_L0() local
649 std::unique_ptr<PtJson> array = PtJson::CreateArray(); HWTEST_F_L0() local
779 std::unique_ptr<PtJson> array = PtJson::CreateArray(); HWTEST_F_L0() local
791 std::unique_ptr<PtJson> array = PtJson::CreateArray(); HWTEST_F_L0() local
821 std::unique_ptr<PtJson> array = PtJson::CreateArray(); HWTEST_F_L0() local
[all...]
/commonlibrary/ets_utils/js_api_module/buffer/
H A Djs_buffer.cpp398 void Buffer::SetArray(vector<uint8_t> array, unsigned int offset) in SetArray() argument
/commonlibrary/ets_utils/js_concurrent_module/common/helper/
H A Dnapi_helper.cpp324 uint32_t NapiHelper::GetArrayLength(napi_env env, napi_value array) in GetArrayLength() argument
/commonlibrary/ets_utils/js_sys_module/process/
H A Djs_process.cpp104 std::vector<uint32_t> array; in GetGroups() local
/drivers/hdf_core/framework/include/wifi/
H A Dhdf_wifi_event.h271 uint8_t array[2]; /**< Reserved */ member
/drivers/peripheral/codec/hal/idl_service/src/
H A Dcodec_component_config.cpp293 std::unique_ptr<int32_t[]> array = std::make_unique<int32_t[]>(count); in GetUintTableConfig() local
/drivers/peripheral/user_auth/hdi_service/coauth/src/
H A Dexecutor_message.c297 Uint8Array array = { Malloc(ROOT_SECRET_LEN), ROOT_SECRET_LEN }; in GetRootSecretFromAttribute() local
/kernel/linux/linux-5.10/arch/sparc/kernel/
H A Dvisemul.c372 static void array(struct pt_regs *regs, unsigned int insn, unsigned int opf) in array() function
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
H A Dmap_ptr_kern.c150 struct bpf_array *array = (struct bpf_array *)&m_array; in check_array() local
/kernel/linux/linux-6.6/arch/sparc/kernel/
H A Dvisemul.c372 static void array(struct pt_regs *regs, unsigned int insn, unsigned int opf) in array() function
/kernel/linux/linux-5.10/drivers/media/i2c/
H A Dir-kbd-i2c.c480 static int find_slot(u16 *array, unsigned int size, u16 val) in find_slot() argument
/kernel/linux/linux-5.10/drivers/iio/light/
H A Dadux1020.c439 static inline int adux1020_find_index(const int array[][2], int count, int val, in adux1020_find_index() argument
/kernel/linux/linux-5.10/samples/bpf/
H A Dxdp_rxq_info_user.c200 struct datarec *array; in alloc_record_per_cpu() local
213 struct record *array; in alloc_record_per_rxq() local
/kernel/linux/linux-5.10/include/linux/sunrpc/
H A Dxdr.h467 xdr_stream_encode_uint32_array(struct xdr_stream *xdr, const __u32 *array, size_t array_size) xdr_stream_encode_uint32_array() argument
597 xdr_stream_decode_uint32_array(struct xdr_stream *xdr, __u32 *array, size_t array_size) xdr_stream_decode_uint32_array() argument
[all...]
/kernel/linux/linux-5.10/sound/pci/hda/
H A Dhda_proc.c47 print_nid_array(struct snd_info_buffer *buffer, struct hda_codec *codec, hda_nid_t nid, struct snd_array *array) print_nid_array() argument
/kernel/linux/linux-5.10/tools/bpf/bpftool/
H A Dbtf_dumper.c585 const struct btf_array *array; in __btf_dumper_type_only() local
/kernel/linux/linux-5.10/tools/io_uring/
H A Dio_uring-bench.c43 unsigned *array; member
/kernel/linux/linux-5.10/fs/debugfs/
H A Dfile.c949 u32_format_array(char *buf, size_t bufsize, u32 *array, int array_size) u32_format_array() argument
1029 debugfs_create_u32_array(const char *name, umode_t mode, struct dentry *parent, struct debugfs_u32_array *array) debugfs_create_u32_array() argument
[all...]
/kernel/linux/linux-5.10/lib/
H A Dstring.c737 int match_string(const char * const *array, size_t n, const char *string) in match_string() argument
771 __sysfs_match_string(const char * const *array, size_t n, const char *str) __sysfs_match_string() argument
[all...]
/kernel/linux/linux-5.10/drivers/media/v4l2-core/
H A Dv4l2-fwnode.c137 u32 array[1 + V4L2_FWNODE_CSI2_MAX_DATA_LANES]; in v4l2_fwnode_endpoint_parse_csi2_bus() local
[all...]
/kernel/linux/linux-5.10/drivers/staging/media/ipu3/
H A Dipu3-css-fw.h75 } array[IMGU_ABI_PARAM_CLASS_NUM]; member
/kernel/linux/linux-6.6/drivers/media/i2c/
H A Dir-kbd-i2c.c517 static int find_slot(u16 *array, unsigned int size, u16 val) in find_slot() argument
/kernel/linux/linux-6.6/fs/xfs/scrub/
H A Dxfarray.c36 static inline void *xfarray_scratch(struct xfarray *array) in xfarray_scratch() argument
43 xfarray_idx( struct xfarray *array, loff_t pos) xfarray_idx() argument
54 xfarray_pos(struct xfarray *array, xfarray_idx_t idx) xfarray_pos() argument
76 struct xfarray *array; xfarray_create() local
122 xfarray_destroy( struct xfarray *array) xfarray_destroy() argument
131 xfarray_load( struct xfarray *array, xfarray_idx_t idx, void *ptr) xfarray_load() argument
145 xfarray_is_unset( struct xfarray *array, loff_t pos) xfarray_is_unset() argument
167 xfarray_unset( struct xfarray *array, xfarray_idx_t idx) xfarray_unset() argument
200 xfarray_store( struct xfarray *array, xfarray_idx_t idx, const void *ptr) xfarray_store() argument
223 xfarray_element_is_null( struct xfarray *array, const void *ptr) xfarray_element_is_null() argument
235 xfarray_store_anywhere( struct xfarray *array, const void *ptr) xfarray_store_anywhere() argument
269 xfarray_length( struct xfarray *array) xfarray_length() argument
286 xfarray_find_data( struct xfarray *array, xfarray_idx_t *cur, loff_t *pos) xfarray_find_data() argument
339 xfarray_load_next( struct xfarray *array, xfarray_idx_t *idx, void *rec) xfarray_load_next() argument
432 xfarray_pivot_rec_sz( struct xfarray *array) xfarray_pivot_rec_sz() argument
440 xfarray_sortinfo_alloc( struct xfarray *array, xfarray_cmp_fn cmp_fn, unsigned int flags, struct xfarray_sortinfo **infop) xfarray_sortinfo_alloc() argument
930 xfarray_sort( struct xfarray *array, xfarray_cmp_fn cmp_fn, unsigned int flags) xfarray_sort() argument
[all...]
/kernel/linux/linux-6.6/include/linux/sunrpc/
H A Dxdr.h601 xdr_stream_encode_uint32_array(struct xdr_stream *xdr, const __u32 *array, size_t array_size) xdr_stream_encode_uint32_array() argument
773 xdr_stream_decode_uint32_array(struct xdr_stream *xdr, __u32 *array, size_t array_size) xdr_stream_decode_uint32_array() argument
[all...]

Completed in 29 milliseconds

1...<<31323334353637383940>>...64