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

/freebsd-current/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-current/cddl/usr.sbin/zfsd/
H A Dzfsd.cc78 #define NUM_ELEMENTS(x) (sizeof(x) / sizeof(*x)) macro
/freebsd-current/cddl/usr.sbin/zfsd/tests/
H A Dzfsd_unittest.cc66 #define NUM_ELEMENTS(x) (sizeof(x) / sizeof(*x)) macro
/freebsd-current/sys/kern/
H A Dkern_tc.c526 #define NUM_ELEMENTS(x) (sizeof(x) / sizeof(*x)) macro
/freebsd-current/sys/dev/mpt/
H A Dmpt.h150 #define NUM_ELEMENTS(array) (sizeof(array) / sizeof(*array)) macro
/freebsd-current/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

Completed in 202 milliseconds