HomeSort by relevance Sort by last modified time
    Searched defs:ReturnValue (Results 1 - 25 of 63) sorted by null

1 2 3

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/
EfiCompareMem.c 52 INTN ReturnValue;
69 ReturnValue = (INTN)(*(INT8 *)MemOne - *(INT8 *)MemTwo);
70 if (ReturnValue != 0) {
71 return ReturnValue;
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Drivers/SP805WatchdogDxe/
SP805Watchdog.c 261 UINT64 ReturnValue;
270 ReturnValue = 0;
275 ReturnValue = MultU64x32( MmioRead32(SP805_WDOG_LOAD_REG), 600 );
278 *TimerPeriod = ReturnValue;
  /device/linaro/bootloader/edk2/BaseTools/Source/C/PyUtility/
PyUtility.c 35 PyObject *ReturnValue = Py_False;
87 ReturnValue = Py_True;
91 return ReturnValue;
  /external/python/cpython3/Lib/test/test_importlib/import_/
test_fromlist.py 6 class ReturnValue:
34 ) = util.test_both(ReturnValue, __import__=util.__import__)
  /external/syslinux/gnu-efi/gnu-efi-3.0/lib/ia64/
salpal.c 281 rArg ReturnValue;
283 ReturnValue.p0 = -3; // SAL status return completed with error
285 ReturnValue = GlobalSalProc(Arg1, Arg2, Arg3, Arg4, Arg5, Arg6, Arg7, Arg8);
289 CopyMem (Results, &ReturnValue, sizeof(rArg));
303 rArg ReturnValue;
305 ReturnValue.p0 = -3; // PAL status return completed with error
313 CopyMem (Results, &ReturnValue, sizeof(rArg));
324 ReturnValue = MakeStackedPALCall((UINT64)GlobalPalProc,Arg1,Arg2,Arg3,Arg4);
327 ReturnValue = MakeStaticPALCall((UINT64)GlobalPalProc,Arg1,Arg2,Arg3,Arg4);
331 CopyMem (Results, &ReturnValue, sizeof(rArg))
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenCRC32Section/
GenCRC32Section.c 231 INT32 ReturnValue;
257 ReturnValue = ReadFilesContentsIntoBuffer (
265 if (ReturnValue == -1) {
270 Index += ReturnValue;
305 ReturnValue = -1;
307 ReturnValue = 0;
312 return ReturnValue;
  /external/v8/src/
api-experimental.cc 100 void FastAccessorBuilder::ReturnValue(ValueId value) {
101 FromApi(this)->ReturnValue(value);
fast-accessor-assembler.cc 117 void FastAccessorAssembler::ReturnValue(ValueId value_id) {
  /device/linaro/bootloader/edk2/ArmVirtPkg/Library/BaseCachingPciExpressLib/
PciExpressLib.c     [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/
DevicePath.c 58 EFI_DEVICE_PATH_PROTOCOL *ReturnValue;
89 ReturnValue = EfiDuplicateDevicePath (*DevicePath);
102 return ReturnValue;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/UefiEfiIfrSupportLib/
UefiIfrString.c 224 CHAR8 *ReturnValue;
230 ReturnValue = EfiLibAllocateZeroPool (EfiAsciiStrSize (SupportedLanguages));
231 if (ReturnValue == NULL) {
232 return ReturnValue;
235 Languages = ReturnValue;
247 return ReturnValue;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BasePciCf8Lib/
PciLib.c     [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BasePciExpressLib/
PciLib.c     [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/UefiDevicePathLib/
UefiDevicePathLib.c 324 EFI_DEVICE_PATH_PROTOCOL *ReturnValue;
352 ReturnValue = DuplicateDevicePath (*DevicePath);
365 return ReturnValue;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/RuntimeDxe/EfiRuntimeLib/
RtDevicePath.c 155 EFI_DEVICE_PATH_PROTOCOL *ReturnValue;
186 ReturnValue = RtEfiDuplicateDevicePath (*DevicePath);
199 return ReturnValue;
  /device/linaro/bootloader/edk2/EmbeddedPkg/SimpleTextInOutSerial/
SimpleTextInOut.c 465 CHAR8 *ReturnValue;
482 ReturnValue = Destination;
508 ASSERT (AsciiStrSize (ReturnValue) != 0);
510 return ReturnValue;
  /device/linaro/bootloader/edk2/MdePkg/Library/BasePciExpressLib/
PciExpressLib.c     [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/BasePciSegmentLibPci/
PciSegmentLib.c     [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/DxePciSegmentLibEsal/
PciLib.c     [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/SmmPciExpressLib/
PciExpressLib.c     [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLib/
DevicePathUtilities.c 669 EFI_DEVICE_PATH_PROTOCOL *ReturnValue;
701 ReturnValue = DuplicateDevicePath (*DevicePath);
714 return ReturnValue;
  /device/linaro/bootloader/edk2/Nt32Pkg/SnpNt32Dxe/
SnpNt32.c 697 INT32 ReturnValue;
707 ReturnValue = GlobalData->NtNetUtilityTable.SetReceiveFilter (
716 if (ReturnValue <= 0) {
    [all...]
  /external/llvm/lib/ExecutionEngine/IntelJITEvents/
jitprofiling.c 116 int ReturnValue;
238 ReturnValue = (int)FUNC_NotifyEvent(event_type, EventSpecificData);
240 return ReturnValue;
  /external/v8/src/third_party/vtune/
jitprofiling.cc 153 int ReturnValue;
266 ReturnValue = (int)FUNC_NotifyEvent(event_type, EventSpecificData);
268 return ReturnValue;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/
String.c 55 CHAR16 *ReturnValue;
69 ReturnValue = Destination;
74 return ReturnValue;
116 CHAR16 *ReturnValue;
135 ReturnValue = Destination;
143 return ReturnValue;
    [all...]

Completed in 883 milliseconds

1 2 3