Searched refs:PVRTint64 (Results 1 – 3 of 3) sorted by relevance
161 typedef signed __int64 PVRTint64; typedef164 __extension__ typedef signed long long PVRTint64; typedef167 typedef signed long long PVRTint64; typedef184 PVRTSIZEASSERT(PVRTint64, 8);
26 #define PVRTXMUL(a,b) ( (int)( ((PVRTint64)(a)*(b)) / 65536 ) )27 #define PVRTXDIV(a,b) ( (int)( (((PVRTint64)(a))<<16)/(b) ) )
189 PVRTint64 nWmTotal, nWmCacheHit, nWmZeroCacheHit;