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

/netbsd-current/external/gpl3/binutils/dist/zlib/contrib/testzlib/
H A Dtestzlib.c98 DWORD dwRet; local
100 dwRet = (GetTickCount() - beginTime64.LowPart)*1;
113 dwRet = (DWORD)((((DWORD)ticksShifted)*1000)/(DWORD)(tickSecShifted));
114 dwRet *=1;
116 return dwRet;
/netbsd-current/external/gpl3/gdb/dist/zlib/contrib/testzlib/
H A Dtestzlib.c98 DWORD dwRet; local
100 dwRet = (GetTickCount() - beginTime64.LowPart)*1;
113 dwRet = (DWORD)((((DWORD)ticksShifted)*1000)/(DWORD)(tickSecShifted));
114 dwRet *=1;
116 return dwRet;
/netbsd-current/external/gpl3/binutils.old/dist/zlib/contrib/testzlib/
H A Dtestzlib.c98 DWORD dwRet; local
100 dwRet = (GetTickCount() - beginTime64.LowPart)*1;
113 dwRet = (DWORD)((((DWORD)ticksShifted)*1000)/(DWORD)(tickSecShifted));
114 dwRet *=1;
116 return dwRet;
/netbsd-current/common/dist/zlib/contrib/testzlib/
H A Dtestzlib.c98 DWORD dwRet; local
100 dwRet = (GetTickCount() - beginTime64.LowPart)*1;
113 dwRet = (DWORD)((((DWORD)ticksShifted)*1000)/(DWORD)(tickSecShifted));
114 dwRet *=1;
116 return dwRet;
/netbsd-current/external/gpl3/gdb.old/dist/zlib/contrib/testzlib/
H A Dtestzlib.c98 DWORD dwRet; local
100 dwRet = (GetTickCount() - beginTime64.LowPart)*1;
113 dwRet = (DWORD)((((DWORD)ticksShifted)*1000)/(DWORD)(tickSecShifted));
114 dwRet *=1;
116 return dwRet;
/netbsd-current/external/public-domain/sqlite/dist/
H A Dshell.c2358 DWORD dwRet; /* Value returned by GetEnvironmentVariableA() */ local
2361 dwRet = GetEnvironmentVariableA(name, value, dwSize);
2362 if( dwRet==0 || dwRet>dwSize ){
H A Dsqlite3.c48895 DWORD dwRet; /* Value returned by SetFilePointer() */ local
[all...]

Completed in 893 milliseconds