Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTGlobal.h267 inline unsigned int PVRTByteSwap32(unsigned int ui32Long) in PVRTByteSwap32() argument
269 …return ((ui32Long&0x000000FF)<<24) + ((ui32Long&0x0000FF00)<<8) + ((ui32Long&0x00FF0000)>>8) + ((u… in PVRTByteSwap32()