/netbsd-src/include/ |
H A D | stddef.h |
|
/netbsd-src/crypto/dist/ipsec-tools/src/racoon/ |
H A D | schedule.h | 55 #define offsetof(TYPE,MEMBER) __compiler_offsetof(TYPE,MEMBER) macro 57 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/ |
H A D | stddef.h | 104 #define offsetof(t, d) __builtin_offsetof(t, d) macro
|
/netbsd-src/external/gpl3/binutils.old/dist/include/ |
H A D | objalloc.h | 61 #define offsetof(TYPE, MEMBER) ((unsigned long) &((TYPE *)0)->MEMBER) macro
|
/netbsd-src/external/gpl3/binutils/dist/include/ |
H A D | objalloc.h | 61 #define offsetof(TYPE, MEMBER) ((unsigned long) &((TYPE *)0)->MEMBER) macro
|
/netbsd-src/external/gpl3/gcc.old/dist/include/ |
H A D | objalloc.h | 61 #define offsetof(TYPE, MEMBER) ((unsigned long) &((TYPE *)0)->MEMBER) macro
|
/netbsd-src/external/gpl3/gcc/dist/include/ |
H A D | objalloc.h | 61 #define offsetof(TYPE, MEMBER) ((unsigned long) &((TYPE *)0)->MEMBER) macro
|
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/intl/ |
H A D | bindtextdom.c | 54 # define offsetof(type,ident) ((size_t)&(((type*)0)->ident)) macro
|
/netbsd-src/external/gpl2/grep/dist/intl/ |
H A D | bindtextdom.c | 56 # define offsetof(type,ident) ((size_t)&(((type*)0)->ident)) macro
|
/netbsd-src/external/gpl3/gcc/dist/intl/ |
H A D | bindtextdom.c | 54 # define offsetof(type,ident) ((size_t)&(((type*)0)->ident)) macro
|
/netbsd-src/external/gpl3/gdb.old/dist/intl/ |
H A D | bindtextdom.c | 54 # define offsetof(type,ident) ((size_t)&(((type*)0)->ident)) macro
|
/netbsd-src/external/gpl2/texinfo/dist/intl/ |
H A D | bindtextdom.c | 56 # define offsetof(type,ident) ((size_t)&(((type*)0)->ident)) macro
|
/netbsd-src/external/gpl3/gcc.old/dist/intl/ |
H A D | bindtextdom.c | 54 # define offsetof(type,ident) ((size_t)&(((type*)0)->ident)) macro
|
/netbsd-src/external/gpl3/binutils.old/dist/intl/ |
H A D | bindtextdom.c | 54 # define offsetof(type,ident) ((size_t)&(((type*)0)->ident)) macro
|
/netbsd-src/usr.sbin/faithd/ |
H A D | prefix.c | 44 #define offsetof(type, member) ((size_t)(u_long)(&((type *)0)->member)) macro
|
/netbsd-src/sys/arch/sparc64/sparc64/ |
H A D | syscall.c | 104 #define offsetof(s, f) ((size_t)&((s *)0)->f) macro
|
/netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
H A D | sysdep.h | 126 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro
|
/netbsd-src/external/gpl3/binutils/dist/bfd/ |
H A D | sysdep.h | 126 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ginclude/ |
H A D | stddef.h | 406 #define offsetof(TYPE, MEMBER) __builtin_offsetof (TYPE, MEMBER) macro
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ginclude/ |
H A D | stddef.h | 415 #define offsetof(TYPE, MEMBER) __builtin_offsetof (TYPE, MEMBER) macro
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/radeon/ |
H A D | mkregtable.c | 25 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro
|
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/ |
H A D | system.h | 391 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *) 0)->MEMBER) macro
|
/netbsd-src/external/gpl3/gcc/dist/libcpp/ |
H A D | system.h | 391 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *) 0)->MEMBER) macro
|
/netbsd-src/sys/lib/libkern/ |
H A D | libkern.h | 319 #define offsetof(type, member) __builtin_offsetof( global() macro 321 #define offsetof( global() macro
|
/netbsd-src/external/bsd/elftoolchain/dist/common/ |
H A D | _elftc.h | 43 #define offsetof(T, M) ((int) &((T*) 0) -> M) macro
|