Searched defs:n_desc (Results 1 – 9 of 9) sorted by relevance
85 int16_t n_desc; /* see <mach-o/stab.h> */ member98 uint16_t n_desc; /* see <mach-o/stab.h> */ member169 #define GET_COMM_ALIGN(n_desc) (((n_desc) >> 8) & 0x0f) argument170 #define SET_COMM_ALIGN(n_desc,align) \ argument237 #define GET_LIBRARY_ORDINAL(n_desc) (((n_desc) >> 8) & 0xff) argument238 #define SET_LIBRARY_ORDINAL(n_desc,ordinal) \ argument
154 short n_desc; member
72 uint16_t n_desc; member
64 uint16_t n_desc; member
942 uint16_t n_desc; member949 int16_t n_desc; member957 uint16_t n_desc; member1325 static inline uint16_t GET_LIBRARY_ORDINAL(uint16_t n_desc) { in GET_LIBRARY_ORDINAL()1329 static inline void SET_LIBRARY_ORDINAL(uint16_t &n_desc, uint8_t ordinal) { in SET_LIBRARY_ORDINAL()1333 static inline uint8_t GET_COMM_ALIGN (uint16_t n_desc) { in GET_COMM_ALIGN()1337 static inline void SET_COMM_ALIGN (uint16_t &n_desc, uint8_t align) { in SET_COMM_ALIGN()
950 uint16_t n_desc; member957 int16_t n_desc; member965 uint16_t n_desc; member1340 static inline uint16_t GET_LIBRARY_ORDINAL(uint16_t n_desc) { in GET_LIBRARY_ORDINAL()1344 static inline void SET_LIBRARY_ORDINAL(uint16_t &n_desc, uint8_t ordinal) { in SET_LIBRARY_ORDINAL()1348 static inline uint8_t GET_COMM_ALIGN (uint16_t n_desc) { in GET_COMM_ALIGN()1352 static inline void SET_COMM_ALIGN (uint16_t &n_desc, uint8_t align) { in SET_COMM_ALIGN()
979 uint16_t n_desc; member986 int16_t n_desc; member994 uint16_t n_desc; member1388 inline uint16_t GET_LIBRARY_ORDINAL(uint16_t n_desc) { in GET_LIBRARY_ORDINAL()1392 inline void SET_LIBRARY_ORDINAL(uint16_t &n_desc, uint8_t ordinal) { in SET_LIBRARY_ORDINAL()1396 inline uint8_t GET_COMM_ALIGN(uint16_t n_desc) { in GET_COMM_ALIGN()1400 inline void SET_COMM_ALIGN(uint16_t &n_desc, uint8_t align) { in SET_COMM_ALIGN()
69 short n_desc; member
15085 GLuint n_desc = 0; in test() local