Searched refs:INT_TO_USHORT (Results 1 – 2 of 2) sorted by relevance
129 #define INT_TO_USHORT(i) ((i) < 0 ? 0 : ((GLushort) ((i) >> 15))) macro
338 #define TRX_US(us, f,n) us = INT_TO_USHORT(PTR_ELT(f,n))