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

/freebsd-13-stable/stand/efi/loader/
H A Dframebuffer.c705 UINT32 best_mode, currdim, maxdim, mode; local
717 currdim = width * height;
718 if (currdim > maxdim) {
722 maxdim = currdim;

Completed in 41 milliseconds