| /linux-4.1.27/arch/x86/tools/ |
| D | relocs.h | 21 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
|
| D | insn_sanity.c | 32 #define ARRAY_SIZE(a) (sizeof(a)/sizeof(a[0])) macro
|
| /linux-4.1.27/arch/um/include/shared/ |
| D | user.h | 17 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
|
| /linux-4.1.27/arch/powerpc/boot/ |
| D | types.h | 4 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
|
| /linux-4.1.27/scripts/dtc/ |
| D | util.h | 27 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
|
| /linux-4.1.27/tools/testing/selftests/net/ |
| D | socket.c | 33 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0])) macro
|
| /linux-4.1.27/samples/bpf/ |
| D | tracex3_user.c | 17 #define ARRAY_SIZE(x) (sizeof(x) / sizeof(*(x))) macro
|
| D | test_verifier.c | 21 #define ARRAY_SIZE(x) (sizeof(x) / sizeof(*(x))) macro
|
| /linux-4.1.27/tools/power/cpupower/utils/ |
| D | cpupower.c | 23 #define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0])) macro
|
| /linux-4.1.27/Documentation/spi/ |
| D | spidev_test.c | 25 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) macro
|
| /linux-4.1.27/drivers/staging/lustre/include/linux/libcfs/ |
| D | libcfs.h | 54 #define ARRAY_SIZE(a) ((sizeof(a)) / (sizeof((a)[0]))) macro
|
| /linux-4.1.27/tools/lib/traceevent/ |
| D | plugin_xen.c | 101 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0])) macro
|
| /linux-4.1.27/tools/virtio/linux/ |
| D | kernel.h | 41 #define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0])) macro
|
| /linux-4.1.27/tools/lib/lockdep/ |
| D | preload.c | 125 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0])) macro
|
| /linux-4.1.27/tools/perf/util/ |
| D | util.h | 26 #define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0])) macro
|
| /linux-4.1.27/drivers/gpu/drm/vmwgfx/ |
| D | svga3d_surfacedefs.h | 36 #define ARRAY_SIZE(_A) (sizeof(_A) / sizeof((_A)[0])) macro
|
| /linux-4.1.27/scripts/genksyms/ |
| D | genksyms.c | 418 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0])) macro
|
| /linux-4.1.27/scripts/ |
| D | kallsyms.c | 27 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof(arr[0])) macro
|
| /linux-4.1.27/arch/x86/boot/ |
| D | boot.h | 35 #define ARRAY_SIZE(x) (sizeof(x) / sizeof(*(x))) macro
|
| /linux-4.1.27/tools/vm/ |
| D | page-types.c | 212 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
|
| /linux-4.1.27/include/linux/ |
| D | kernel.h | 54 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0]) + __must_be_array(arr)) macro
|
| /linux-4.1.27/Documentation/mic/mpssd/ |
| D | mpssd.c | 51 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
|
| /linux-4.1.27/scripts/mod/ |
| D | file2alias.c | 690 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
|