Searched defs:__arraycount (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/lib/libnetbsd/sys/
H A Dcdefs.h70 #define __arraycount(__x) (sizeof(__x) / sizeof(__x[0])) macro
/freebsd-11-stable/contrib/netbsd-tests/lib/libexecinfo/
H A Dt_backtrace.c42 #define __arraycount(a) (sizeof(a) / sizeof(a[0])) macro
/freebsd-11-stable/contrib/blacklist/port/
H A Dport.h27 #define __arraycount(a) (sizeof(a) / sizeof(a[0])) macro
/freebsd-11-stable/lib/libedit/
H A Dsys.h76 # define __arraycount(a) (sizeof(a) / sizeof(*(a))) macro
/freebsd-11-stable/contrib/libc-vis/
H A Dunvis.c58 #define __arraycount(__x) (sizeof(__x) / sizeof(__x[0])) macro
/freebsd-11-stable/usr.sbin/bluetooth/btpand/
H A Dbtpand.h49 #define __arraycount(__x) (int)(sizeof((__x)) / sizeof((__x)[0])) macro
/freebsd-11-stable/contrib/bmake/
H A Dmain.c151 # define __arraycount(__x) (sizeof(__x) / sizeof(__x[0])) macro
/freebsd-11-stable/contrib/file/src/
H A Dfile.h119 #define __arraycount(a) (sizeof(a) / sizeof(a[0])) macro

Completed in 133 milliseconds