Home
last modified time | relevance | path

Searched defs:ARRAY_SIZE (Results 1 – 25 of 39) sorted by relevance

12

/freebsd/sys/dev/wtap/plugins/
H A Dvisibility.h39 #define ARRAY_SIZE (32) //We support a maximum of 1024 nodes for now macro
/freebsd/contrib/pam-krb5/tests/tap/
H A Dbasic.h46 #define ARRAY_SIZE(array) (sizeof(array) / sizeof((array)[0])) macro
/freebsd/sys/dev/isci/scil/
H A Dsci_util.h62 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
/freebsd/contrib/xz/src/common/
H A Dsysdefs.h210 # define ARRAY_SIZE(array) (sizeof(array) / sizeof((array)[0])) macro
/freebsd/contrib/pam-krb5/pam-util/
H A Dlogging.c54 #define ARRAY_SIZE(array) (sizeof(array) / sizeof((array)[0])) macro
/freebsd/sys/contrib/openzfs/lib/libspl/include/os/linux/sys/
H A Dsysmacros.h44 #define ARRAY_SIZE(a) (sizeof (a) / sizeof (a[0])) macro
/freebsd/sys/dev/wg/
H A Dwg_crypto.c19 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dinternal_defs.h20 #define ARRAY_SIZE(A) (sizeof(A) / sizeof((A)[0])) macro
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dccompile.h124 #define ARRAY_SIZE(a) (sizeof (a) / sizeof (a[0])) macro
H A Dsysmacros.h70 #define ARRAY_SIZE(a) (sizeof (a) / sizeof (a[0])) macro
/freebsd/contrib/pam-krb5/tests/fakepam/
H A Dconfig.c54 #define ARRAY_SIZE(array) (sizeof(array) / sizeof((array)[0])) macro
/freebsd/sys/dev/cxgb/
H A Dcxgb_osdep.h192 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
/freebsd/sys/dev/axgbe/
H A Dxgbe_osdep.h190 #define ARRAY_SIZE(x) nitems(x) macro
/freebsd/sys/contrib/ncsw/inc/
H A Dncsw_ext.h170 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0])) macro
/freebsd/sys/dev/ena/
H A Dena_sysctl.c119 #define ARRAY_SIZE(a) (sizeof(a) / sizeof(a[0])) macro
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dkernel.h266 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
/freebsd/sys/dev/ice/
H A Dice_osdep.h198 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) macro
/freebsd/sys/dev/ixl/
H A Di40e_osdep.h94 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) macro
/freebsd/usr.sbin/bhyve/
H A Dhda_codec.c133 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_internal_defs.h368 #define ARRAY_SIZE(a) (sizeof(a)/sizeof((a)[0])) macro
/freebsd/contrib/wpa/src/utils/
H A Dcommon.h582 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) macro
/freebsd/contrib/pam-krb5/tests/
H A Druntests.c141 #define ARRAY_SIZE(array) (sizeof(array) / sizeof((array)[0])) macro
/freebsd/sys/dev/ocs_fc/
H A Docs_os.h88 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
/freebsd/contrib/ntp/sntp/libevent/test/
H A Dregress_buffer.c66 #define ARRAY_SIZE(a) (sizeof(a) / sizeof(a[0])) macro
/freebsd/contrib/libevent/test/
H A Dregress_buffer.c66 #define ARRAY_SIZE(a) (sizeof(a) / sizeof(a[0])) macro

12