• Home
  • Raw
  • Download

Lines Matching refs:StorageWidth

716                Question->StorageWidth  in InitializeRequestElement()
1971 CurrentStatement->StorageWidth = (UINT16) sizeof (EFI_HII_REF); in ParseOpCodes()
1988 CurrentStatement->StorageWidth = (UINT16) sizeof (UINT8); in ParseOpCodes()
1996 CurrentStatement->StorageWidth = (UINT16) sizeof (UINT16); in ParseOpCodes()
2004 CurrentStatement->StorageWidth = (UINT16) sizeof (UINT32); in ParseOpCodes()
2012 CurrentStatement->StorageWidth = (UINT16) sizeof (UINT64); in ParseOpCodes()
2047 CurrentStatement->StorageWidth = (UINT16) sizeof (BOOLEAN); in ParseOpCodes()
2064 … CurrentStatement->StorageWidth = (UINT16)((UINTN) CurrentStatement->Maximum * sizeof (CHAR16)); in ParseOpCodes()
2068 …CurrentStatement->BufferValue = AllocateZeroPool (CurrentStatement->StorageWidth + sizeof (CHAR16)… in ParseOpCodes()
2084 … CurrentStatement->StorageWidth = (UINT16)((UINTN) CurrentStatement->Maximum * sizeof (CHAR16)); in ParseOpCodes()
2087 …CurrentStatement->BufferValue = AllocateZeroPool ((CurrentStatement->StorageWidth + sizeof (CHAR16… in ParseOpCodes()
2101 CurrentStatement->StorageWidth = (UINT16) sizeof (EFI_HII_DATE); in ParseOpCodes()
2109 CurrentStatement->StorageWidth = 0; in ParseOpCodes()
2121 CurrentStatement->StorageWidth = (UINT16) sizeof (EFI_HII_TIME); in ParseOpCodes()
2129 CurrentStatement->StorageWidth = 0; in ParseOpCodes()
2259 ParentStatement->StorageWidth = (UINT16) (ParentStatement->MaxContainers * Width); in ParseOpCodes()
2260 ParentStatement->BufferValue = AllocateZeroPool (ParentStatement->StorageWidth); in ParseOpCodes()
2264 ParentStatement->HiiValue.BufferLen = ParentStatement->StorageWidth; in ParseOpCodes()