/freebsd/sys/dev/wtap/plugins/ |
H A D | visibility.h | 39 #define ARRAY_SIZE (32) //We support a maximum of 1024 nodes for now macro
|
/freebsd/contrib/pam-krb5/tests/tap/ |
H A D | basic.h | 46 #define ARRAY_SIZE(array) (sizeof(array) / sizeof((array)[0])) macro
|
/freebsd/sys/dev/isci/scil/ |
H A D | sci_util.h | 62 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
|
/freebsd/contrib/xz/src/common/ |
H A D | sysdefs.h | 210 # define ARRAY_SIZE(array) (sizeof(array) / sizeof((array)[0])) macro
|
/freebsd/contrib/pam-krb5/pam-util/ |
H A D | logging.c | 54 #define ARRAY_SIZE(array) (sizeof(array) / sizeof((array)[0])) macro
|
/freebsd/sys/contrib/openzfs/lib/libspl/include/os/linux/sys/ |
H A D | sysmacros.h | 44 #define ARRAY_SIZE(a) (sizeof (a) / sizeof (a[0])) macro
|
/freebsd/sys/dev/wg/ |
H A D | wg_crypto.c | 19 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
|
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | internal_defs.h | 20 #define ARRAY_SIZE(A) (sizeof(A) / sizeof((A)[0])) macro
|
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
H A D | ccompile.h | 124 #define ARRAY_SIZE(a) (sizeof (a) / sizeof (a[0])) macro
|
H A D | sysmacros.h | 70 #define ARRAY_SIZE(a) (sizeof (a) / sizeof (a[0])) macro
|
/freebsd/contrib/pam-krb5/tests/fakepam/ |
H A D | config.c | 54 #define ARRAY_SIZE(array) (sizeof(array) / sizeof((array)[0])) macro
|
/freebsd/sys/dev/cxgb/ |
H A D | cxgb_osdep.h | 192 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
|
/freebsd/sys/dev/axgbe/ |
H A D | xgbe_osdep.h | 190 #define ARRAY_SIZE(x) nitems(x) macro
|
/freebsd/sys/contrib/ncsw/inc/ |
H A D | ncsw_ext.h | 170 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0])) macro
|
/freebsd/sys/dev/ena/ |
H A D | ena_sysctl.c | 119 #define ARRAY_SIZE(a) (sizeof(a) / sizeof(a[0])) macro
|
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | kernel.h | 266 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
|
/freebsd/sys/dev/ice/ |
H A D | ice_osdep.h | 198 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) macro
|
/freebsd/sys/dev/ixl/ |
H A D | i40e_osdep.h | 94 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) macro
|
/freebsd/usr.sbin/bhyve/ |
H A D | hda_codec.c | 133 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_internal_defs.h | 368 #define ARRAY_SIZE(a) (sizeof(a)/sizeof((a)[0])) macro
|
/freebsd/contrib/wpa/src/utils/ |
H A D | common.h | 582 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) macro
|
/freebsd/contrib/pam-krb5/tests/ |
H A D | runtests.c | 141 #define ARRAY_SIZE(array) (sizeof(array) / sizeof((array)[0])) macro
|
/freebsd/sys/dev/ocs_fc/ |
H A D | ocs_os.h | 88 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
|
/freebsd/contrib/ntp/sntp/libevent/test/ |
H A D | regress_buffer.c | 66 #define ARRAY_SIZE(a) (sizeof(a) / sizeof(a[0])) macro
|
/freebsd/contrib/libevent/test/ |
H A D | regress_buffer.c | 66 #define ARRAY_SIZE(a) (sizeof(a) / sizeof(a[0])) macro
|