Home
last modified time | relevance | path

Searched defs:ARR_SIZE (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A Dutil.h37 #define ARR_SIZE(x) (sizeof (x) / sizeof (*(x))) macro
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A Dutil.h41 #define ARR_SIZE(x) (sizeof (x) / sizeof (*(x))) macro