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/BootManagerLib/
BootManager.c 107 UINT32 NewRows;
150 NewRows = mBmSetupTextModeRow;
158 NewRows = mBmBootTextModeRow;
193 if (CurrentColumn == NewColumns && CurrentRow == NewRows) {
206 if ((CurrentColumn == NewColumns) && (CurrentRow == NewRows)) {
265 Status = PcdSet32S (PcdConOutRow, NewRows);
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/
FrontPage.c     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Application/BootManagerMenuApp/
BootManagerMenu.c 705 UINT32 NewRows;
748 NewRows = mSetupTextModeRow;
756 NewRows = mBootTextModeRow;
791 if (CurrentColumn == NewColumns && CurrentRow == NewRows) {
804 if ((CurrentColumn == NewColumns) && (CurrentRow == NewRows)) {
863 Status = PcdSet32S (PcdConOutRow, NewRows);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Application/UiApp/
FrontPage.c 985 UINT32 NewRows;
1028 NewRows = mSetupTextModeRow;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/BootMaintenanceManagerLib/
BootMaintenance.c 132 UINT32 NewRows;
175 NewRows = mBmmSetupTextModeRow;
183 NewRows = mBmmBootTextModeRow;
218 if (CurrentColumn == NewColumns && CurrentRow == NewRows) {
231 if ((CurrentColumn == NewColumns) && (CurrentRow == NewRows)) {
290 Status = PcdSet32S (PcdConOutRow, NewRows);
    [all...]
  /external/llvm/tools/dsymutil/
DwarfLinker.cpp     [all...]

Completed in 257 milliseconds