Searched defs:offsetof (Results 1 - 25 of 78) sorted by relevance

1234

/netbsd-current/external/gpl3/binutils.old/dist/include/
H A Dobjalloc.h61 #define offsetof(TYPE, MEMBER) ((unsigned long) &((TYPE *)0)->MEMBER) macro
/netbsd-current/external/gpl3/binutils/dist/include/
H A Dobjalloc.h61 #define offsetof(TYPE, MEMBER) ((unsigned long) &((TYPE *)0)->MEMBER) macro
/netbsd-current/external/gpl3/gcc.old/dist/include/
H A Dobjalloc.h61 #define offsetof(TYPE, MEMBER) ((unsigned long) &((TYPE *)0)->MEMBER) macro
/netbsd-current/external/gpl3/gdb.old/dist/include/
H A Dobjalloc.h61 #define offsetof(TYPE, MEMBER) ((unsigned long) &((TYPE *)0)->MEMBER) macro
/netbsd-current/external/gpl3/gcc/dist/include/
H A Dobjalloc.h61 #define offsetof(TYPE, MEMBER) ((unsigned long) &((TYPE *)0)->MEMBER) macro
/netbsd-current/external/gpl3/gdb/dist/include/
H A Dobjalloc.h61 #define offsetof(TYPE, MEMBER) ((unsigned long) &((TYPE *)0)->MEMBER) macro
/netbsd-current/crypto/dist/ipsec-tools/src/racoon/
H A Dschedule.h55 #define offsetof(TYPE,MEMBER) __compiler_offsetof(TYPE,MEMBER) macro
57 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro
/netbsd-current/external/bsd/jemalloc/dist/include/jemalloc/internal/
H A Djemalloc_internal_decls.h64 # define offsetof(type, member) ((size_t)&(((type *)NULL)->member)) macro
/netbsd-current/external/bsd/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_decls.h64 # define offsetof(type, member) ((size_t)&(((type *)NULL)->member)) macro
/netbsd-current/include/
H A Dstddef.h59 #define offsetof(type, member) __builtin_offsetof(type, member) macro
61 #define offsetof(type, member) ((size_t)(unsigned long)(&((type *)0)->member)) macro
66 #define offsetof(type, member) __offsetof__((reinterpret_cast<size_t> \ macro
/netbsd-current/external/gpl3/gcc/dist/intl/
H A Dbindtextdom.c54 # define offsetof(type,ident) ((size_t)&(((type*)0)->ident)) macro
/netbsd-current/external/gpl3/binutils/dist/intl/
H A Dbindtextdom.c54 # define offsetof(type,ident) ((size_t)&(((type*)0)->ident)) macro
/netbsd-current/external/gpl3/gdb/dist/intl/
H A Dbindtextdom.c54 # define offsetof(type,ident) ((size_t)&(((type*)0)->ident)) macro
/netbsd-current/external/gpl3/gdb.old/dist/intl/
H A Dbindtextdom.c54 # define offsetof(type,ident) ((size_t)&(((type*)0)->ident)) macro
/netbsd-current/external/gpl2/grep/dist/intl/
H A Dbindtextdom.c56 # define offsetof(type,ident) ((size_t)&(((type*)0)->ident)) macro
/netbsd-current/external/gpl3/binutils.old/dist/intl/
H A Dbindtextdom.c54 # define offsetof(type,ident) ((size_t)&(((type*)0)->ident)) macro
/netbsd-current/external/gpl3/gcc.old/dist/intl/
H A Dbindtextdom.c54 # define offsetof(type,ident) ((size_t)&(((type*)0)->ident)) macro
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Dsysdep.h181 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Dsysdep.h181 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro
/netbsd-current/external/gpl2/gettext/dist/gettext-runtime/intl/
H A Dbindtextdom.c54 # define offsetof(type,ident) ((size_t)&(((type*)0)->ident)) macro
/netbsd-current/external/gpl2/texinfo/dist/intl/
H A Dbindtextdom.c56 # define offsetof(type,ident) ((size_t)&(((type*)0)->ident)) macro
/netbsd-current/usr.sbin/faithd/
H A Dprefix.c44 #define offsetof(type, member) ((size_t)(u_long)(&((type *)0)->member)) macro
/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/
H A Dstddef.h104 #define offsetof(t, d) __builtin_offsetof(t, d) macro
/netbsd-current/external/bsd/wpa/dist/src/utils/
H A Dlist.h64 #define offsetof(type, member) ((long) &((type *) 0)->member) macro
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Dsysdep.h126 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro

Completed in 231 milliseconds

1234