/freebsd-src/contrib/llvm-project/clang/lib/Headers/ |
H A D | __stddef_offsetof.h | 16 #define offsetof(t, d) __builtin_offsetof(t, d) macro
|
/freebsd-src/sys/sys/ |
H A D | stddef.h | 41 #define offsetof(type, field) __offsetof(type, field) macro
|
H A D | types.h | 294 #define offsetof(type, field) __offsetof(type, field) macro
|
/freebsd-src/include/ |
H A D | stddef.h | 64 #define offsetof(type, field) __offsetof(type, field) macro
|
/freebsd-src/contrib/jemalloc/include/jemalloc/internal/ |
H A D | jemalloc_internal_decls.h | 70 # define offsetof(type, member) ((size_t)&(((type *)NULL)->member)) macro
|
/freebsd-src/contrib/sendmail/include/sm/ |
H A D | gen.h | 47 # define offsetof(type, member) ((size_t)(&((type *)0)->member)) macro
|
/freebsd-src/contrib/wpa/src/utils/ |
H A D | list.h | 64 #define offsetof(type, member) ((long) &((type *) 0)->member) macro
|
/freebsd-src/contrib/ofed/opensm/include/complib/ |
H A D | cl_types.h | 113 #define offsetof(TYPE, MEMBER) ((uintptr_t) &((TYPE *)0)->MEMBER) macro
|
/freebsd-src/sys/contrib/openzfs/lib/libspl/include/os/linux/sys/ |
H A D | sysmacros.h | 99 #define offsetof(s, m) ((size_t)(&(((s *)0)->m))) macro
|
/freebsd-src/sys/dev/aic7xxx/ |
H A D | aic7xxx_osm.h | 88 #define offsetof(type, member) ((size_t)(&((type *)0)->member)) macro
|
H A D | aic79xx_osm.h | 89 #define offsetof(type, member) ((size_t)(&((type *)0)->member)) macro
|
/freebsd-src/sys/netpfil/ipfw/test/ |
H A D | dn_test.h | 31 #define offsetof(t,m) (int)(intptr_t)((&((t *)0L)->m)) macro
|
/freebsd-src/sys/contrib/openzfs/include/os/linux/spl/sys/ |
H A D | sysmacros.h | 213 #define offsetof(s, m) ((size_t)(&(((s *)0)->m))) macro
|
/freebsd-src/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
H A D | sysmacros.h | 289 #define offsetof(type, field) __offsetof(type, field) macro
|
/freebsd-src/contrib/elftoolchain/common/ |
H A D | _elftc.h | 41 #define offsetof(T, M) ((int) &((T*) 0) -> M) macro
|
/freebsd-src/sys/contrib/dpdk_rte_lpm/ |
H A D | rte_common.h | 714 #define offsetof(TYPE, MEMBER) __builtin_offsetof (TYPE, MEMBER) macro
|
/freebsd-src/stand/forth/ |
H A D | support.4th | 101 : offsetof ' >body cell+ @ state @ if postpone literal then ; immediate word
|
/freebsd-src/tools/tools/drm/radeon/mkregtable/ |
H A D | mkregtable.c | 19 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | AMDHSAKernelDescriptor.h | 30 #define offsetof(TYPE, MEMBER) ((size_t)&((TYPE*)0)->MEMBER) macro [all...] |
/freebsd-src/sys/cddl/contrib/opensolaris/uts/common/sys/ |
H A D | sysmacros.h | 384 #define offsetof(s, m) ((size_t)(&(((s *)0)->m))) macro
|
/freebsd-src/crypto/openssh/ |
H A D | defines.h | 630 # define offsetof(type, member) ((size_t) &((type *)0)->member) macro
|
/freebsd-src/stand/kshim/ |
H A D | bsd_kernel.h | 40 #define offsetof(type, field) __builtin_offsetof(type, field) macro
|
/freebsd-src/sys/dev/hptiop/ |
H A D | hptiop.h | 50 #define offsetof(TYPE, MEM) ((size_t)&((TYPE*)0)->MEM) macro
|
/freebsd-src/sys/netpfil/ipfilter/netinet/ |
H A D | ip_compat.h | 667 # define offsetof(t,m) (size_t)((&((t *)0L)->m)) macro
|
/freebsd-src/sys/dev/ath/ath_hal/ |
H A D | ah_internal.h | 45 #define offsetof(type, field) ((size_t)(&((type *)0)->field)) macro
|