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

/systemd/src/boot/efi/
H A Dboot.c467 UINTN visible_max; local
513 visible_max = y_max - 2;
515 if ((UINTN)config->idx_default >= visible_max)
520 idx_last = idx_first + visible_max-1;
539 if (config->entry_count < visible_max)
540 y_start = ((visible_max - config->entry_count) / 2) + 1;
693 if (idx_highlight > visible_max)
694 idx_highlight -= visible_max;
700 idx_highlight += visible_max;
809 idx_first = 1 + idx_highlight - visible_max;
[all...]

Completed in 260 milliseconds