Home
last modified time | relevance | path

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

/dragonfly/usr.bin/objformat/
H A Dobjformat.c58 #define NELEM(ary) (sizeof(ary) / sizeof((ary)[0])) macro
/dragonfly/sys/sys/
H A Dparam.h419 #define NELEM(ary) (sizeof(ary) / sizeof((ary)[0])) macro
/dragonfly/contrib/binutils-2.34/binutils/
H A Dreadelf.c12325 #define IN_RANGE(START,END,ADDR,NELEM) \ argument