Searched refs:MEMBER (Results 1 – 2 of 2) sorted by relevance
42 #define lengthof(TYPE, MEMBER) (sizeof(((TYPE *)0)->MEMBER)) argument
19 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) argument