/linux-4.4.14/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.4.14/arch/um/include/shared/ |
D | user.h | 17 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
|
/linux-4.4.14/arch/powerpc/boot/ |
D | types.h | 4 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
|
/linux-4.4.14/scripts/dtc/ |
D | util.h | 28 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
|
/linux-4.4.14/tools/testing/selftests/net/ |
D | socket.c | 33 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0])) macro
|
/linux-4.4.14/samples/bpf/ |
D | tracex3_user.c | 17 #define ARRAY_SIZE(x) (sizeof(x) / sizeof(*(x))) macro
|
D | test_verifier.c | 23 #define ARRAY_SIZE(x) (sizeof(x) / sizeof(*(x))) macro
|
/linux-4.4.14/tools/iio/ |
D | iio_utils.h | 21 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof(arr[0])) macro
|
/linux-4.4.14/tools/power/cpupower/utils/ |
D | cpupower.c | 23 #define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0])) macro
|
/linux-4.4.14/Documentation/spi/ |
D | spidev_test.c | 25 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) macro
|
/linux-4.4.14/tools/lib/traceevent/ |
D | plugin_xen.c | 101 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0])) macro
|
/linux-4.4.14/tools/virtio/linux/ |
D | kernel.h | 42 #define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0])) macro
|
/linux-4.4.14/tools/lib/lockdep/ |
D | preload.c | 125 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0])) macro
|
/linux-4.4.14/tools/perf/util/ |
D | util.h | 26 #define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0])) macro
|
/linux-4.4.14/scripts/ |
D | kallsyms.c | 27 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof(arr[0])) macro
|
/linux-4.4.14/scripts/genksyms/ |
D | genksyms.c | 418 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0])) macro
|
/linux-4.4.14/drivers/gpu/drm/vmwgfx/device_include/ |
D | svga3d_surfacedefs.h | 36 #define ARRAY_SIZE(_A) (sizeof(_A) / sizeof((_A)[0])) macro
|
/linux-4.4.14/tools/testing/selftests/seccomp/ |
D | test_harness.h | 357 #define ARRAY_SIZE(a) (sizeof(a) / sizeof(a[0])) macro
|
/linux-4.4.14/arch/x86/boot/ |
D | boot.h | 34 #define ARRAY_SIZE(x) (sizeof(x) / sizeof(*(x))) macro
|
/linux-4.4.14/include/linux/ |
D | kernel.h | 54 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0]) + __must_be_array(arr)) macro
|
/linux-4.4.14/tools/vm/ |
D | page-types.c | 210 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
|
/linux-4.4.14/Documentation/mic/mpssd/ |
D | mpssd.c | 51 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
|
/linux-4.4.14/scripts/mod/ |
D | file2alias.c | 732 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
|