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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Console/ConSplitterDxe/
H A DConSplitter.c2232 @param MapStepSize Mode step size for one console device
2242 IN UINTN MapStepSize,
2261 CurrentMapEntry = &TextOutModeMap[MapStepSize * 2];
2282 CopyMem (NextMapEntry, CurrentMapEntry, MapStepSize * sizeof (INT32));
2285 NextMapEntry += MapStepSize;
2288 CurrentMapEntry += MapStepSize;
2239 ConSplitterGetIntersection( IN INT32 *TextOutModeMap, IN INT32 *NewlyAddedMap, IN UINTN MapStepSize, IN UINTN NewMapStepSize, IN OUT INT32 *MaxMode, IN OUT INT32 *CurrentMode ) argument

Completed in 40 milliseconds