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

/vbox/src/VBox/Devices/EFI/Firmware/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);
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenFv/
H A DGenFvInternalLib.c189 UINT64 Value64; local
204 Status = AsciiStringToUint64 (Value, FALSE, &Value64);
211 FvInfo->BaseAddress = Value64;
296 Status = AsciiStringToUint64 (Value, FALSE, &Value64);
302 FvInfo->FvBlocks[Index].Length = (UINT32) Value64;
330 Status = AsciiStringToUint64 (Value, FALSE, &Value64);
336 FvInfo->FvBlocks[Index].NumBlocks = (UINT32) Value64;
3455 UINT64 Value64; local
3486 Status = AsciiStringToUint64 (Value, FALSE, &Value64);
3491 CapInfo->HeaderSize = (UINT32) Value64;
[all...]

Completed in 83 milliseconds