/third_party/lwip/src/netif/ppp/ |
H A D | mppe.c | 284 u8_t flushed; in mppe_decompress() local 296 flushed = MPPE_BITS(pl) & MPPE_BIT_FLUSHED; in mppe_decompress() 309 if (!state->stateful && !flushed) { in mppe_decompress() 315 if (state->stateful && ((ccount & 0xff) == 0xff) && !flushed) { in mppe_decompress() 355 if (!flushed) { in mppe_decompress() 380 if (flushed) in mppe_decompress()
|
/third_party/libunwind/libunwind/doc/ |
H A D | unw_flush_cache.tex | 23 also flushed. For example, the address of the dynamic registration 25 flushed by a call to this routine. The address range specified by 32 information cached on behalf of address space \Var{as} is flushed.
|
/third_party/libdrm/radeon/ |
H A D | radeon_cs_space.c | 193 int flushed = 0; in radeon_cs_check_space_internal() local 201 if (flushed) in radeon_cs_check_space_internal() 203 flushed = 1; in radeon_cs_check_space_internal()
|
/third_party/python/Lib/test/ |
H A D | test_print.py | 108 self.flushed = 0 114 self.flushed += 1 121 self.assertEqual(f.flushed, 2)
|
/third_party/libinput/src/ |
H A D | evdev-debounce.c | 489 bool flushed = false; in fallback_debounce_handle_state() local 511 flushed = true; in fallback_debounce_handle_state() 524 if (flushed && in fallback_debounce_handle_state() 530 flushed = false; in fallback_debounce_handle_state() 546 flushed = true; in fallback_debounce_handle_state()
|
/third_party/mesa3d/src/gallium/auxiliary/vl/ |
H A D | vl_winsys_dri.c | 69 bool flushed; member 104 if (!scrn->flushed) in vl_dri2_get_flush_reply() 107 scrn->flushed = false; in vl_dri2_get_flush_reply() 146 scrn->flushed = true; in vl_dri2_flush_frontbuffer() 511 if (scrn->flushed) { in vl_dri2_screen_destroy()
|
/third_party/ffmpeg/libswresample/ |
H A D | soxr_resample.c | 103 if (s->flushed) in get_delay() 120 if (s->flushed) in get_out_samples()
|
H A D | swresample_internal.h | 163 int flushed; ///< 1 if data is to be flushed and no further input is expected member
|
/third_party/node/test/parallel/ |
H A D | test-whatwg-transformstream.js | 62 this.flushed = true; 86 assert(transform.flushed);
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
H A D | freedreno_batch.h | 96 bool flushed : 1; member 335 * ie. batch already flushed. 341 bool ret = !batch->flushed; in fd_batch_lock_submit()
|
H A D | freedreno_query.h | 138 return !q->base.flushed; in fd_get_query_result_in_driver_thread()
|
H A D | freedreno_batch.c | 83 * by always creating a fence to request that the submit is flushed in batch_init() 94 batch->flushed = false; in batch_init() 195 /* in case batch wasn't flushed but fence was created: */ in batch_fini() 353 * lookups won't cache-hit a flushed batch, but leaves the weak reference 358 batch->flushed = true;
|
/third_party/mesa3d/src/mesa/main/ |
H A D | uniform_query.cpp | 1335 * different and that we have flushed. 1366 * different and that we have flushed. 1394 * different and that we have flushed. 1418 * different and that we have flushed. 1528 bool flushed = false; 1553 if (!flushed) { 1555 flushed = true; 1564 if (!flushed) { 1566 flushed = true; 1672 * different and that we have flushed [all...] |
/third_party/mesa3d/src/gallium/drivers/nouveau/ |
H A D | nouveau_fence.c | 128 nouveau_fence_update(struct nouveau_screen *screen, bool flushed) in nouveau_fence_update() argument 160 if (flushed) { in nouveau_fence_update()
|
H A D | nouveau_fence.h | 38 void nouveau_fence_update(struct nouveau_screen *, bool flushed);
|
/third_party/python/Modules/ |
H A D | _bz2module.c | 100 int flushed; member 213 /* In flushing mode, stop when all buffered data has been flushed. */ in compress() 258 if (self->flushed) in _bz2_BZ2Compressor_compress_impl() 259 PyErr_SetString(PyExc_ValueError, "Compressor has been flushed"); in _bz2_BZ2Compressor_compress_impl() 283 if (self->flushed) in _bz2_BZ2Compressor_flush_impl() 286 self->flushed = 1; in _bz2_BZ2Compressor_flush_impl()
|
H A D | _lzmamodule.c | 110 int flushed; member 614 if (self->flushed) { in _lzma_LZMACompressor_compress_impl() 615 PyErr_SetString(PyExc_ValueError, "Compressor has been flushed"); in _lzma_LZMACompressor_compress_impl() 641 if (self->flushed) { in _lzma_LZMACompressor_flush_impl() 644 self->flushed = 1; in _lzma_LZMACompressor_flush_impl() 815 self->flushed = 0; in Compressor_init()
|
/third_party/skia/src/gpu/ |
H A D | GrDrawingManager.cpp | 148 // flushed anyway. Closing such opsTasks here will mean new ones will be created to replace them in flush() 233 bool flushed = !resourceAllocator.failedInstantiation() && in flush() local 240 if (flushed) { in flush() 242 flushed = false; in flush() 247 flushed = true; in flush() 249 if (flushed) { in flush() 298 // For Vulkan, if we have too many oplists to be flushed we end up allocating a lot of resources in executeRenderTasks() 483 // because clients expect the flushed surface's backing texture to be fully resolved in resolve_and_mipmap()
|
/third_party/ffmpeg/libavcodec/ |
H A D | opus_celt.h | 122 int flushed; member
|
H A D | opus_celt.c | 342 f->flushed = 0; in ff_celt_decode_frame() 494 if (f->flushed) in ff_celt_flush() 518 f->flushed = 1; in ff_celt_flush()
|
H A D | jpeg2000.h | 161 uint8_t flushed[4]; member
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
H A D | nv50_screen.h | 46 bool flushed; member
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
H A D | nvc0_screen.h | 38 bool flushed; member
|
/third_party/libdrm/nouveau/ |
H A D | pushbuf.c | 651 bool flushed = false; in nouveau_pushbuf_space() local 683 flushed = true; in nouveau_pushbuf_space() 704 return flushed ? pushbuf_validate(push, false) : 0; in nouveau_pushbuf_space()
|
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/ |
H A D | tr_context.c | 278 threaded_query(query)->flushed = trace_query(_query)->base.flushed; in trace_context_end_query() 305 threaded_query(query)->flushed = trace_query(_query)->base.flushed; in trace_context_get_query_result() 349 threaded_query(query)->flushed = tr_query->base.flushed; in trace_context_get_query_result_resource()
|