Home
last modified time | relevance | path

Searched defs:ARRAY_LEN (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/tools/testing/selftests/openat2/
H A Dhelpers.h17 #define ARRAY_LEN(X) (sizeof (X) / sizeof (*(X))) macro
/openbmc/qemu/tests/tcg/i386/
H A Dtest-mmx.c228 #define ARRAY_LEN(x) (sizeof(x) / sizeof(x[0])) macro
H A Dtest-avx.c223 #define ARRAY_LEN(x) (sizeof(x) / sizeof(x[0])) macro