Home
last modified time | relevance | path

Searched defs:ARRAY_SIZE (Results 1 – 25 of 35) sorted by relevance

12

/openbmc/obmc-console/
H A Dutil.h19 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) macro
/openbmc/libpldm/src/
H A Darray.h6 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) macro
/openbmc/qemu/tests/tcg/loongarch64/
H A Dtest_bit.c4 #define ARRAY_SIZE(X) (sizeof(X) / sizeof(*(X))) macro
/openbmc/qemu/tests/tcg/riscv64/
H A Dtest-div.c27 #define ARRAY_SIZE(X) (sizeof(X) / sizeof(*(X))) macro
/openbmc/qemu/tests/tcg/multiarch/
H A Dfloat_convs.c18 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
H A Dfloat_convd.c18 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
H A Dfloat_madds.c17 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
/openbmc/qemu/tests/tcg/x86_64/
H A Dfma.c11 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
/openbmc/u-boot/scripts/dtc/
H A Dutil.h36 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
/openbmc/qemu/tests/tcg/multiarch/libs/
H A Dfloat_helpers.c27 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
/openbmc/libmctp/tests/
H A Dtest_seq.c17 #define ARRAY_SIZE(a) (sizeof(a) / sizeof(a[0])) macro
/openbmc/qemu/pc-bios/s390-ccw/
H A Ds390-ccw.h43 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) macro
/openbmc/qemu/contrib/plugins/
H A Dhotpages.c23 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
H A Dhowvec.c25 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
H A Dhwprofile.c23 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
/openbmc/google-misc/subprojects/ncsid/src/platforms/nemora/portable/
H A Dncsi_client.c34 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
/openbmc/u-boot/tools/
H A Dsunxi-spl-image-builder.c18 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0])) macro
H A Dimagetool.h26 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
/openbmc/qemu/tests/tcg/arm/
H A Dfcvt.c15 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
/openbmc/qemu/tests/tcg/i386/
H A Dtest-i386-fprem.c29 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
/openbmc/u-boot/env/
H A Dflags.c18 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
/openbmc/debug-trigger/
H A Dmain.c57 #define ARRAY_SIZE(a) (sizeof(a)/sizeof((a)[0])) macro
/openbmc/u-boot/include/linux/
H A Dkernel.h50 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
/openbmc/google-misc/subprojects/libcr51sign/src/
H A Dlibcr51sign.c47 #define ARRAY_SIZE(t) (sizeof(t) / sizeof(t[0])) macro
/openbmc/qemu/tests/tcg/multiarch/system/
H A Dmemory.c29 #define ARRAY_SIZE(x) ((sizeof(x) / sizeof((x)[0]))) macro

12