Searched defs:ARRAY_SIZE (Results 26 - 50 of 53) sorted by relevance

123

/linux-master/samples/seccomp/
H A Duser-trap.c24 #define ARRAY_SIZE(x) (sizeof(x) / sizeof(*(x))) macro
/linux-master/tools/include/linux/
H A Dkernel.h103 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0]) + __must_be_array(arr)) macro
/linux-master/samples/bpf/
H A Dcookie_uid_helper_example.c34 #define ARRAY_SIZE(x) (sizeof(x) / sizeof(*(x))) macro
/linux-master/tools/testing/selftests/bpf/progs/
H A Dsetget_sockopt.c11 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
[all...]
H A Diters.c10 #define ARRAY_SIZE(x) (int)(sizeof(x) / sizeof((x)[0])) macro
[all...]
H A Dprofiler.inc.h137 #define ARRAY_SIZE(arr) (int)(sizeof(arr) / sizeof(arr[0])) macro
/linux-master/tools/virtio/linux/
H A Dkernel.h53 #define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0])) macro
/linux-master/tools/spi/
H A Dspidev_test.c26 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) macro
/linux-master/samples/cgroup/
H A Dmemcg_event_listener.c33 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof(arr[0])) macro
/linux-master/scripts/mod/
H A Dmodpost.h77 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0])) macro
/linux-master/drivers/crypto/intel/qat/qat_4xxx/
H A Dadf_4xxx_hw_data.c87 static_assert(ARRAY_SIZE(adf_fw_cy_config) == ARRAY_SIZE(adf_fw_dc_config)); variable
88 static_assert(ARRAY_SIZE(adf_fw_cy_config) == ARRAY_SIZE(adf_fw_sym_config)); variable
89 static_assert(ARRAY_SIZE(adf_fw_cy_config) == ARRAY_SIZE(adf_fw_asym_config)); variable
90 static_assert(ARRAY_SIZE(adf_fw_cy_config) == ARRAY_SIZE(adf_fw_asym_dc_config)); variable
91 static_assert(ARRAY_SIZE(adf_fw_cy_config) == ARRAY_SIZE(adf_fw_sym_dc_confi variable
92 static_assert(ARRAY_SIZE(adf_fw_cy_config) == ARRAY_SIZE(adf_fw_dcc_config)); variable
[all...]
/linux-master/tools/testing/selftests/
H A Dkselftest.h58 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0])) macro
H A Dkselftest_harness.h701 #define ARRAY_SIZE(a) (sizeof(a) / sizeof(a[0])) macro
/linux-master/arch/x86/boot/
H A Dboot.h32 #define ARRAY_SIZE(x) (sizeof(x) / sizeof(*(x))) macro
/linux-master/tools/arch/x86/kcpuid/
H A Dkcpuid.c10 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
/linux-master/scripts/
H A Dkallsyms.c31 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof(arr[0])) macro
/linux-master/crypto/
H A Djitterentropy.c180 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
/linux-master/scripts/genksyms/
H A Dgenksyms.c404 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0])) macro
/linux-master/tools/net/ynl/lib/
H A Dynl.c14 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof(*arr)) macro
/linux-master/drivers/pinctrl/starfive/
H A Dpinctrl-starfive-jh7100.c736 ARRAY_SIZE(starfive_pinconf_custom_params)); variable
/linux-master/tools/mm/
H A Dpage-types.c211 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
/linux-master/drivers/net/wireless/realtek/rtw88/
H A Drtw8821c.c1863 static_assert(ARRAY_SIZE(rf_para_tx_8821c) == ARRAY_SIZE(rf_para_rx_8821c)); variable
[all...]
/linux-master/fs/btrfs/
H A Dsysfs.c1419 ARRAY_SIZE(btrfs_feature_attrs)); variable
1421 ARRAY_SIZE(btrfs_feature_attrs[0])); variable
/linux-master/sound/pci/emu10k1/
H A Demumixer.c169 static_assert(ARRAY_SIZE(emu1010_src_regs) == ARRAY_SIZE(emu1010_src_texts)); variable
201 static_assert(ARRAY_SIZE(emu1010b_src_regs) == ARRAY_SIZE(emu1010b_src_texts)); variable
227 static_assert(ARRAY_SIZE(emu1616_src_regs) == ARRAY_SIZE(emu1616_src_texts)); variable
247 static_assert(ARRAY_SIZE(emu0404_src_regs) == ARRAY_SIZE(emu0404_src_texts)); variable
283 static_assert(ARRAY_SIZE(emu1010_output_ds variable
297 static_assert(ARRAY_SIZE(emu1010_output_dflt) == ARRAY_SIZE(emu1010_output_dst)); variable
323 static_assert(ARRAY_SIZE(emu1010b_output_dst) == ARRAY_SIZE(snd_emu1010b_output_texts)); variable
358 static_assert(ARRAY_SIZE(emu1616_output_dst) == ARRAY_SIZE(snd_emu1616_output_texts)); variable
369 static_assert(ARRAY_SIZE(emu1616_output_dflt) == ARRAY_SIZE(emu1616_output_dst)); variable
383 static_assert(ARRAY_SIZE(emu0404_output_dst) == ARRAY_SIZE(snd_emu0404_output_texts)); variable
389 static_assert(ARRAY_SIZE(emu0404_output_dflt) == ARRAY_SIZE(emu0404_output_dst)); variable
449 static_assert(ARRAY_SIZE(emu1010_input_dst) == ARRAY_SIZE(emu1010_input_texts)); variable
479 static_assert(ARRAY_SIZE(emu1010_input_dflt) == ARRAY_SIZE(emu1010_input_dst)); variable
[all...]
/linux-master/fs/unicode/
H A Dmkutf8data.c63 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro

Completed in 392 milliseconds

123