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

12

/netbsd-6-1-5-RELEASE/external/cddl/osnet/lib/libumem/
H A Dmisc.h52 #undef offsetof macro
53 #define offsetof(s, m)((size_t)(&(((s *)0)->m))) macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libmudflap/testsuite/libmudflap.c/
H A Dpass24-frag.c12 #define offsetof(S,F) ((size_t) & (((S *) 0)->F)) macro
H A Dpass22-frag.c14 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *) 0)->MEMBER) macro
H A Dpass23-frag.c16 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *) 0)->MEMBER) macro
/netbsd-6-1-5-RELEASE/include/
H A Dstddef.h56 #define offsetof(type, member) __builtin_offsetof(type, member) macro
58 #define offsetof(type, member) ((size_t)(unsigned long)(&((type *)0)->member)) macro
63 #define offsetof(type, member) __offsetof__((reinterpret_cast<size_t> \ macro
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/include/
H A Dobjalloc.h61 #define offsetof(TYPE, MEMBER) ((unsigned long) &((TYPE *)0)->MEMBER) macro
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/include/
H A Dobjalloc.h61 #define offsetof(TYPE, MEMBER) ((unsigned long) &((TYPE *)0)->MEMBER) macro
/netbsd-6-1-5-RELEASE/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-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Dsysdep.h169 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/include/
H A Dobjalloc.h61 #define offsetof(TYPE, MEMBER) ((unsigned long) &((TYPE *)0)->MEMBER) macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/include/
H A Dobjalloc.h61 #define offsetof(TYPE, MEMBER) ((unsigned long) &((TYPE *)0)->MEMBER) macro
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Dsysdep.h169 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.abi/
H A Daggregates.C28 #define offsetof(aggregate, field) \ macro
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/rand/
H A Drand_egd.c133 # define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/src/utils/
H A Dlist.h68 #define offsetof(type, member) ((long) &((type *) 0)->member) macro
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/intl/
H A Dbindtextdom.c54 # define offsetof(type,ident) ((size_t)&(((type*)0)->ident)) macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.abi/
H A Daggregates.C28 #define offsetof(aggregate, field) \ macro
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/intl/
H A Dbindtextdom.c54 # define offsetof(type,ident) ((size_t)&(((type*)0)->ident)) macro
/netbsd-6-1-5-RELEASE/gnu/dist/grep/intl/
H A Dbindtextdom.c56 # define offsetof(type,ident) ((size_t)&(((type*)0)->ident)) macro
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/intl/
H A Dbindtextdom.c54 # define offsetof(type,ident) ((size_t)&(((type*)0)->ident)) macro
/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/intl/
H A Dbindtextdom.c56 # define offsetof(type,ident) ((size_t)&(((type*)0)->ident)) macro
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-runtime/intl/
H A Dbindtextdom.c54 # define offsetof(type,ident) ((size_t)&(((type*)0)->ident)) macro
/netbsd-6-1-5-RELEASE/usr.sbin/faithd/
H A Dprefix.c44 #define offsetof(type, member) ((size_t)(u_long)(&((type *)0)->member)) macro
/netbsd-6-1-5-RELEASE/sys/arch/sparc64/sparc64/
H A Dsyscall.c108 #define offsetof(s, f) ((size_t)&((s *)0)->f) macro
/netbsd-6-1-5-RELEASE/sys/lib/libkern/
H A Dlibkern.h243 #define offsetof(type, member) __builtin_offsetof(type, member) macro
245 #define offsetof(type, member) \ macro

Completed in 177 milliseconds

12