Searched defs:ARRAY_SIZE (Results 1 - 19 of 19) sorted by relevance

/freebsd-10-stable/sys/dev/isci/scil/
H A Dsci_util.h62 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
/freebsd-10-stable/sys/dev/wtap/plugins/
H A Dvisibility.h39 #define ARRAY_SIZE (32) //We support a maximum of 1024 nodes for now macro
/freebsd-10-stable/contrib/gdb/include/
H A Dlibiberty.h296 #define ARRAY_SIZE(a) (sizeof (a) / sizeof ((a)[0])) macro
/freebsd-10-stable/contrib/dtc/
H A Dutil.h28 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
/freebsd-10-stable/contrib/xz/src/common/
H A Dsysdefs.h193 # define ARRAY_SIZE(array) (sizeof(array) / sizeof((array)[0])) macro
/freebsd-10-stable/contrib/binutils/include/
H A Dlibiberty.h614 #define ARRAY_SIZE(a) (sizeof (a) / sizeof ((a)[0])) macro
/freebsd-10-stable/contrib/gcclibs/include/
H A Dlibiberty.h586 #define ARRAY_SIZE(a) (sizeof (a) / sizeof ((a)[0])) macro
/freebsd-10-stable/sys/ofed/include/linux/
H A Dkernel.h166 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
/freebsd-10-stable/sys/dev/cxgbe/
H A Dosdep.h91 #define ARRAY_SIZE(x) nitems(x) macro
/freebsd-10-stable/sys/dev/ixl/
H A Di40e_osdep.h96 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) macro
/freebsd-10-stable/sys/dev/cxgb/
H A Dcxgb_osdep.h229 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
/freebsd-10-stable/sys/x86/xen/
H A Dxen_intr.c120 #define ARRAY_SIZE(a) (sizeof(a) / sizeof(a[0])) macro
/freebsd-10-stable/sys/arm/ti/omap4/
H A Domap4_prcm_clks.c453 #define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0])) macro
/freebsd-10-stable/sys/dev/drm2/
H A Ddrm_os_freebsd.h83 #define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0])) macro
/freebsd-10-stable/contrib/ntp/sntp/libevent/test/
H A Dregress_dns.c1675 #define ARRAY_SIZE(a) (sizeof(a) / sizeof(a[0])) macro
/freebsd-10-stable/sys/dev/qlnx/qlnxe/
H A Dbcm_osal.h144 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof(arr[0])) macro
/freebsd-10-stable/sys/dev/bxe/
H A Dbxe_elink.h105 #define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0])) macro
H A Dbxe.h146 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0])) macro
/freebsd-10-stable/contrib/binutils/bfd/
H A Delf32-ppc.c5099 #define ARRAY_SIZE macro
[all...]

Completed in 176 milliseconds