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

/freebsd-12-stable/usr.sbin/bhyve/
H A Drfb.c491 int rem_x, rem_y; /* remainder for resolutions not x32 pixels ratio */ local
531 rem_y = h & PIXCELL_MASK;
532 if (!rem_y)
533 rem_y = PIX_PER_CELL;
609 y + PIX_PER_CELL >= h ? rem_y : PIX_PER_CELL);

Completed in 107 milliseconds