Home
last modified time | relevance | path

Searched refs:array_size (Results 1 – 7 of 7) sorted by relevance

/tools/arch/x86/tools/
Dgen-insn-attr-x86.awk120 function array_size(arr, i,c) { function
179 if (array_size(table) != 0) {
184 if (array_size(lptable1) != 0) {
189 if (array_size(lptable2) != 0) {
194 if (array_size(lptable3) != 0) {
201 if (array_size(table) != 0) {
208 if (array_size(lptable1) != 0) {
215 if (array_size(lptable2) != 0) {
222 if (array_size(lptable3) != 0) {
/tools/testing/selftests/alsa/
Dalsa-local.h25 const char **array, int array_size, const char *def);
Dconf.c456 const char **array, int array_size, const char *def) in conf_get_string_array() argument
467 for (index = 0; index < array_size; index++) { in conf_get_string_array()
/tools/bpf/
Dbpf_dbg.c81 #ifndef array_size
82 # define array_size(x) (sizeof(x) / sizeof((x)[0])) macro
532 for (i = 0; i < array_size(bpf_breakpoints); i++) in bpf_reset_breakpoints()
541 for (i = 0; i < array_size(bpf_breakpoints); i++) { in bpf_set_breakpoints()
564 for (i = 0; i < array_size(bpf_breakpoints); i++) { in bpf_dump_breakpoints()
844 for (i = 0; i < array_size(bpf_breakpoints); i++) { in bpf_pc_has_breakpoint()
1265 for (i = 0; i < array_size(cmds); i++) { in execf()
1287 for (; list_index < array_size(cmds); ) { in shell_comp_gen()
/tools/include/linux/
Doverflow.h82 static inline __must_check size_t array_size(size_t a, size_t b) in array_size() function
/tools/testing/cxl/test/
Dcxl.c926 int i, array_size; in mock_cxl_port_enumerate_dports() local
930 array_size = ARRAY_SIZE(cxl_root_port); in mock_cxl_port_enumerate_dports()
933 array_size = ARRAY_SIZE(cxl_root_single); in mock_cxl_port_enumerate_dports()
944 array_size = ARRAY_SIZE(cxl_switch_dport); in mock_cxl_port_enumerate_dports()
947 array_size = ARRAY_SIZE(cxl_swd_single); in mock_cxl_port_enumerate_dports()
960 for (i = 0; i < array_size; i++) { in mock_cxl_port_enumerate_dports()
/tools/testing/selftests/bpf/
Dtest_maps.c1722 const __u32 array_size = 4, index0 = 0, index3 = 3; in test_reuseport_array() local
1726 const __u32 bad_index = array_size; in test_reuseport_array()
1732 sizeof(__u32), sizeof(__u64), array_size, NULL); in test_reuseport_array()
1869 sizeof(__u32), sizeof(__u32), array_size, NULL); in test_reuseport_array()