HomeSort by relevance Sort by last modified time
    Searched refs:NewRows (Results 1 - 6 of 6) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Library/BootManagerUiLib/
BootManager.c 108 UINT32 NewRows;
151 NewRows = mBmSetupTextModeRow;
159 NewRows = mBmBootTextModeRow;
194 if (CurrentColumn == NewColumns && CurrentRow == NewRows) {
207 if ((CurrentColumn == NewColumns) && (CurrentRow == NewRows)) {
266 Status = PcdSet32S (PcdConOutRow, NewRows);
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/
FrontPage.c     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Application/BootManagerMenuApp/
BootManagerMenu.c 703 UINT32 NewRows;
746 NewRows = mSetupTextModeRow;
754 NewRows = mBootTextModeRow;
789 if (CurrentColumn == NewColumns && CurrentRow == NewRows) {
802 if ((CurrentColumn == NewColumns) && (CurrentRow == NewRows)) {
861 Status = PcdSet32S (PcdConOutRow, NewRows);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Application/UiApp/
FrontPage.c 678 UINT32 NewRows;
721 NewRows = mSetupTextModeRow;
729 NewRows = mBootTextModeRow;
764 if (CurrentColumn == NewColumns && CurrentRow == NewRows) {
777 if ((CurrentColumn == NewColumns) && (CurrentRow == NewRows)) {
836 Status = PcdSet32S (PcdConOutRow, NewRows);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/BootMaintenanceManagerUiLib/
BootMaintenance.c 144 UINT32 NewRows;
187 NewRows = mBmmSetupTextModeRow;
195 NewRows = mBmmBootTextModeRow;
230 if (CurrentColumn == NewColumns && CurrentRow == NewRows) {
243 if ((CurrentColumn == NewColumns) && (CurrentRow == NewRows)) {
302 Status = PcdSet32S (PcdConOutRow, NewRows);
    [all...]
  /external/llvm/tools/dsymutil/
DwarfLinker.cpp     [all...]

Completed in 228 milliseconds