Home
last modified time | relevance | path

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

/freebsd-12-stable/lib/libdevdctl/
Devent_factory.cc50 #define NUM_ELEMENTS(x) (sizeof(x) / sizeof(*x)) macro
Dconsumer.cc64 #define NUM_ELEMENTS(x) (sizeof(x) / sizeof(*x)) macro
Devent.cc69 #define NUM_ELEMENTS(x) (sizeof(x) / sizeof(*x)) macro
/freebsd-12-stable/cddl/usr.sbin/zfsd/
Dzfsd.cc79 #define NUM_ELEMENTS(x) (sizeof(x) / sizeof(*x)) macro
/freebsd-12-stable/cddl/usr.sbin/zfsd/tests/
Dzfsd_unittest.cc68 #define NUM_ELEMENTS(x) (sizeof(x) / sizeof(*x)) macro
/freebsd-12-stable/sys/kern/
Dkern_tc.c516 #define NUM_ELEMENTS(x) (sizeof(x) / sizeof(*x)) macro
/freebsd-12-stable/sys/dev/aic7xxx/
Daic7xxx.h74 #define NUM_ELEMENTS(array) (sizeof(array) / sizeof(*array)) macro
Daic79xx.h73 #define NUM_ELEMENTS(array) (sizeof(array) / sizeof(*array)) macro
/freebsd-12-stable/sys/dev/mpt/
Dmpt.h156 #define NUM_ELEMENTS(array) (sizeof(array) / sizeof(*array)) macro