Searched refs:NewLength (Results 1 – 4 of 4) sorted by relevance
481 UINT8 NewLength; in MergeHiiQuestion() local512 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 …]
116 UINT8 NewLength, in SmbiosEnlargeStructureBuffer() argument143 NewRecord->Length = NewLength; in SmbiosEnlargeStructureBuffer()
263 UINT8 NewLength,
290 UINT64 NewLength = Length; in width8IsAll() local291 while (NewLength --) in width8IsAll()