Home
last modified time | relevance | path

Searched refs:NewLength (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Library/VarCheckHiiLib/
DVarCheckHiiGen.c481 UINT8 NewLength; in MergeHiiQuestion() local
512 NewLength = HiiQuestion1->Length; in MergeHiiQuestion()
538 NewLength = (UINT8) (NewLength + HiiQuestion1->StorageWidth); in MergeHiiQuestion()
543 if (NewLength > HiiQuestion1->Length) { in MergeHiiQuestion()
547 NewHiiQuestion = InternalVarCheckAllocateZeroPool (NewLength); in MergeHiiQuestion()
553 NewHiiQuestion->Length = NewLength; in MergeHiiQuestion()
637 NewLength = HiiQuestion1->Length; in MergeHiiQuestion()
663 NewLength = (UINT8) (NewLength + HiiQuestion1->StorageWidth); in MergeHiiQuestion()
668 if (NewLength > HiiQuestion1->Length) { in MergeHiiQuestion()
672 NewHiiQuestion = InternalVarCheckAllocateZeroPool (NewLength); in MergeHiiQuestion()
[all …]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/PiSmbiosRecordOnDataHubSmbiosRecordThunk/
DConvLib.c116 UINT8 NewLength, in SmbiosEnlargeStructureBuffer() argument
143 NewRecord->Length = NewLength; in SmbiosEnlargeStructureBuffer()
DThunk.h263 UINT8 NewLength,
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/NorFlashDxe/
DNorFlashHw.c290 UINT64 NewLength = Length; in width8IsAll() local
291 while (NewLength --) in width8IsAll()