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

12

/freebsd-11-stable/sys/dev/isci/scil/
H A Dsci_util.h62 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
/freebsd-11-stable/sys/dev/wtap/plugins/
H A Dvisibility.h39 #define ARRAY_SIZE (32) //We support a maximum of 1024 nodes for now macro
/freebsd-11-stable/contrib/gdb/include/
H A Dlibiberty.h296 #define ARRAY_SIZE(a) (sizeof (a) / sizeof ((a)[0])) macro
/freebsd-11-stable/contrib/dtc/
H A Dutil.h28 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
/freebsd-11-stable/contrib/xz/src/common/
H A Dsysdefs.h189 # define ARRAY_SIZE(array) (sizeof(array) / sizeof((array)[0])) macro
/freebsd-11-stable/contrib/gcclibs/include/
H A Dlibiberty.h586 #define ARRAY_SIZE(a) (sizeof (a) / sizeof ((a)[0])) macro
/freebsd-11-stable/contrib/binutils/include/
H A Dlibiberty.h614 #define ARRAY_SIZE(a) (sizeof (a) / sizeof ((a)[0])) macro
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_libbacktrace.cpp25 # undef ARRAY_SIZE macro
H A Dsanitizer_internal_defs.h338 #define ARRAY_SIZE(a) (sizeof(a)/sizeof((a)[0])) macro
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dinternal_defs.h20 #define ARRAY_SIZE(A) (sizeof(A) / sizeof((A)[0])) macro
/freebsd-11-stable/sys/dev/cxgbe/
H A Dosdep.h92 #define ARRAY_SIZE(x) nitems(x) macro
/freebsd-11-stable/sys/contrib/ncsw/inc/
H A Dncsw_ext.h167 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0])) macro
/freebsd-11-stable/contrib/wpa/src/utils/
H A Dcommon.h552 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) macro
/freebsd-11-stable/sys/dev/ixl/
H A Di40e_osdep.h95 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) macro
/freebsd-11-stable/sys/dev/cxgb/
H A Dcxgb_osdep.h229 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
/freebsd-11-stable/sys/arm/ti/omap4/
H A Domap4_prcm_clks.c449 #define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0])) macro
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dkernel.h280 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
/freebsd-11-stable/contrib/ntp/sntp/libevent/test/
H A Dregress_dns.c1675 #define ARRAY_SIZE(a) (sizeof(a) / sizeof(a[0])) macro
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Dbcm_osal.h144 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof(arr[0])) macro
/freebsd-11-stable/sys/dev/ocs_fc/
H A Docs_os.h90 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro
/freebsd-11-stable/sys/dev/bxe/
H A Dbxe_elink.h105 #define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0])) macro
/freebsd-11-stable/sys/contrib/edk2/Include/
H A DBase.h1267 #define ARRAY_SIZE(Array) (sizeof (Array) / sizeof ((Array)[0])) macro
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_os_freebsd.h109 #define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0])) macro
/freebsd-11-stable/contrib/binutils/bfd/
H A Delf32-ppc.c5235 #define ARRAY_SIZE macro
[all...]
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_torus.c64 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro

Completed in 250 milliseconds

12