Home
last modified time | relevance | path

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

/external/qemu/
Dvnc.c712 uint32_t width_mask[VNC_DIRTY_WORDS]; in vnc_update_client() local
730 vnc_set_bits(width_mask, (ds_get_width(vs->ds) / 16), VNC_DIRTY_WORDS); in vnc_update_client()
735 if (vnc_and_bits(vs->guest.dirty[y], width_mask, VNC_DIRTY_WORDS)) { in vnc_update_client()
Dvnc-android.c718 uint32_t width_mask[VNC_DIRTY_WORDS]; in vnc_update_client() local
736 vnc_set_bits(width_mask, (ds_get_width(vs->ds) / 16), VNC_DIRTY_WORDS); in vnc_update_client()
741 if (vnc_and_bits(vs->guest.dirty[y], width_mask, VNC_DIRTY_WORDS)) { in vnc_update_client()