| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/ |
| H A D | tailcall_bpf2bpf3.c | 16 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 D | bpf_tracing.h | 416 #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 D | iwl-trans.c | 239 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 D | array.hpp | 417 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 D | constants.c | 28 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 D | scsi_debug.c | 1150 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 D | cyrix.c | 17 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 D | test_ubsan.c | 40 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 D | phl_util.h | 41 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 D | phl_util.h | 41 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 D | cuda.inl.hpp | 109 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 D | cuda.inl.hpp | 109 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 D | cuda.inl.hpp | 109 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 D | privcmd.h | 66 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 D | privcmd.h | 66 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 D | privcmd.h | 66 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 D | utils.h | 10 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof(arr[0])) argument
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/cgroup/ |
| H A D | cgroup_util.h | 7 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0])) argument
|
| /OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc8xxx/ |
| H A D | fsl_pamu.c | 341 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 D | trace_tx.h | 657 #define __print_u32_hex(arr, len) print_u32_array(p, arr, len) argument
|
| /OK3568_Linux_fs/kernel/tools/gpio/ |
| H A D | gpio-utils.h | 19 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0])) argument
|
| /OK3568_Linux_fs/kernel/drivers/dma/dw/ |
| H A D | of.c | 53 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 D | sysfile.c | 95 struct inode **arr = NULL; in ocfs2_get_system_file_inode() local
|
| /OK3568_Linux_fs/external/rknpu2/examples/rknn_benchmark/src/cnpy/ |
| H A D | cnpy.cpp | 239 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 D | cnpy.cpp | 239 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
|