Home
last modified time | relevance | path

Searched refs:ui16Short (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTGlobal.h277 inline unsigned short PVRTByteSwap16(unsigned short ui16Short) in PVRTByteSwap16() argument
279 return (ui16Short>>8) | (ui16Short<<8); in PVRTByteSwap16()