Lines Matching refs:StorageWidth

716                Question->StorageWidth  in InitializeRequestElement()
1954 CurrentStatement->StorageWidth = (UINT16) sizeof (EFI_HII_REF); in ParseOpCodes()
1971 CurrentStatement->StorageWidth = (UINT16) sizeof (UINT8); in ParseOpCodes()
1979 CurrentStatement->StorageWidth = (UINT16) sizeof (UINT16); in ParseOpCodes()
1987 CurrentStatement->StorageWidth = (UINT16) sizeof (UINT32); in ParseOpCodes()
1995 CurrentStatement->StorageWidth = (UINT16) sizeof (UINT64); in ParseOpCodes()
2030 CurrentStatement->StorageWidth = (UINT16) sizeof (BOOLEAN); in ParseOpCodes()
2047 … CurrentStatement->StorageWidth = (UINT16)((UINTN) CurrentStatement->Maximum * sizeof (CHAR16)); in ParseOpCodes()
2051 …CurrentStatement->BufferValue = AllocateZeroPool (CurrentStatement->StorageWidth + sizeof (CHAR16)… in ParseOpCodes()
2067 … CurrentStatement->StorageWidth = (UINT16)((UINTN) CurrentStatement->Maximum * sizeof (CHAR16)); in ParseOpCodes()
2070 …CurrentStatement->BufferValue = AllocateZeroPool ((CurrentStatement->StorageWidth + sizeof (CHAR16… in ParseOpCodes()
2084 CurrentStatement->StorageWidth = (UINT16) sizeof (EFI_HII_DATE); in ParseOpCodes()
2092 CurrentStatement->StorageWidth = 0; in ParseOpCodes()
2104 CurrentStatement->StorageWidth = (UINT16) sizeof (EFI_HII_TIME); in ParseOpCodes()
2112 CurrentStatement->StorageWidth = 0; in ParseOpCodes()
2242 ParentStatement->StorageWidth = (UINT16) (ParentStatement->MaxContainers * Width); in ParseOpCodes()
2243 ParentStatement->BufferValue = AllocateZeroPool (ParentStatement->StorageWidth); in ParseOpCodes()
2247 ParentStatement->HiiValue.BufferLen = ParentStatement->StorageWidth; in ParseOpCodes()