Home
last modified time | relevance | path

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

/arch/x86/tools/
Drelocs.h22 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
Dinsn_sanity.c19 #define ARRAY_SIZE(a) (sizeof(a)/sizeof(a[0])) macro
/arch/mips/boot/tools/
Drelocs.h32 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
/arch/um/include/shared/
Duser.h17 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
/arch/powerpc/boot/
Dtypes.h7 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
/arch/x86/boot/
Dboot.h31 #define ARRAY_SIZE(x) (sizeof(x) / sizeof(*(x))) macro