Lines Matching refs:ncrc
989 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()
1134 ncrc = c->rc_crc_tmp; in rfb_send_screen()
1143 if (*ncrc++ == 0) in rfb_send_screen()