Searched refs:dwRet (Results 1 – 3 of 3) sorted by relevance
98 DWORD dwRet; in GetMsecSincePerfCounter() local100 dwRet = (GetTickCount() - beginTime64.LowPart)*1; in GetMsecSincePerfCounter()113 dwRet = (DWORD)((((DWORD)ticksShifted)*1000)/(DWORD)(tickSecShifted)); in GetMsecSincePerfCounter()114 dwRet *=1; in GetMsecSincePerfCounter()116 return dwRet; in GetMsecSincePerfCounter()
2358 DWORD dwRet; /* Value returned by GetEnvironmentVariableA() */ in windirent_getenv() local2361 dwRet = GetEnvironmentVariableA(name, value, dwSize); in windirent_getenv()2362 if( dwRet==0 || dwRet>dwSize ){ in windirent_getenv()
48895 DWORD dwRet; /* Value returned by SetFilePointer() */48910 dwRet = osSetFilePointer(pFile->h, lowerBits, &upperBits, FILE_BEGIN);48912 if( (dwRet==INVALID_SET_FILE_POINTER