Home
last modified time | relevance | path

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

/third_party/zlib/contrib/testzlib/
Dtestzlib.c98 DWORD dwRet; in GetMsecSincePerfCounter() local
100 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()
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/testzlib/
Dtestzlib.c98 DWORD dwRet; in GetMsecSincePerfCounter() local
100 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()
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/testzlib/
Dtestzlib.c98 DWORD dwRet; in GetMsecSincePerfCounter() local
100 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()
/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowskeyboard.c562 static DWORD dwRet[2] = {0}; in IME_GetId() local
571 if (uIndex >= sizeof(dwRet) / sizeof(dwRet[0])) in IME_GetId()
576 return dwRet[uIndex]; in IME_GetId()
581 dwRet[0] = IMEID_CHT_VER_VISTA; in IME_GetId()
582 dwRet[1] = 0; in IME_GetId()
583 return dwRet[0]; in IME_GetId()
590 dwRet[0] = dwRet[1] = 0; in IME_GetId()
591 return dwRet[uIndex]; in IME_GetId()
594 dwRet[0] = dwRet[1] = 0; in IME_GetId()
595 return dwRet[uIndex]; in IME_GetId()
[all …]
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DD3DKMT.cpp288 DWORD dwRet; in D3DKMTQueryAdapterInfo() local
293 dwRet = GetModuleFileNameW(hModule, pResult->UmdFileName, MAX_PATH); in D3DKMTQueryAdapterInfo()
294 assert(dwRet); in D3DKMTQueryAdapterInfo()
/third_party/sqlite/src/
Dshell.c1257 DWORD dwRet; /* Value returned by GetEnvironmentVariableA() */ in windirent_getenv() local
1260 dwRet = GetEnvironmentVariableA(name, value, dwSize); in windirent_getenv()
1261 if( dwRet==0 || dwRet>dwSize ){ in windirent_getenv()
Dsqlite3.c45053 DWORD dwRet; /* Value returned by SetFilePointer() */
45068 dwRet = osSetFilePointer(pFile->h, lowerBits, &upperBits, FILE_BEGIN);
45070 if( (dwRet==INVALID_SET_FILE_POINTER