Home
last modified time | relevance | path

Searched defs:arr (Results 1 – 25 of 154) sorted by relevance

1234567

/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/
H A Dtailcall_bpf2bpf3.c16 volatile char arr[64] = {}; in subprog_tail2() local
29 volatile char arr[64] = {}; in subprog_tail() local
39 volatile char arr[128] = {}; in bpf_func_0() local
47 volatile char arr[128] = {}; in bpf_func_1() local
55 volatile char arr[128] = {}; in entry() local
/OK3568_Linux_fs/kernel/tools/lib/bpf/
H A Dbpf_tracing.h416 #define ___bpf_fill0(arr, p, x) do {} while (0) argument
417 #define ___bpf_fill1(arr, p, x) arr[p] = x argument
418 #define ___bpf_fill2(arr, p, x, args...) arr[p] = x; ___bpf_fill1(arr, p + 1, args) argument
419 #define ___bpf_fill3(arr, p, x, args...) arr[p] = x; ___bpf_fill2(arr, p + 1, args) argument
420 #define ___bpf_fill4(arr, p, x, args...) arr[p] = x; ___bpf_fill3(arr, p + 1, args) argument
421 #define ___bpf_fill5(arr, p, x, args...) arr[p] = x; ___bpf_fill4(arr, p + 1, args) argument
422 #define ___bpf_fill6(arr, p, x, args...) arr[p] = x; ___bpf_fill5(arr, p + 1, args) argument
423 #define ___bpf_fill7(arr, p, x, args...) arr[p] = x; ___bpf_fill6(arr, p + 1, args) argument
424 #define ___bpf_fill8(arr, p, x, args...) arr[p] = x; ___bpf_fill7(arr, p + 1, args) argument
425 #define ___bpf_fill9(arr, p, x, args...) arr[p] = x; ___bpf_fill8(arr, p + 1, args) argument
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/
H A Diwl-trans.c239 const struct iwl_hcmd_arr *arr; in iwl_get_cmd_string() local
260 const struct iwl_hcmd_arr *arr; in iwl_cmd_groups_verify_sorted() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/
H A Darray.hpp417 std::size_t hash_value(const array<T,N>& arr) in hash_value()
423 T &get(boost::array<T,N> &arr) BOOST_NOEXCEPT { in get()
429 const T &get(const boost::array<T,N> &arr) BOOST_NOEXCEPT { in get()
440 T &get(boost::array<T,N> &arr) BOOST_NOEXCEPT { in get()
446 const T &get(const boost::array<T,N> &arr) BOOST_NOEXCEPT { in get()
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dconstants.c28 const struct value_name_pair *arr; member
264 const struct value_name_pair *arr = NULL; in scsi_opcode_sa_name() local
450 const struct value_name_pair *arr = scsi_mlreturn_arr; in scsi_mlreturn_string() local
H A Dscsi_debug.c1150 static int fill_from_dev_buffer(struct scsi_cmnd *scp, unsigned char *arr, in fill_from_dev_buffer()
1173 static int p_fill_from_dev_buffer(struct scsi_cmnd *scp, const void *arr, in p_fill_from_dev_buffer()
1198 static int fetch_to_dev_buffer(struct scsi_cmnd *scp, unsigned char *arr, in fetch_to_dev_buffer()
1219 static int inquiry_vpd_83(unsigned char *arr, int port_group_id, in inquiry_vpd_83()
1313 static int inquiry_vpd_84(unsigned char *arr) in inquiry_vpd_84()
1320 static int inquiry_vpd_85(unsigned char *arr) in inquiry_vpd_85()
1355 static int inquiry_vpd_88(unsigned char *arr, int target_dev_id) in inquiry_vpd_88()
1442 static int inquiry_vpd_89(unsigned char *arr) in inquiry_vpd_89()
1457 static int inquiry_vpd_b0(unsigned char *arr) in inquiry_vpd_b0()
1504 static int inquiry_vpd_b1(struct sdebug_dev_info *devip, unsigned char *arr) in inquiry_vpd_b1()
[all …]
/OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/mtrr/
H A Dcyrix.c17 unsigned char arr, ccr3, rcr, shift; in cyrix_get_arr() local
182 unsigned char arr, arr_type, arr_size; in cyrix_set_arr() local
/OK3568_Linux_fs/kernel/lib/
H A Dtest_ubsan.c40 volatile int arr[4]; in test_ubsan_out_of_bounds() local
93 volatile char arr[5] __aligned(4) = {1, 2, 3, 4, 5}; in test_ubsan_misaligned_access() local
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_util.h41 static inline void _add_bitmap_bit(u8 *bitmap, u8 *arr, u32 len) in _add_bitmap_bit()
48 static inline void _clr_bitmap_bit(u8 *bitmap, u8 *arr, u32 len) in _clr_bitmap_bit()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_util.h41 static inline void _add_bitmap_bit(u8 *bitmap, u8 *arr, u32 len) in _add_bitmap_bit()
48 static inline void _clr_bitmap_bit(u8 *bitmap, u8 *arr, u32 len) in _clr_bitmap_bit()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/
H A Dcuda.inl.hpp109 GpuMat::GpuMat(InputArray arr, Allocator* allocator_) : in GpuMat()
355 void createContinuous(Size size, int type, OutputArray arr) in createContinuous()
369 void ensureSizeIsEnough(Size size, int type, OutputArray arr) in ensureSizeIsEnough()
415 HostMem::HostMem(InputArray arr, AllocType alloc_type_) in HostMem()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/
H A Dcuda.inl.hpp109 GpuMat::GpuMat(InputArray arr, Allocator* allocator_) : in GpuMat()
355 void createContinuous(Size size, int type, OutputArray arr) in createContinuous()
369 void ensureSizeIsEnough(Size size, int type, OutputArray arr) in ensureSizeIsEnough()
415 HostMem::HostMem(InputArray arr, AllocType alloc_type_) in HostMem()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/
H A Dcuda.inl.hpp109 GpuMat::GpuMat(InputArray arr, Allocator* allocator_) : in GpuMat()
355 void createContinuous(Size size, int type, OutputArray arr) in createContinuous()
369 void ensureSizeIsEnough(Size size, int type, OutputArray arr) in ensureSizeIsEnough()
415 HostMem::HostMem(InputArray arr, AllocType alloc_type_) in HostMem()
/OK3568_Linux_fs/kernel/include/uapi/xen/
H A Dprivcmd.h66 xen_pfn_t __user *arr; /* array of mfns - or'd with member
77 const xen_pfn_t __user *arr; /* array of mfns */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/xen/
H A Dprivcmd.h66 xen_pfn_t *arr; /* array of mfns - or'd with member
77 const xen_pfn_t *arr; /* array of mfns */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/xen/
H A Dprivcmd.h66 xen_pfn_t *arr; /* array of mfns - or'd with member
77 const xen_pfn_t *arr; /* array of mfns */ member
/OK3568_Linux_fs/kernel/tools/testing/selftests/filesystems/incfs/
H A Dutils.h10 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof(arr[0])) argument
/OK3568_Linux_fs/kernel/tools/testing/selftests/cgroup/
H A Dcgroup_util.h7 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0])) argument
/OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc8xxx/
H A Dfsl_pamu.c341 static uint64_t find_max(uint64_t arr[], int num) in find_max()
352 static uint64_t find_min(uint64_t arr[], int num) in find_min()
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/hfi1/
H A Dtrace_tx.h657 #define __print_u32_hex(arr, len) print_u32_array(p, arr, len) argument
/OK3568_Linux_fs/kernel/tools/gpio/
H A Dgpio-utils.h19 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0])) argument
/OK3568_Linux_fs/kernel/drivers/dma/dw/
H A Dof.c53 u32 tmp, arr[DW_DMA_MAX_NR_MASTERS], mb[DW_DMA_MAX_NR_CHANNELS]; in dw_dma_parse_dt() local
/OK3568_Linux_fs/kernel/fs/ocfs2/
H A Dsysfile.c95 struct inode **arr = NULL; in ocfs2_get_system_file_inode() local
/OK3568_Linux_fs/external/rknpu2/examples/rknn_benchmark/src/cnpy/
H A Dcnpy.cpp239 cnpy::NpyArray arr(shape, word_size, fortran_order, typeName); in load_the_npy_file() local
399 NpyArray arr = load_the_npy_file(fp); in npy_load() local
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/cnpy/
H A Dcnpy.cpp239 cnpy::NpyArray arr(shape, word_size, fortran_order, typeName); in load_the_npy_file() local
399 NpyArray arr = load_the_npy_file(fp); in npy_load() local

1234567