| /openbmc/obmc-console/ |
| H A D | util.h | 19 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) macro
|
| /openbmc/libpldm/src/ |
| H A D | array.h | 6 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) macro
|
| /openbmc/qemu/tests/tcg/loongarch64/ |
| H A D | test_bit.c | 4 #define ARRAY_SIZE(X) (sizeof(X) / sizeof(*(X))) macro
|
| /openbmc/qemu/tests/tcg/riscv64/ |
| H A D | test-div.c | 27 #define ARRAY_SIZE(X) (sizeof(X) / sizeof(*(X))) macro
|
| /openbmc/qemu/tests/tcg/multiarch/ |
| H A D | float_convs.c | 18 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
|
| H A D | float_convd.c | 18 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
|
| H A D | float_madds.c | 17 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
|
| /openbmc/qemu/tests/tcg/x86_64/ |
| H A D | fma.c | 11 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
|
| /openbmc/u-boot/scripts/dtc/ |
| H A D | util.h | 36 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
|
| /openbmc/qemu/tests/tcg/multiarch/libs/ |
| H A D | float_helpers.c | 27 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
|
| /openbmc/libmctp/tests/ |
| H A D | test_seq.c | 17 #define ARRAY_SIZE(a) (sizeof(a) / sizeof(a[0])) macro
|
| /openbmc/qemu/pc-bios/s390-ccw/ |
| H A D | s390-ccw.h | 43 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) macro
|
| /openbmc/qemu/contrib/plugins/ |
| H A D | hotpages.c | 23 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
|
| H A D | howvec.c | 25 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
|
| H A D | hwprofile.c | 23 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
|
| /openbmc/google-misc/subprojects/ncsid/src/platforms/nemora/portable/ |
| H A D | ncsi_client.c | 34 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
|
| /openbmc/u-boot/tools/ |
| H A D | sunxi-spl-image-builder.c | 18 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0])) macro
|
| H A D | imagetool.h | 26 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
|
| /openbmc/qemu/tests/tcg/arm/ |
| H A D | fcvt.c | 15 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
|
| /openbmc/qemu/tests/tcg/i386/ |
| H A D | test-i386-fprem.c | 29 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
|
| /openbmc/u-boot/env/ |
| H A D | flags.c | 18 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
|
| /openbmc/debug-trigger/ |
| H A D | main.c | 57 #define ARRAY_SIZE(a) (sizeof(a)/sizeof((a)[0])) macro
|
| /openbmc/u-boot/include/linux/ |
| H A D | kernel.h | 50 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
|
| /openbmc/google-misc/subprojects/libcr51sign/src/ |
| H A D | libcr51sign.c | 47 #define ARRAY_SIZE(t) (sizeof(t) / sizeof(t[0])) macro
|
| /openbmc/qemu/tests/tcg/multiarch/system/ |
| H A D | memory.c | 29 #define ARRAY_SIZE(x) ((sizeof(x) / sizeof((x)[0]))) macro
|