Searched defs:iRet (Results 1 - 12 of 12) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/h/
H A Dslist.cpp113 int iRet = vfprintf(pFile, pFormat, marker); local
115 return iRet;
H A DASTBase.cpp252 int iRet = vfprintf(pFile, pFormat, marker); local
254 return iRet;
H A DATokenBuffer.cpp356 int iRet = 0; local
360 iRet = vfprintf(pFile, pFormat, marker);
363 return iRet;
H A DAToken.h95 int iRet = vfprintf(pFile, pFormat, marker); local
97 return iRet;
H A DDLexerBase.cpp294 int iRet = 0; local
298 iRet = vfprintf(pFile, pFormat, marker);
301 return iRet;
H A DPCCTSAST.cpp681 int iRet = vfprintf(pFile, pFormat, marker); local
683 return iRet;
H A DAParser.cpp853 int iRet = printMessageV(pFile, pFormat, marker); local
855 return iRet;
/vbox/src/VBox/Additions/WINNT/Installer/Loader/
H A DVBoxWindowsAdditions.cpp225 int iRet = 0; local
243 WaitForProcess(ProcInfo.hProcess, &iRet);
270 WaitForProcess2(ShExecInfo.hProcess, &iRet);
276 iRet = 1;
282 iRet = 9;
288 iRet = 8;
295 fwprintf(stderr, L"DEBUG: iRet=%d\n", iRet);
298 return iRet;
/vbox/src/VBox/Runtime/common/asn1/
H A Dasn1-ut-integer.cpp190 int32_t iRet = cb * 8; local
191 if (b & 0x80) iRet += 7;
192 else if (b & 0x40) iRet += 6;
193 else if (b & 0x20) iRet += 5;
194 else if (b & 0x10) iRet += 4;
195 else if (b & 0x08) iRet += 3;
196 else if (b & 0x04) iRet += 2;
197 else if (b & 0x02) iRet += 1;
199 return iRet;
/vbox/src/VBox/Additions/WINNT/VBoxGINA/
H A DVBoxGINA.cpp307 int iRet; local
308 iRet = GWlxLoggedOutSAS(pWlxContext, dwSasType, pAuthenticationId, pLogonSid,
311 if (iRet == WLX_SAS_ACTION_LOGON)
323 return iRet;
/vbox/src/VBox/ExtPacks/VBoxDTrace/
H A DVBoxDTraceR0.cpp1024 uint32_t iRet = (uint32_t)iBit + pChunk->iFirst + pThis->uBase; local
1026 return (void *)(uintptr_t)iRet;
/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxDispIf.cpp589 int iRet = ExtEscape(hdc, pEscape->escapeCode, local
595 if (iRet > 0)
597 else if (iRet == 0)

Completed in 82 milliseconds