Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/common/
H A Drfb.c989 uint32_t *p, *ncrc, *ocrc; in rfb_send_screen() local
1061 ncrc = c->rc_crc_tmp - xcells; in rfb_send_screen()
1067 ncrc += xcells; in rfb_send_screen()
1080 ncrc[x] = fast_crc32(p, in rfb_send_screen()
1081 cellwidth * sizeof (uint32_t), ncrc[x]); in rfb_send_screen()
1083 ncrc[x] = (uint32_t)crc32(ncrc[x], in rfb_send_screen()
1092 if (ocrc[x] != ncrc[x]) { in rfb_send_screen()
1093 ocrc[x] = ncrc[x]; in rfb_send_screen()
1094 ncrc[x] = 1; in rfb_send_screen()
1097 ncrc[x] = 0; in rfb_send_screen()
[all …]