Searched defs:offsetof (Results 1 – 2 of 2) sorted by relevance
84 #define offsetof(STRUCTURE,FIELD) ((int)((char*)&((STRUCTURE*)0)->FIELD)) macro
13783 #define offsetof(STRUCTURE,FIELD) ((int)((char*)&((STRUCTURE*)0)->FIELD)) macro
Completed in 377 milliseconds