Home
last modified time | relevance | path

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

/external/qemu/
Dvnc.c224 static inline void vnc_set_bit(uint32_t *d, int k) in vnc_set_bit() function
286 vnc_set_bit(s->dirty[y], (x + i) / 16); in vnc_update()
751 vnc_set_bit(vs->server.dirty[y], (x / 16)); in vnc_update_client()
Dvnc-android.c230 static inline void vnc_set_bit(uint32_t *d, int k) in vnc_set_bit() function
292 vnc_set_bit(s->dirty[y], (x + i) / 16); in vnc_update()
757 vnc_set_bit(vs->server.dirty[y], (x / 16)); in vnc_update_client()