Searched refs:idx_last (Results 1 - 1 of 1) sorted by relevance

/systemd/src/boot/efi/
H A Dboot.c471 UINTN idx_last; local
520 idx_last = idx_first + visible_max-1;
572 if (i < idx_first || i > idx_last)
807 if (idx_highlight > idx_last) {
808 idx_last = idx_highlight;
813 idx_last = idx_highlight + visible_max-1;

Completed in 1474 milliseconds