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

/haiku-buildtools/gcc/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;
/haiku-buildtools/binutils/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;
/haiku-buildtools/gcc/gcc/ada/
H A Dterminals.c715 DWORD dwRet; local
722 dwRet = GetLastError();
723 if (dwRet == ERROR_PIPE_CONNECTED) {
740 dwRet = buf[0] | (buf[1] << 8) | (buf[2] << 16) | (buf[3] << 24);
741 if (dwRet != 0) {

Completed in 28 milliseconds