Searched refs:Result (Results 1 - 25 of 135) sorted by relevance

123456

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/
H A DMultU64x32.c41 UINT64 Result; local
43 Result = InternalMathMultU64x32 (Multiplicand, Multiplier);
45 return Result;
H A DMultU64x64.c41 UINT64 Result; local
43 Result = InternalMathMultU64x64 (Multiplicand, Multiplier);
45 return Result;
H A DString.c644 UINTN Result; local
666 Result = 0;
673 ASSERT (Result <= ((((UINTN) ~0) - (*String - L'0')) / 10));
675 Result = Result * 10 + (*String - L'0');
679 return Result;
723 UINT64 Result; local
745 Result = 0;
752 ASSERT (Result <= DivU64x32 (((UINT64) ~0) - (*String - L'0') , 10));
754 Result
802 UINTN Result; local
892 UINT64 Result; local
1671 UINTN Result; local
1745 UINT64 Result; local
1822 UINTN Result; local
1911 UINT64 Result; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Pei/Dependency/
H A DDependency.h28 BOOLEAN Result; member in struct:__anon10957
H A DDependency.c50 return Stack->Result;
175 (StackPtr-1)->Result = FALSE;
180 (StackPtr-1)->Result = TRUE;
213 (StackPtr-1)->Result = (BOOLEAN) !IsPpiInstalled (PeiServices, (StackPtr-1));
238 StackPtr->Result = TRUE;
240 StackPtr->Result = FALSE;
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseSynchronizationLib/Ia32/
H A DGccInline.c37 UINT32 Result; local
43 : "=a" (Result), // %0
50 return Result;
74 UINT32 Result; local
80 : "=a" (Result), // %0
87 return Result;
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseSynchronizationLib/X64/
H A DGccInline.c38 UINT32 Result; local
44 : "=a" (Result), // %0
51 return Result;
74 UINT32 Result; local
80 : "=a" (Result), // %0
87 return Result;
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/StdLib/
H A DNumericInt.c187 long Result = 0; local
236 Previous = Result;
237 Result = (Result * base) + (long int)temp;
238 if( Result <= Previous) { // Detect Overflow
240 Result = LONG_MIN;
243 Result = LONG_MAX;
252 Result = -Result;
259 return Result;
276 unsigned long Result = 0; local
351 long long Result = 0; local
440 unsigned long long Result = 0; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/UnitTest/
H A DCommentGeneratingUnitTest.py59 Result = _GetHelpStr(HelpTextList)
60 self.assertEqual(Result, HelpStr)
80 Result = _GetHelpStr(HelpTextList)
81 self.assertEqual(Result, ExpectedStr)
101 Result = _GetHelpStr(HelpTextList)
102 self.assertEqual(Result, ExpectedStr)
121 Result = _GetHelpStr(HelpTextList)
122 self.assertEqual(Result, ExpectedStr)
147 Result = _GetHelpStr(HelpTextList)
148 self.assertEqual(Result, ExpectedSt
[all...]
H A DCommentParsingUnitTest.py854 Result = _IsCopyrightLine(Line)
855 self.failIf(not Result)
862 Result = _IsCopyrightLine(Line)
863 self.failIf(not Result)
870 Result = _IsCopyrightLine(Line)
871 self.failIf(Result)
878 Result = _IsCopyrightLine(Line)
879 self.failIf(not Result)
886 Result = _IsCopyrightLine(Line)
887 self.failIf(not Result)
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/
H A DOsPath.c245 CHAR8 *Result; local
248 Result = (CHAR8 *) malloc (strlen (OldPath) + strlen (Peer) + 1);
249 if (Result == NULL) {
253 strcpy (Result, OldPath);
259 for (Offset = strlen (Result); Offset >= 0; Offset--) {
260 if ((Result[Offset] == '/') || (Result[Offset] == '\\')) {
261 Result[Offset + 1] = '\0';
262 strcat (Result, Peer);
263 return Result;
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiUsbLib/
H A DHid.c60 EFI_STATUS Result; local
72 Result = UsbIo->UsbControlTransfer (
82 return Result;
117 EFI_STATUS Result; local
132 Result = UsbIo->UsbControlTransfer (
142 return Result;
172 EFI_STATUS Result; local
187 Result = UsbIo->UsbControlTransfer (
197 return Result;
227 EFI_STATUS Result; local
281 EFI_STATUS Result; local
335 EFI_STATUS Result; local
397 EFI_STATUS Result; local
462 EFI_STATUS Result; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BasePciCf8Lib/
H A DPciCf8Lib.c119 UINT8 Result; local
125 Result = IoRead8 (PCI_CONFIGURATION_DATA_PORT + (UINT16)(Address & 3));
128 return Result;
157 UINT8 Result; local
163 Result = IoWrite8 (
169 return Result;
202 UINT8 Result; local
208 Result = IoOr8 (
214 return Result;
247 UINT8 Result; local
295 UINT8 Result; local
343 UINT8 Result; local
394 UINT8 Result; local
449 UINT8 Result; local
504 UINT8 Result; local
563 UINT8 Result; local
606 UINT16 Result; local
645 UINT16 Result; local
691 UINT16 Result; local
737 UINT16 Result; local
786 UINT16 Result; local
835 UINT16 Result; local
887 UINT16 Result; local
943 UINT16 Result; local
999 UINT16 Result; local
1059 UINT16 Result; local
1102 UINT32 Result; local
1141 UINT32 Result; local
1187 UINT32 Result; local
1233 UINT32 Result; local
1282 UINT32 Result; local
1331 UINT32 Result; local
1383 UINT32 Result; local
1439 UINT32 Result; local
1495 UINT32 Result; local
1555 UINT32 Result; local
[all...]
/vbox/src/VBox/Runtime/testcase/
H A DtstRTBigNum.cpp319 RTBIGNUM Result;
320 RTTESTI_CHECK_RC_RETV(RTBigNumInitZero(&Result, fFlags), VINF_SUCCESS);
324 RTTESTI_CHECK_RC(RTBigNumSubtract(&Result, &g_Minus1, &g_Minus1), VINF_SUCCESS);
325 RTTESTI_CHECK(RTBigNumCompareWithS64(&Result, 0) == 0);
327 RTTESTI_CHECK_RC(RTBigNumSubtract(&Result, &g_Zero, &g_Minus1), VINF_SUCCESS);
328 RTTESTI_CHECK(RTBigNumCompareWithS64(&Result, 1) == 0);
330 RTTESTI_CHECK_RC(RTBigNumSubtract(&Result, &g_Minus1, &g_Zero), VINF_SUCCESS);
331 RTTESTI_CHECK(RTBigNumCompareWithS64(&Result, -1) == 0);
333 RTTESTI_CHECK_RC(RTBigNumSubtract(&Result, &g_64BitPositive1, &g_Minus1), VINF_SUCCESS);
334 RTTESTI_CHECK(RTBigNumCompareWithU64(&Result, g_u64BitPositive
[all...]
H A DtstStrToNum.cpp37 int64_t Result; member in struct:TstI64
45 uint64_t Result; member in struct:TstU64
53 int32_t Result; member in struct:TstI32
61 uint32_t Result; member in struct:TstU32
68 Type Result; \
69 int rc = Fun(Test.psz, NULL, Test.uBase, &Result); \
70 if (Result != Test.Result) \
72 RTPrintf("failure: '%s' -> " Fmt " expected " Fmt ". (%s/%u)\n", Test.psz, Result, Test.Result, #Fu
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/
H A DUsbMassBot.c164 UINT32 Result; local
183 Result = 0;
196 &Result
199 if (USB_IS_ERROR (Result, EFI_USB_ERR_STALL) && DataDir == EfiUsbDataOut) {
205 } else if (USB_IS_ERROR (Result, EFI_USB_ERR_NAK)) {
244 UINT32 Result; local
262 Result = 0;
271 &Result
274 if (USB_IS_ERROR (Result, EFI_USB_ERR_STALL)) {
278 } else if (USB_IS_ERROR (Result, EFI_USB_ERR_NA
322 UINT32 Result; local
414 UINT8 Result; local
475 UINT32 Result; local
552 UINT32 Result; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Ecc/
H A Dc.py493 for Result in ResultSet:
494 TimeValue = Result[0]
562 for Result in ResultSet:
566 FileID = Result[0]
815 for Result in ResultSet:
816 if Result[0] < ExpLine and Result[1] > ExpLine:
817 return Result
867 for Result in ResultSet:
868 if len(Result[
[all...]
H A DMetaDataParser.py127 for Result in ResultSet:
129 EccGlobalData.gDb.TblReport.Insert(ERROR_DOXYGEN_CHECK_FILE_HEADER, Msg, "File", Result[0])
190 for Result in ResultSet:
192 EccGlobalData.gDb.TblReport.Insert(ERROR_DOXYGEN_CHECK_FILE_HEADER, Msg, "File", Result[0])
197 for Result in ResultSet:
199 EccGlobalData.gDb.TblReport.Insert(ERROR_DOXYGEN_CHECK_FILE_HEADER, Msg, "File", Result[0])
212 Result = False
216 Result = True
218 return Result
/vbox/src/VBox/Devices/EFI/Firmware/PcAtChipsetPkg/Library/SerialIoLib/
H A DSerialPortLib.c131 UINTN Result; local
138 Result = NumberOfBytes;
150 return Result;
172 UINTN Result; local
179 Result = NumberOfBytes;
192 return Result;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/BaseSerialPortLib16550/
H A DBaseSerialPortLib16550.c197 UINTN Result; local
217 Result = NumberOfBytes;
267 return Result;
288 UINTN Result; local
297 for (Result = 0; NumberOfBytes-- != 0; Result++, Buffer++) {
322 return Result;
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Library/
H A DCommentParsing.py100 Result, ErrMsg = _ValidateCopyright(Comment)
101 ValidateCopyright(Result, ST.WRN_INVALID_COPYRIGHT, FileName, LineNo, ErrMsg)
112 Result, ErrMsg = _ValidateCopyright(Comment)
113 ValidateCopyright(Result, ST.WRN_INVALID_COPYRIGHT, FileName, LineNo, ErrMsg)
120 Result, ErrMsg = _ValidateCopyright(Comment)
121 ValidateCopyright(Result, ST.WRN_INVALID_COPYRIGHT, FileName, LineNo, ErrMsg)
156 Result = False
160 Result = True
162 return Result
309 def ValidateCopyright(Result, ErrTyp
[all...]
/vbox/src/VBox/Main/include/
H A DAutoCaller.h267 * @a aResult argument of the AutoInitSpan constructor (Result::Failed by
269 * to Result::Succeeded using #setSucceeded(), to to Result::Limited using
270 * #setLimited() or to Result::Failed using #setFailed(). Please don't
303 enum Result { Failed = 0x0, Succeeded = 0x1, Limited = 0x2 }; enum in class:AutoInitSpan
305 AutoInitSpan(VirtualBoxBase *aObj, Result aResult = Failed);
338 Result result() { return mResult; }
346 Result mResult : 3; // must be at least total number of bits + 1 (sign)
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/SetupBrowserDxe/
H A DExpression.c997 @param Result Evaluation result for this opcode.
1007 OUT EFI_HII_VALUE *Result
1044 Result->Type = EFI_IFR_TYPE_UNDEFINED;
1052 CopyMem (Result, &Value, sizeof (EFI_HII_VALUE));
1081 Result->Type = EFI_IFR_TYPE_UNDEFINED;
1085 Result->Type = EFI_IFR_TYPE_STRING;
1086 Result->Value.string = NewString (String, FormSet->HiiHandle);
1095 @param Result Evaluation result for this opcode.
1104 OUT EFI_HII_VALUE *Result
1118 Result
1821 CompareHiiValue( IN EFI_HII_VALUE *Value1, IN EFI_HII_VALUE *Value2, OUT INTN *Result, IN EFI_HII_HANDLE HiiHandle OPTIONAL ) argument
2200 INTN Result; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Core/
H A DIpiDb.py526 for Result in self.Cur:
527 if Result[0] not in DirList:
528 DirList.append(Result[0])
533 for Result in self.Cur:
534 if Result[0] not in DirList:
535 DirList.append(Result[0])
554 for Result in self.Cur:
555 Path = Result[0]
556 Md5Sum = Result[3]
570 for Result i
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/EhciPei/
H A DEhciSched.c318 Urb->Result = EFI_USB_NOERROR;
321 Urb->Result |= EFI_USB_ERR_SYSTEM;
336 Urb->Result |= EFI_USB_ERR_STALL;
340 Urb->Result |= EFI_USB_ERR_BABBLE;
344 Urb->Result |= EFI_USB_ERR_BUFFER;
348 Urb->Result |= EFI_USB_ERR_TIMEOUT;
358 Urb->Result |= EFI_USB_ERR_NOTEXECUTE;
445 } else if (Urb->Result != EFI_USB_NOERROR) {

Completed in 1089 milliseconds

123456