| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | js_array.cpp | 202 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 D | pt_types_test.cpp | 368 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 D | js_buffer.cpp | 398 void Buffer::SetArray(vector<uint8_t> array, unsigned int offset) in SetArray() argument
|
| /commonlibrary/ets_utils/js_concurrent_module/common/helper/ |
| H A D | napi_helper.cpp | 324 uint32_t NapiHelper::GetArrayLength(napi_env env, napi_value array) in GetArrayLength() argument
|
| /commonlibrary/ets_utils/js_sys_module/process/ |
| H A D | js_process.cpp | 104 std::vector<uint32_t> array;
in GetGroups() local
|
| /drivers/hdf_core/framework/include/wifi/ |
| H A D | hdf_wifi_event.h | 271 uint8_t array[2]; /**< Reserved */ member
|
| /drivers/peripheral/codec/hal/idl_service/src/ |
| H A D | codec_component_config.cpp | 293 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 D | executor_message.c | 297 Uint8Array array = { Malloc(ROOT_SECRET_LEN), ROOT_SECRET_LEN }; in GetRootSecretFromAttribute() local
|
| /kernel/linux/linux-5.10/arch/sparc/kernel/ |
| H A D | visemul.c | 372 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 D | map_ptr_kern.c | 150 struct bpf_array *array = (struct bpf_array *)&m_array; in check_array() local
|
| /kernel/linux/linux-6.6/arch/sparc/kernel/ |
| H A D | visemul.c | 372 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 D | ir-kbd-i2c.c | 480 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 D | adux1020.c | 439 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 D | xdp_rxq_info_user.c | 200 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 D | xdr.h | 467 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 D | hda_proc.c | 47 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 D | btf_dumper.c | 585 const struct btf_array *array; in __btf_dumper_type_only() local
|
| /kernel/linux/linux-5.10/tools/io_uring/ |
| H A D | io_uring-bench.c | 43 unsigned *array; member
|
| /kernel/linux/linux-5.10/fs/debugfs/ |
| H A D | file.c | 949 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 D | string.c | 737 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 D | v4l2-fwnode.c | 137 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 D | ipu3-css-fw.h | 75 } array[IMGU_ABI_PARAM_CLASS_NUM]; member
|
| /kernel/linux/linux-6.6/drivers/media/i2c/ |
| H A D | ir-kbd-i2c.c | 517 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 D | xfarray.c | 36 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 D | xdr.h | 601 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...] |