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

12

/macosx-10.10/xnu-2782.1.97/bsd/sys/_types/
H A D_offsetof.h29 #define offsetof(type, field) __offsetof(type, field) macro
/macosx-10.10/xnu-2782.1.97/osfmk/i386/
H A Dgenassym.c87 #undef offsetof macro
[all...]
H A Dcpu_data.h258 #define offsetof(TYPE,MEMBER) __builtin_offsetof(TYPE,MEMBER) macro
291 #define offsetof(TYPE,MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro
[all...]
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Dsysdep.h168 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro
/macosx-10.10/cxxfilt-11/cxxfilt/include/
H A Dobjalloc.h61 #define offsetof(TYPE, MEMBER) ((unsigned long) &((TYPE *)0)->MEMBER) macro
/macosx-10.10/xnu-2782.1.97/EXTERNAL_HEADERS/
H A Dstddef.h52 #define offsetof(t, d) __builtin_offsetof(t, d) macro
/macosx-10.10/OpenSSL098-52/src/crypto/rand/
H A Drand_egd.c133 # define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro
/macosx-10.10/bash-94.1.2/bash-3.2/lib/intl/
H A Dbindtextdom.c54 # define offsetof(type,ident) ((size_t)&(((type*)0)->ident)) macro
H A Ddcigettext.c132 # define offsetof(type,ident) ((size_t)&(((type*)0)->ident)) macro
/macosx-10.10/cxxfilt-11/cxxfilt/intl/
H A Dbindtextdom.c54 # define offsetof(type,ident) ((size_t)&(((type*)0)->ident)) macro
H A Ddcigettext.c132 # define offsetof(type,ident) ((size_t)&(((type*)0)->ident)) macro
/macosx-10.10/bash-94.1.2/bash-3.2/
H A Dunwind_prot.c41 # define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro
/macosx-10.10/zsh-61/zsh/Src/Modules/
H A Dterminfo.c49 # undef offsetof macro
/macosx-10.10/lsof-53/lsof/dialects/darwin/libproc/
H A Ddlsof.h133 #define offsetof(type, member) ((size_t)(&((type *)0)->member)) macro
/macosx-10.10/ruby-106/ruby/ext/socket/
H A Daddrinfo.h186 #define offsetof(p_type,field) ((size_t)&(((p_type *)0)->field)) macro
/macosx-10.10/sudo-73/src/
H A Dmissing.h156 # define offsetof(type, field) __offsetof(type, field) macro
158 # define offsetof(type, field) ((size_t)(&((type *)0)->field)) macro
/macosx-10.10/uucp-11/uucp/
H A Duucp.h132 #define offsetof(type, field) \ macro
/macosx-10.10/xnu-2782.1.97/osfmk/ipc/
H A Dmach_msg.c114 #define offsetof(type, member) ((size_t)(&((type *)0)->member)) macro
/macosx-10.10/gpatch-3/patch/
H A Dpartime.c60 #define offsetof(aggregate, member) ((size_t) &((aggregate *) 0)->member) macro
/macosx-10.10/ksh-23/ksh/src/lib/libast/astsa/
H A Dast.h97 #define offsetof(type,member) ((unsigned long)&(((type*)0)->member)) macro
/macosx-10.10/lsof-53/lsof/dialects/darwin/kmem/
H A Ddlsof.h135 #undef offsetof macro
316 #define offsetof(type, member) ((size_t)(&((type *)0)->member)) macro
/macosx-10.10/SmartcardCCID-55008/ccid/ccid/src/
H A Dcommands.c52 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro
/macosx-10.10/procmail-14/procmail/src/
H A Dincludes.h537 #undef offsetof macro
540 #define offsetof(s,m) ((char*)&(((s*)sizeof(s))->m)-(char*)sizeof(s)) macro
/macosx-10.10/zsh-61/zsh/Src/
H A Dzsh_system.h715 # define offsetof(TYPE, MEM) ((char *)&((TYPE *)0)->MEM - (char *)(TYPE *)0) macro
/macosx-10.10/OpenSSH-189/openssh/
H A Ddefines.h526 # define offsetof(type, member) ((size_t) &((type *)0)->member) macro

Completed in 203 milliseconds

12