Home
last modified time | relevance | path

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

/qemu/tests/tcg/loongarch64/
H A Dtest_bit.c4 #define ARRAY_SIZE(X) (sizeof(X) / sizeof(*(X))) macro
/qemu/tests/tcg/riscv64/
H A Dtest-div.c27 #define ARRAY_SIZE(X) (sizeof(X) / sizeof(*(X))) macro
/qemu/tests/tcg/multiarch/
H A Dfloat_convd.c18 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
H A Dfloat_convs.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
/qemu/tests/tcg/x86_64/
H A Dfma.c11 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
/qemu/tests/tcg/multiarch/libs/
H A Dfloat_helpers.c27 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
/qemu/pc-bios/s390-ccw/
H A Ds390-ccw.h43 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) macro
/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
/qemu/tests/tcg/arm/
H A Dfcvt.c15 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
/qemu/tests/tcg/i386/
H A Dtest-i386-fprem.c29 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
/qemu/tests/tcg/multiarch/system/
H A Dmemory.c29 #define ARRAY_SIZE(x) ((sizeof(x) / sizeof((x)[0]))) macro
/qemu/include/qemu/
H A Dosdep.h508 #define ARRAY_SIZE(x) ((sizeof(x) / sizeof((x)[0])) + \ macro
/qemu/target/s390x/
H A Dgen-features.c19 #define ARRAY_SIZE(array) (sizeof(array) / sizeof(array[0])) macro