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

1 2 3 4 5

  /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;
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
Antlr.Runtime.Tools.Tests.pas 155 ReturnValue: string;
157 ReturnValue := FIANTLRString.GetValue;
158 CheckEquals(ReturnValue,'foo');
183 ReturnValue: string;
185 ReturnValue := FANTLRString.ToString;
186 CheckEquals(ReturnValue,'foo');
205 ReturnValue: IANTLRInterface;
207 ReturnValue := FICloneable.Clone;
208 Check(Supports(ReturnValue, IFoo));
209 CheckEquals((ReturnValue as IFoo).Value,(FICloneable as IFoo).Value)
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/PyUtility/
PyUtility.c 35 PyObject *ReturnValue = Py_False;
87 ReturnValue = Py_True;
91 return ReturnValue;
  /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...]
  /external/clang/lib/CodeGen/
CGCUDARuntime.h 52 ReturnValueSlot ReturnValue);
CGCUDARuntime.cpp 29 ReturnValueSlot ReturnValue) {
48 CGF.EmitCall(E->getCallee()->getType(), Callee, E, ReturnValue, TargetDecl);
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/
String.c 51 CHAR16 *ReturnValue;
65 ReturnValue = Destination;
70 return ReturnValue;
113 CHAR16 *ReturnValue;
135 ReturnValue = Destination;
143 return ReturnValue;
    [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;
  /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;
  /external/v8/include/
v8-experimental.h 39 void ReturnValue(ValueId value_id);
  /external/llvm/lib/Support/
Compression.cpp 37 static zlib::Status encodeZlibReturnValue(int ReturnValue) {
38 switch (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/Nt32Pkg/SnpNt32Dxe/
SnpNt32.c 697 INT32 ReturnValue;
707 ReturnValue = GlobalData->NtNetUtilityTable.SetReceiveFilter (
716 if (ReturnValue <= 0) {
    [all...]
  /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...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Split/
Split.c 103 OUT UINT64 *ReturnValue
117 Status = AsciiStringToUint64 (SplitValueString, FALSE, ReturnValue);
123 Status = AsciiStringToUint64 (SplitValueString, TRUE, ReturnValue);
149 *ReturnValue = number*base;
158 OUT UINT64 *ReturnValue
166 ++(*ReturnValue);
  /external/v8/src/
api-experimental.cc 100 void FastAccessorBuilder::ReturnValue(ValueId value) {
101 FromApi(this)->ReturnValue(value);
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
ParseInf.h 147 OUT UINT64 *ReturnValue
164 ReturnValue The return value.
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
GuidSection.py 181 ReturnValue = [1]
184 GenFdsGlobalVariable.GuidTool(TempFile, [DummyFile], ExternalTool, '-z' + ' ' + CmdOption, ReturnValue)
187 # when no call or first call failed, ReturnValue are not 1.
190 if ReturnValue[0] != 0:
192 ReturnValue[0] = 0
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/
ParseInf.h 191 OUT UINT64 *ReturnValue
207 ReturnValue The return value.
  /device/linaro/bootloader/edk2/ArmVirtPkg/Library/BaseCachingPciExpressLib/
PciExpressLib.c     [all...]
  /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/MdePkg/Library/BasePciExpressLib/
PciExpressLib.c     [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/BasePciSegmentLibPci/
PciSegmentLib.c     [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/DxePciLibEsal/
PciLib.c     [all...]

Completed in 768 milliseconds

1 2 3 4 5