Searched defs:need_update (Results 1 - 4 of 4) sorted by last modified time

/external/webp/src/enc/
H A Dsyntax.c238 const int need_update = (hdr->i4x4_lf_delta_ != 0); local
239 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;
469 if(s->need_update) {
477 s->need_update = 0;
548 s->need_update = 1;
608 s->need_update = 1;
628 s->need_update = 1;
/external/qemu/
H A Dvnc.h123 int need_update; member in struct:VncState
/external/chromium/chrome/browser/renderer_host/
H A Ddownload_resource_handler.cc148 bool need_update = buffer_->contents.empty(); local
154 if (need_update) {

Completed in 129 milliseconds