Home
last modified time | relevance | path

Searched refs:xcells (Results 1 – 1 of 1) sorted by relevance

/src/usr.sbin/bhyve/
H A Drfb.c697 int xcells, ycells; in rfb_send_screen() local
761 xcells = howmany(rc->crc_width, PIX_PER_CELL); in rfb_send_screen()
778 crc_p = rc->crc_tmp - xcells; in rfb_send_screen()
779 orig_crc = rc->crc - xcells; in rfb_send_screen()
781 memset(rc->crc_tmp, 0, sizeof(uint32_t) * xcells * ycells); in rfb_send_screen()
784 crc_p += xcells; in rfb_send_screen()
785 orig_crc += xcells; in rfb_send_screen()
788 for (x = 0; x < xcells; x++) { in rfb_send_screen()
789 if (x == (xcells - 1) && rem_x > 0) in rfb_send_screen()
829 if (((changes * 100) / (xcells * ycells)) >= RFB_SEND_ALL_THRESH) { in rfb_send_screen()
[all …]