Searched refs:ui16Short (Results 1 – 1 of 1) sorted by relevance
277 inline unsigned short PVRTByteSwap16(unsigned short ui16Short) in PVRTByteSwap16() argument279 return (ui16Short>>8) | (ui16Short<<8); in PVRTByteSwap16()