Searched defs:RowInfoSize (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/HiiDatabaseDxe/
H A DFont.c1602 UINTN RowInfoSize; local
2168 RowInfoSize = RowIndex * sizeof (EFI_HII_ROW_INFO);
2170 if (RowInfoSize > 0) {
2171 *RowInfoArray = AllocateZeroPool (RowInfoSize);
2176 CopyMem (*RowInfoArray, RowInfo, RowInfoSize);

Completed in 38 milliseconds