Searched defs:need_update (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/renderer_host/
H A Ddownload_resource_handler.cc148 bool need_update = buffer_->contents.empty(); local
154 if (need_update) {
/external/webp/src/enc/
H A Dsyntax.c118 const int need_update = (hdr->i4x4_lf_delta_ != 0); local
119 if (VP8PutBitUniform(bw, need_update)) {
/external/qemu/hw/
H A Dgoldfish_fb.c55 uint32_t need_update : 1; member in struct:goldfish_fb_state
80 qemu_put_byte(f, s->need_update);
118 s->need_update = qemu_get_byte(f);
128 s->need_update = 1;
460 if(s->need_update) {
468 s->need_update = 0;
539 s->need_update = 1;
599 s->need_update = 1;
619 s->need_update = 1;
/external/qemu/
H A Dvnc.h123 int need_update; member in struct:VncState

Completed in 156 milliseconds