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

/freebsd-11-stable/lib/libdevdctl/
H A Devent_factory.cc50 #define NUM_ELEMENTS(x) (sizeof(x) / sizeof(*x)) macro
H A Dconsumer.cc64 #define NUM_ELEMENTS(x) (sizeof(x) / sizeof(*x)) macro
H A Devent.cc69 #define NUM_ELEMENTS(x) (sizeof(x) / sizeof(*x)) macro
/freebsd-11-stable/cddl/usr.sbin/zfsd/
H A Dzfsd.cc79 #define NUM_ELEMENTS(x) (sizeof(x) / sizeof(*x)) macro
/freebsd-11-stable/cddl/usr.sbin/zfsd/tests/
H A Dzfsd_unittest.cc68 #define NUM_ELEMENTS(x) (sizeof(x) / sizeof(*x)) macro
/freebsd-11-stable/sys/kern/
H A Dkern_tc.c555 #define NUM_ELEMENTS(x) (sizeof(x) / sizeof(*x)) macro
/freebsd-11-stable/sys/dev/mpt/
H A Dmpt.h154 #define NUM_ELEMENTS(array) (sizeof(array) / sizeof(*array)) macro
/freebsd-11-stable/sys/dev/aic7xxx/
H A Daic79xx.h71 #define NUM_ELEMENTS(array) (sizeof(array) / sizeof(*array)) macro
H A Daic7xxx.h72 #define NUM_ELEMENTS(array) (sizeof(array) / sizeof(*array)) macro

Completed in 117 milliseconds