Searched defs:ARRAY_SIZE (Results 1 - 25 of 53) sorted by relevance

123

/linux-master/include/linux/
H A Darray_size.h11 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0]) + __must_be_array(arr)) macro
/linux-master/scripts/kconfig/
H A Darray_size.h9 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0])) macro
/linux-master/arch/x86/tools/
H A Drelocs.h23 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
/linux-master/arch/mips/boot/tools/
H A Drelocs.h32 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
/linux-master/tools/gpio/
H A Dgpio-utils.h19 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0])) macro
/linux-master/tools/testing/selftests/bpf/
H A Dbpf_util.h50 # define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
/linux-master/arch/um/include/shared/
H A Duser.h17 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_sysctl_loop1.c15 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
H A Dtest_sysctl_loop2.c15 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
H A Dtest_sysctl_prog.c21 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
H A Dverifier_subprog_precision.c10 #define ARRAY_SIZE(x) (sizeof(x) / sizeof(x[0])) macro
H A Dnetif_receive_skb.c27 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
H A Dlinked_list.c9 #define ARRAY_SIZE(x) (int)(sizeof(x) / sizeof((x)[0])) macro
H A Dtest_tcp_custom_syncookie.h10 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0])) macro
H A Dtest_bpf_ma.c11 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
/linux-master/scripts/dtc/
H A Dutil.h27 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
/linux-master/arch/powerpc/boot/
H A Dtypes.h7 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
/linux-master/fs/orangefs/
H A Dorangefs-debug.h21 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0])) macro
/linux-master/tools/usb/usbip/libsrc/
H A Dusbip_device_driver.c30 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0])) macro
/linux-master/tools/iio/
H A Diio_utils.h19 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof(arr[0])) macro
/linux-master/scripts/selinux/mdp/
H A Dmdp.c40 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0])) macro
/linux-master/samples/bpf/
H A Dxdp_sample.bpf.h119 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
/linux-master/lib/
H A Dcmdline_kunit.c21 static_assert(ARRAY_SIZE(cmdline_test_strings) == ARRAY_SIZE(cmdline_test_values)); variable
39 static_assert(ARRAY_SIZE(cmdline_test_range_strings) == ARRAY_SIZE(cmdline_test_range_values)); variable
[all...]
/linux-master/tools/power/cpupower/utils/
H A Dcpupower.c23 #define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0])) macro
/linux-master/tools/testing/selftests/powerpc/include/
H A Dutils.h22 # define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro

Completed in 222 milliseconds

123