/freebsd/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/contrib/jemalloc/include/jemalloc/internal/ |
H A D | jemalloc_internal_decls.h | 70 # define offsetof(type, member) ((size_t)&(((type *)NULL)->member)) macro
|
/freebsd/contrib/sendmail/include/sm/ |
H A D | gen.h | 47 # define offsetof(type, member) ((size_t)(&((type *)0)->member)) macro
|
/freebsd/contrib/wpa/src/utils/ |
H A D | list.h | 64 #define offsetof(type, member) ((long) &((type *) 0)->member) macro
|
/freebsd/contrib/ofed/opensm/include/complib/ |
H A D | cl_types.h | 113 #define offsetof(TYPE, MEMBER) ((uintptr_t) &((TYPE *)0)->MEMBER) macro
|
/freebsd/sys/contrib/openzfs/lib/libspl/include/os/linux/sys/ |
H A D | sysmacros.h | 100 #define offsetof(s, m) ((size_t)(&(((s *)0)->m))) macro
|
/freebsd/sys/dev/aic7xxx/ |
H A D | aic79xx_osm.h | 89 #define offsetof(type, member) ((size_t)(&((type *)0)->member)) macro
|
H A D | aic7xxx_osm.h | 88 #define offsetof(type, member) ((size_t)(&((type *)0)->member)) macro
|
/freebsd/sys/netpfil/ipfw/test/ |
H A D | dn_test.h | 31 #define offsetof(t,m) (int)(intptr_t)((&((t *)0L)->m)) macro
|
/freebsd/contrib/elftoolchain/common/ |
H A D | _elftc.h | 41 #define offsetof(T, M) ((int) &((T*) 0) -> M) macro
|
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
H A D | sysmacros.h | 290 #define offsetof(type, field) __offsetof(type, field) macro
|
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/ |
H A D | sysmacros.h | 214 #define offsetof(s, m) ((size_t)(&(((s *)0)->m))) macro
|
/freebsd/sys/contrib/dpdk_rte_lpm/ |
H A D | rte_common.h | 714 #define offsetof(TYPE, MEMBER) __builtin_offsetof (TYPE, MEMBER) macro
|
/freebsd/tools/tools/drm/radeon/mkregtable/ |
H A D | mkregtable.c | 19 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | AMDHSAKernelDescriptor.h | 30 #define offsetof(TYPE, MEMBER) ((size_t)&((TYPE*)0)->MEMBER) macro
|
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/ |
H A D | sysmacros.h | 384 #define offsetof(s, m) ((size_t)(&(((s *)0)->m))) macro
|
/freebsd/crypto/openssh/ |
H A D | defines.h | 630 # define offsetof(type, member) ((size_t) &((type *)0)->member) macro
|
/freebsd/stand/kshim/ |
H A D | bsd_kernel.h | 40 #define offsetof(type, field) __builtin_offsetof(type, field) macro
|
/freebsd/sys/dev/hptiop/ |
H A D | hptiop.h | 50 #define offsetof(TYPE, MEM) ((size_t)&((TYPE*)0)->MEM) macro
|
/freebsd/sys/netpfil/ipfilter/netinet/ |
H A D | ip_compat.h | 667 # define offsetof(t,m) (size_t)((&((t *)0L)->m)) macro
|
/freebsd/sys/dev/ath/ath_hal/ |
H A D | ah_internal.h | 45 #define offsetof(type, field) ((size_t)(&((type *)0)->field)) macro
|
/freebsd/contrib/libpcap/ |
H A D | gencode.c | 75 #define offsetof(s, e) ((size_t)&((s *)0)->e) macro
|
/freebsd/sys/dev/arcmsr/ |
H A D | arcmsr.h | 71 #define offsetof(type, member) ((size_t)(&((type *)0)->member)) macro
|
/freebsd/contrib/sqlite3/ |
H A D | sqlite3.c | 14808 #define offsetof(STRUCTURE,FIELD) ((int)((char*)&((STRUCTURE*)0)->FIELD)) macro
|