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

/xnu-2782.1.97/bsd/sys/_types/
H A D_offsetof.h29 #define offsetof(type, field) __offsetof(type, field) macro
/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...]
/xnu-2782.1.97/EXTERNAL_HEADERS/
H A Dstddef.h52 #define offsetof(t, d) __builtin_offsetof(t, d) macro
/xnu-2782.1.97/osfmk/ipc/
H A Dmach_msg.c114 #define offsetof(type, member) ((size_t)(&((type *)0)->member)) macro

Completed in 34 milliseconds