Searched defs:Value64 (Results 1 - 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/ArmPkg/Library/BaseMemoryLibStm/AArch64/
H A DSetMem.c44 UINT64 Value64; local
49 Value64 = (((UINT64)Value32) << 32) | Value32;
53 *(Pointer64++) = Value64;
/device/linaro/bootloader/edk2/NetworkPkg/Application/IpsecConfig/
H A DIndexer.c35 UINT64 Value64; local
52 Value64 = StrToUInteger (ValueStr, &Status);
54 Indexer->Index = (UINTN) Value64;
80 UINT64 Value64; local
97 Value64 = StrToUInteger (ValueStr, &Status);
99 Indexer->Index = (UINTN) Value64;
178 UINT64 Value64; local
195 Value64 = StrToUInteger (ValueStr, &Status);
198 Indexer->Index = (UINTN) Value64;
H A DHelper.c48 UINT64 Value64; local
56 Value64 = 0;
66 Value64 = StrToUInteger (ValueStr, &Status);
71 if (Value64 > Maximum) {
97 Value64 = MapStringToInteger (ValueStr, Map);
98 if (Value64 == (UINT32) -1) {
122 CopyMem (ValuePtr, &Value64, ByteCount);
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenFvImage/
H A DGenFvImageLib.c150 UINT64 Value64; local
168 Status = AsciiStringToUint64 (Value, FALSE, &Value64);
174 FvInfo->BaseAddress = Value64;
972 Value64 = (UINT64) -1;
977 Status = AsciiStringToUint64 (Value, FALSE, &Value64);
984 FvInfo->FvBlocks[Index].NumBlocks = (UINT32) Value64;
1010 Status = AsciiStringToUint64 (Value, FALSE, &Value64);
1016 FvInfo->FvBlocks[Index].BlockLength = (UINT32) Value64;
1058 Status = AsciiStringToUint64 (Value, FALSE, &Value64);
1064 FvInfo->FvComponents[Index].Size = (UINTN) Value64;
[all...]
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenFv/
H A DGenFvInternalLib.c192 UINT64 Value64; local
207 Status = AsciiStringToUint64 (Value, FALSE, &Value64);
214 FvInfo->BaseAddress = Value64;
312 Status = AsciiStringToUint64 (Value, FALSE, &Value64);
318 FvInfo->FvBlocks[Index].Length = (UINT32) Value64;
346 Status = AsciiStringToUint64 (Value, FALSE, &Value64);
352 FvInfo->FvBlocks[Index].NumBlocks = (UINT32) Value64;
3723 UINT64 Value64; local
3754 Status = AsciiStringToUint64 (Value, FALSE, &Value64);
3759 CapInfo->HeaderSize = (UINT32) Value64;
[all...]

Completed in 253 milliseconds