• Home
  • Raw
  • Download

Lines Matching refs:StorageWidth

1439   if (LengthStr > (UINTN) Question->StorageWidth * 2) {  in BufferToValue()
1440 Length = (UINTN) Question->StorageWidth * 2; in BufferToValue()
1502 UINTN StorageWidth; in GetQuestionValue() local
1531 if (Question->StorageWidth > Question->ValueExpression->Result.BufferLen) { in GetQuestionValue()
1535 …yMem (Question->HiiValue.Buffer, Question->ValueExpression->Result.Buffer, Question->StorageWidth); in GetQuestionValue()
1536 Question->HiiValue.BufferLen = Question->StorageWidth; in GetQuestionValue()
1558 if (Question->StorageWidth > Question->ReadExpression->Result.BufferLen) { in GetQuestionValue()
1562 …pyMem (Question->HiiValue.Buffer, Question->ReadExpression->Result.Buffer, Question->StorageWidth); in GetQuestionValue()
1563 Question->HiiValue.BufferLen = Question->StorageWidth; in GetQuestionValue()
1633 StorageWidth = Question->StorageWidth; in GetQuestionValue()
1645 &StorageWidth, in GetQuestionValue()
1681 CopyMem (Dst, Storage->EditBuffer + Question->VarStoreInfo.VarOffset, StorageWidth); in GetQuestionValue()
1686 CopyMem (Dst, Storage->Buffer + Question->VarStoreInfo.VarOffset, StorageWidth); in GetQuestionValue()
1775 CopyMem (Storage->EditBuffer + Question->VarStoreInfo.VarOffset, Dst, StorageWidth); in GetQuestionValue()
1814 UINTN StorageWidth; in SetQuestionValue() local
1912 StorageWidth = Question->StorageWidth; in SetQuestionValue()
1924 StorageWidth, in SetQuestionValue()
1953 CopyMem (Storage->EditBuffer + Question->VarStoreInfo.VarOffset, Src, StorageWidth); in SetQuestionValue()
1958 CopyMem (Storage->Buffer + Question->VarStoreInfo.VarOffset, Src, StorageWidth); in SetQuestionValue()
1978 BufferLen = StorageWidth * 2 + 1; in SetQuestionValue()
1984 TemBuffer = Src + StorageWidth - 1; in SetQuestionValue()
1986 for (Index = 0; Index < StorageWidth; Index ++, TemBuffer --) { in SetQuestionValue()
2010 Length += (StorageWidth * 2); in SetQuestionValue()
2043 TemBuffer = Src + StorageWidth - 1; in SetQuestionValue()
2045 for (Index = 0; Index < StorageWidth; Index ++, TemBuffer --) { in SetQuestionValue()
2076 CopyMem (Storage->Buffer + Question->VarStoreInfo.VarOffset, Src, StorageWidth); in SetQuestionValue()
4146 ASSERT (StrLen (NewString) * sizeof (CHAR16) <= Question->StorageWidth); in GetQuestionDefault()
4147 if (StrLen (NewString) * sizeof (CHAR16) <= Question->StorageWidth) { in GetQuestionDefault()
4148 ZeroMem (Question->BufferValue, Question->StorageWidth); in GetQuestionDefault()
4151 CopyMem (Question->BufferValue, NewString, Question->StorageWidth); in GetQuestionDefault()
4190 if (Question->StorageWidth > Default->ValueExpression->Result.BufferLen) { in GetQuestionDefault()
4194 …pyMem (Question->HiiValue.Buffer, Default->ValueExpression->Result.Buffer, Question->StorageWidth); in GetQuestionDefault()
4195 Question->HiiValue.BufferLen = Question->StorageWidth; in GetQuestionDefault()
4218 if (Question->StorageWidth > StrSize (StrValue)) { in GetQuestionDefault()
4219 ZeroMem (Question->BufferValue, Question->StorageWidth); in GetQuestionDefault()
4222 CopyMem (Question->BufferValue, StrValue, Question->StorageWidth); in GetQuestionDefault()
4862 BufferWidth = Question->StorageWidth; in IsQuestionValueChanged()
4886 BufferWidth = Question->StorageWidth; in IsQuestionValueChanged()