Searched defs:offsetof (Results 1 – 12 of 12) sorted by relevance
| /f-stack/freebsd/mips/mips/ |
| H A D | genassym.c | 69 #define offsetof(t,m) (int)((&((t *)0L)->m)) macro
|
| /f-stack/freebsd/sys/ |
| H A D | stddef.h | 43 #define offsetof(type, field) __offsetof(type, field) macro
|
| H A D | types.h | 295 #define offsetof(type, field) __offsetof(type, field) macro
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/ |
| H A D | jemalloc_internal_decls.h | 64 # define offsetof(type, member) ((size_t)&(((type *)NULL)->member)) macro
|
| /f-stack/dpdk/lib/librte_cmdline/ |
| H A D | cmdline_parse.h | 15 #define offsetof(type, field) ((size_t) &( ((type *)0)->field) ) macro
|
| /f-stack/freebsd/contrib/openzfs/lib/libspl/include/os/linux/sys/ |
| H A D | sysmacros.h | 98 #define offsetof(s, m) ((size_t)(&(((s *)0)->m))) macro
|
| /f-stack/freebsd/netpfil/ipfw/test/ |
| H A D | dn_test.h | 32 #define offsetof(t,m) (int)(intptr_t)((&((t *)0L)->m)) macro
|
| /f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/ |
| H A D | sysmacros.h | 203 #define offsetof(s, m) ((size_t)(&(((s *)0)->m))) macro
|
| /f-stack/freebsd/contrib/dpdk_rte_lpm/ |
| H A D | rte_common.h | 714 #define offsetof(TYPE, MEMBER) __builtin_offsetof (TYPE, MEMBER) macro
|
| /f-stack/dpdk/lib/librte_eal/include/ |
| H A D | rte_common.h | 753 #define offsetof(TYPE, MEMBER) __builtin_offsetof (TYPE, MEMBER) macro
|
| /f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/ |
| H A D | sysmacros.h | 328 #define offsetof(type, field) __offsetof(type, field) macro
|
| /f-stack/freebsd/contrib/ipfilter/netinet/ |
| H A D | ip_compat.h | 681 # define offsetof(t,m) (size_t)((&((t *)0L)->m)) macro
|