Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/SetupBrowserDxe/
DSetup.c4520 UINTN BufferWidth; in IsQuestionValueChanged() local
4535 BufferWidth = Question->StorageWidth; in IsQuestionValueChanged()
4536 BackUpBuffer = AllocateCopyPool (BufferWidth, Question->BufferValue); in IsQuestionValueChanged()
4542 BufferWidth = (UINTN) Question->Maximum * sizeof (CHAR16); in IsQuestionValueChanged()
4543 BackUpBuffer = AllocateCopyPool (BufferWidth, Question->BufferValue); in IsQuestionValueChanged()
4548 BufferWidth = 0; in IsQuestionValueChanged()
4559 BufferWidth = Question->StorageWidth; in IsQuestionValueChanged()
4560 BackUpBuffer2 = AllocateCopyPool (BufferWidth, Question->BufferValue); in IsQuestionValueChanged()
4566 BufferWidth = (UINTN) Question->Maximum * sizeof (CHAR16); in IsQuestionValueChanged()
4567 BackUpBuffer2 = AllocateCopyPool (BufferWidth, Question->BufferValue); in IsQuestionValueChanged()
[all …]