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

/freebsd-13-stable/stand/efi/loader/
H A Dframebuffer.c745 UINTN i, max_dim, best_mode, cols, rows; local
748 max_dim = best_mode = 0;
753 if (cols * rows > max_dim) {
754 max_dim = cols * rows;
758 if (max_dim > 0)

Completed in 64 milliseconds