Home
last modified time | relevance | path

Searched defs:NUM_ELEMENTS (Results 1 – 9 of 9) sorted by relevance

/freebsd/lib/libdevdctl/
H A Devent_factory.cc47 #define NUM_ELEMENTS(x) (sizeof(x) / sizeof(*x)) macro
H A Dconsumer.cc61 #define NUM_ELEMENTS(x) (sizeof(x) / sizeof(*x)) macro
H A Devent.cc66 #define NUM_ELEMENTS(x) (sizeof(x) / sizeof(*x)) macro
/freebsd/cddl/usr.sbin/zfsd/
H A Dzfsd.cc78 #define NUM_ELEMENTS(x) (sizeof(x) / sizeof(*x)) macro
/freebsd/cddl/usr.sbin/zfsd/tests/
H A Dzfsd_unittest.cc66 #define NUM_ELEMENTS(x) (sizeof(x) / sizeof(*x)) macro
/freebsd/sys/kern/
H A Dkern_tc.c527 #define NUM_ELEMENTS(x) (sizeof(x) / sizeof(*x)) macro
/freebsd/sys/dev/aic7xxx/
H A Daic7xxx.h72 #define NUM_ELEMENTS(array) (sizeof(array) / sizeof(*array)) macro
H A Daic79xx.h71 #define NUM_ELEMENTS(array) (sizeof(array) / sizeof(*array)) macro
/freebsd/sys/dev/mpt/
H A Dmpt.h150 #define NUM_ELEMENTS(array) (sizeof(array) / sizeof(*array)) macro