Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/
H A Drfb.c987 int xcells, ycells; in rfb_send_screen() local
1052 xcells = howmany(gci->width, RFB_PIX_PER_CELL); in rfb_send_screen()
1061 ncrc = c->rc_crc_tmp - xcells; in rfb_send_screen()
1062 ocrc = c->rc_crc - xcells; in rfb_send_screen()
1067 ncrc += xcells; in rfb_send_screen()
1068 ocrc += xcells; in rfb_send_screen()
1071 for (x = 0; x < xcells; x++) { in rfb_send_screen()
1074 if (x == xcells - 1 && rem_x > 0) in rfb_send_screen()
1103 perc = (changes * 100) / (xcells * ycells); in rfb_send_screen()
1140 for (x = 0; x < xcells; x++) { in rfb_send_screen()
[all …]