Lines Matching refs:TRX_US
124 #define TRX_US(ch, f,n) ch = BYTE_TO_USHORT( PTR_ELT(f,n) ) macro
164 #undef TRX_US
178 #define TRX_US(us, f,n) us = UBYTE_TO_USHORT(PTR_ELT(f,n)) macro
213 #undef TRX_US
225 #define TRX_US(us, f,n) us = SHORT_TO_USHORT(PTR_ELT(f,n)) macro
267 #undef TRX_US
279 #define TRX_US(us,f,n) us = PTR_ELT(f,n) macro
320 #undef TRX_US
332 #define TRX_US(us, f,n) us = INT_TO_USHORT(PTR_ELT(f,n)) macro
374 #undef TRX_US
386 #define TRX_US(us, f,n) us = (GLshort) (PTR_ELT(f,n) >> 16) macro
427 #undef TRX_US
439 #define TRX_US(us,f,n) UNCLAMPED_FLOAT_TO_USHORT(us, PTR_ELT(f,n)) macro
522 #undef TRX_US