OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Value64
(Results
1 - 5
of
5
) sorted by null
/device/linaro/bootloader/edk2/ArmPkg/Library/BaseMemoryLibStm/AArch64/
SetMem.c
44
UINT64
Value64
;
49
Value64
= (((UINT64)Value32) << 32) | Value32;
53
*(Pointer64++) =
Value64
;
/device/linaro/bootloader/edk2/NetworkPkg/Application/IpsecConfig/
Indexer.c
35
UINT64
Value64
;
52
Value64
= StrToUInteger (ValueStr, &Status);
54
Indexer->Index = (UINTN)
Value64
;
80
UINT64
Value64
;
97
Value64
= StrToUInteger (ValueStr, &Status);
99
Indexer->Index = (UINTN)
Value64
;
178
UINT64
Value64
;
195
Value64
= StrToUInteger (ValueStr, &Status);
198
Indexer->Index = (UINTN)
Value64
;
Helper.c
48
UINT64
Value64
;
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/
GenFvImageLib.c
150
UINT64
Value64
;
168
Status = AsciiStringToUint64 (Value, FALSE, &
Value64
);
174
FvInfo->BaseAddress =
Value64
;
972
Value64
= (UINT64) -1;
977
Status = AsciiStringToUint64 (Value, FALSE, &
Value64
);
[
all
...]
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenFv/
GenFvInternalLib.c
192
UINT64
Value64
;
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
;
[
all
...]
Completed in 107 milliseconds