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

123

/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dsolib-search-lib1.c21 #define ARRAY_SIZE 1 macro
H A Dsolib-search-lib2.c21 #define ARRAY_SIZE 1 macro
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dsolib-search-lib2.c21 #define ARRAY_SIZE 1 macro
H A Dsolib-search-lib1.c21 #define ARRAY_SIZE 1 macro
/netbsd-current/crypto/external/bsd/netpgp/dist/src/libverify/
H A Darray.h67 #define ARRAY_SIZE(name) name##vsize macro
/netbsd-current/crypto/external/bsd/netpgp/dist/src/netpgpverify/
H A Darray.h67 #define ARRAY_SIZE(name) name##vsize macro
/netbsd-current/external/gpl2/dtc/dist/tests/
H A Dinteger-expressions.c57 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
H A Dtests.h26 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
H A Dpy-explore.c18 #define ARRAY_SIZE 10 macro
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
H A Dpy-explore.c18 #define ARRAY_SIZE 10 macro
/netbsd-current/external/public-domain/xz/dist/src/common/
H A Dsysdefs.h193 # define ARRAY_SIZE(array) (sizeof(array) / sizeof((array)[0])) macro
/netbsd-current/external/gpl2/dtc/dist/
H A Dutil.h24 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_symbolizer_libbacktrace.cc26 # undef ARRAY_SIZE macro
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_symbolizer_libbacktrace.cc24 # undef ARRAY_SIZE macro
/netbsd-current/external/gpl3/binutils.old/dist/include/
H A Dlibiberty.h720 #define ARRAY_SIZE(a) (sizeof (a) / sizeof ((a)[0])) macro
/netbsd-current/external/gpl3/binutils/dist/include/
H A Dlibiberty.h722 #define ARRAY_SIZE(a) (sizeof (a) / sizeof ((a)[0])) macro
/netbsd-current/external/gpl3/gcc.old/dist/include/
H A Dlibiberty.h720 #define ARRAY_SIZE(a) (sizeof (a) / sizeof ((a)[0])) macro
/netbsd-current/external/gpl3/gdb.old/dist/include/
H A Dlibiberty.h727 #define ARRAY_SIZE(a) (sizeof (a) / sizeof ((a)[0])) macro
/netbsd-current/external/gpl3/gcc/dist/include/
H A Dlibiberty.h722 #define ARRAY_SIZE(a) (sizeof (a) / sizeof ((a)[0])) macro
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_symbolizer_libbacktrace.cpp25 # undef ARRAY_SIZE macro
/netbsd-current/external/gpl3/gdb/dist/include/
H A Dlibiberty.h722 #define ARRAY_SIZE(a) (sizeof (a) / sizeof ((a)[0])) macro
/netbsd-current/external/mit/isl/dist/
H A Disl_test_int.c15 #define ARRAY_SIZE(array) (sizeof(array)/sizeof(*array)) macro
/netbsd-current/sys/dev/pci/
H A Dunichromemode.h30 #define ARRAY_SIZE(x) (sizeof((x)) / sizeof((x)[0])) macro
[all...]
/netbsd-current/external/mit/libuv/dist/src/
H A Duv-common.h55 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) macro
/netbsd-current/external/mit/libuv/dist/test/
H A Dtask.h77 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) macro

Completed in 406 milliseconds

123