Home
last modified time | relevance | path

Searched refs:Value64 (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/NetworkPkg/Application/IpsecConfig/
DIndexer.c35 UINT64 Value64; in ConstructSpdIndexer() local
54 Value64 = StrToUInteger (ValueStr, &Status); in ConstructSpdIndexer()
56 Indexer->Index = (UINTN) Value64; in ConstructSpdIndexer()
82 UINT64 Value64; in ConstructSadIndexer() local
101 Value64 = StrToUInteger (ValueStr, &Status); in ConstructSadIndexer()
103 Indexer->Index = (UINTN) Value64; in ConstructSadIndexer()
182 UINT64 Value64; in ConstructPadIndexer() local
201 Value64 = StrToUInteger (ValueStr, &Status); in ConstructPadIndexer()
204 Indexer->Index = (UINTN) Value64; in ConstructPadIndexer()
DHelper.c48 UINT64 Value64; in GetNumber() local
56 Value64 = 0; in GetNumber()
66 Value64 = StrToUInteger (ValueStr, &Status); in GetNumber()
71 if (Value64 > Maximum) { in GetNumber()
97 Value64 = MapStringToInteger (ValueStr, Map); in GetNumber()
98 if (Value64 == (UINT32) -1) { in GetNumber()
122 CopyMem (ValuePtr, &Value64, ByteCount); in GetNumber()
/device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLib/
DSetMem.c53 UINT64 Value64; in InternalMemSetMem() local
58 Value64 = LShiftU64 (Value32, 32) | Value32; in InternalMemSetMem()
62 *(Pointer64++) = Value64; in InternalMemSetMem()
/device/linaro/bootloader/edk2/SecurityPkg/Library/TcgStorageCoreLib/
DTcgStorageCore.c1270 UINT64 Value64; in TcgGetNextUINT8() local
1276 ERROR_CHECK(TcgGetTokenUINT64(&Tok, &Value64)); in TcgGetNextUINT8()
1278 if (Value64 > MAX_UINT8) { in TcgGetNextUINT8()
1282 *Value = (UINT8)Value64; in TcgGetNextUINT8()
1303 UINT64 Value64; in TcgGetNextUINT16() local
1309 ERROR_CHECK(TcgGetTokenUINT64(&Tok, &Value64)); in TcgGetNextUINT16()
1311 if (Value64 > MAX_UINT16) { in TcgGetNextUINT16()
1315 *Value = (UINT16)Value64; in TcgGetNextUINT16()
1336 UINT64 Value64; in TcgGetNextUINT32() local
1342 ERROR_CHECK(TcgGetTokenUINT64(&Tok, &Value64)); in TcgGetNextUINT32()
[all …]
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenFv/
DGenFvInternalLib.c196 UINT64 Value64; in ParseFvInf() local
211 Status = AsciiStringToUint64 (Value, FALSE, &Value64); in ParseFvInf()
218 FvInfo->BaseAddress = Value64; in ParseFvInf()
316 Status = AsciiStringToUint64 (Value, FALSE, &Value64); in ParseFvInf()
322 FvInfo->FvBlocks[Index].Length = (UINT32) Value64; in ParseFvInf()
350 Status = AsciiStringToUint64 (Value, FALSE, &Value64); in ParseFvInf()
356 FvInfo->FvBlocks[Index].NumBlocks = (UINT32) Value64; in ParseFvInf()
4001 UINT64 Value64; in ParseCapInf() local
4032 Status = AsciiStringToUint64 (Value, FALSE, &Value64); in ParseCapInf()
4037 CapInfo->HeaderSize = (UINT32) Value64; in ParseCapInf()
[all …]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenFvImage/
DGenFvImageLib.c150 UINT64 Value64; in ParseFvInf() local
168 Status = AsciiStringToUint64 (Value, FALSE, &Value64); in ParseFvInf()
174 FvInfo->BaseAddress = Value64; in ParseFvInf()
972 Value64 = (UINT64) -1; in ParseFvInf()
977 Status = AsciiStringToUint64 (Value, FALSE, &Value64); in ParseFvInf()
984 FvInfo->FvBlocks[Index].NumBlocks = (UINT32) Value64; in ParseFvInf()
1010 Status = AsciiStringToUint64 (Value, FALSE, &Value64); in ParseFvInf()
1016 FvInfo->FvBlocks[Index].BlockLength = (UINT32) Value64; in ParseFvInf()
1058 Status = AsciiStringToUint64 (Value, FALSE, &Value64); in ParseFvInf()
1064 FvInfo->FvComponents[Index].Size = (UINTN) Value64; in ParseFvInf()