Searched defs:Result (Results 1 - 25 of 65) sorted by relevance

123

/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;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Pei/Dependency/
H A DDependency.h28 BOOLEAN Result; member in struct:__anon10957
/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/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/Runtime/testcase/
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/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...]
H A DUsbDxeLib.c621 EFI_STATUS Result; local
633 Result = UsbIo->UsbGetInterfaceDescriptor (
637 if (EFI_ERROR (Result)) {
638 return Result;
642 Result = UsbIo->UsbGetEndpointDescriptor (
647 if (EFI_ERROR (Result)) {
663 Result = UsbClearFeature (
671 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/CryptoPkg/Library/BaseCryptLib/Pk/
H A DCryptX509.c251 int Result; local
276 Result = i2d_X509_bio (CertBio, X509Cert);
277 if (Result == 0) {
291 Result = BIO_read (CertBio, Buffer, Length);
292 if (Result != Length) {
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/UhciDxe/
H A DUhciSched.h35 // Result is the final result of the QH's QTD. NextToggle
40 UINT32 Result; member in struct:__anon10841
H A DUhciSched.c441 QhResult->Result = EFI_USB_NOERROR;
465 QhResult->Result |= EFI_USB_ERR_BABBLE;
468 QhResult->Result |= EFI_USB_ERR_STALL;
472 QhResult->Result |= EFI_USB_ERR_CRC;
476 QhResult->Result |= EFI_USB_ERR_BUFFER;
480 QhResult->Result |= EFI_USB_ERR_BITSTUFF;
484 QhResult->Result |= EFI_USB_ERR_TIMEOUT;
494 QhResult->Result |= EFI_USB_ERR_NOTEXECUTE;
538 QhResult->Result |= EFI_USB_ERR_SYSTEM;
615 } else if (QhResult->Result !
637 UhciUpdateAsyncReq( IN USB_HC_DEV *Uhc, IN UHCI_ASYNC_REQUEST *AsyncReq, IN UINT32 Result, IN UINT32 NextToggle ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseSynchronizationLib/
H A DSynchronizationGcc.c193 VOID *Result; local
201 Result = InterlockedCompareExchangePointer (
208 return (BOOLEAN) (Result == (VOID*) SPIN_LOCK_RELEASED);
H A DSynchronizationMsc.c195 VOID *Result; local
203 Result = InterlockedCompareExchangePointer (
210 return (BOOLEAN) (Result == (VOID*) SPIN_LOCK_RELEASED);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ddk/
H A Dcompstui.h63 DWORD Result; member in struct:_PROPSHEETUI_INFO
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ddk/
H A Dcompstui.h63 DWORD Result; member in struct:_PROPSHEETUI_INFO
/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...]
H A DUsbMassCbi.c357 command execution result in Result.
362 @param Result The result of the command execution.
365 retrieved in Result.
373 OUT USB_CBI_STATUS *Result
396 Result,
446 USB_CBI_STATUS Result; local
479 Status = UsbCbiGetStatus (UsbCbi, Timeout, &Result);
492 if (Result.Type != 0 && *(UINT8*)Cmd != 0x03) {
499 switch (Result.Value & 0x03) {
557 USB_CBI_STATUS Result; local
[all...]
/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/NetworkPkg/IScsiDxe/
H A DIScsiCHAP.c169 UINTN Result; local
207 Result = IScsiNetNtoi (Value);
208 if (Result > 0xFFFF) {
212 Session->TargetPortalGroupTag = (UINT16) Result;
271 Result = IScsiNetNtoi (Identifier);
272 if (Result > 0xFF) {
276 AuthData->InIdentifier = (UINT32) 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/ShellPkg/Library/UefiShellLevel2CommandsLib/
H A DMv.c47 INTN Result; local
101 Result = StringNoCaseCompare(&FullName, &DestPath);
104 if (Result != 0) {
/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/Bus/Usb/UsbBusDxe/
H A DUsbDesc.c432 UINT32 Result; local
455 &Result

Completed in 98 milliseconds

123