Searched defs:ARRAY_SIZE (Results 1 - 11 of 11) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/include/
H A Dlibiberty.h299 #define ARRAY_SIZE(a) (sizeof (a) / sizeof ((a)[0])) macro
/openbsd-current/sys/dev/pci/drm/include/linux/
H A Dkernel.h28 #define ARRAY_SIZE nitems macro
/openbsd-current/gnu/lib/libiberty/include/
H A Dlibiberty.h459 #define ARRAY_SIZE(a) (sizeof (a) / sizeof ((a)[0])) macro
/openbsd-current/gnu/gcc/include/
H A Dlibiberty.h582 #define ARRAY_SIZE(a) (sizeof (a) / sizeof ((a)[0])) macro
/openbsd-current/gnu/usr.bin/binutils-2.17/include/
H A Dlibiberty.h592 #define ARRAY_SIZE(a) (sizeof (a) / sizeof ((a)[0])) macro
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_libbacktrace.cpp25 # undef ARRAY_SIZE macro
H A Dsanitizer_internal_defs.h354 #define ARRAY_SIZE(a) (sizeof(a)/sizeof((a)[0])) macro
/openbsd-current/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dinternal_defs.h20 #define ARRAY_SIZE(A) (sizeof(A) / sizeof((A)[0])) macro
/openbsd-current/sys/dev/pci/
H A Dsv.c124 #define ARRAY_SIZE(foo) ((sizeof(foo)) / sizeof(foo[0])) macro
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Delf32-ppc.c1600 #define ARRAY_SIZE macro
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Delf32-ppc.c4965 #define ARRAY_SIZE macro
[all...]

Completed in 169 milliseconds