Home
last modified time | relevance | path

Searched refs:flushed (Results 1 - 25 of 59) sorted by relevance

123

/third_party/lwip/src/netif/ppp/
H A Dmppe.c284 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 Dunw_flush_cache.tex23 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 Dradeon_cs_space.c193 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 Dtest_print.py108 self.flushed = 0
114 self.flushed += 1
121 self.assertEqual(f.flushed, 2)
/third_party/libinput/src/
H A Devdev-debounce.c489 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 Dvl_winsys_dri.c69 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 Dsoxr_resample.c103 if (s->flushed) in get_delay()
120 if (s->flushed) in get_out_samples()
H A Dswresample_internal.h163 int flushed; ///< 1 if data is to be flushed and no further input is expected member
/third_party/node/test/parallel/
H A Dtest-whatwg-transformstream.js62 this.flushed = true;
86 assert(transform.flushed);
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_batch.h96 bool flushed : 1; member
335 * ie. batch already flushed.
341 bool ret = !batch->flushed; in fd_batch_lock_submit()
H A Dfreedreno_query.h138 return !q->base.flushed; in fd_get_query_result_in_driver_thread()
H A Dfreedreno_batch.c83 * 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 Duniform_query.cpp1335 * 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 Dnouveau_fence.c128 nouveau_fence_update(struct nouveau_screen *screen, bool flushed) in nouveau_fence_update() argument
160 if (flushed) { in nouveau_fence_update()
H A Dnouveau_fence.h38 void nouveau_fence_update(struct nouveau_screen *, bool flushed);
/third_party/python/Modules/
H A D_bz2module.c100 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.c110 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 DGrDrawingManager.cpp148 // 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 Dopus_celt.h122 int flushed; member
H A Dopus_celt.c342 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 Djpeg2000.h161 uint8_t flushed[4]; member
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_screen.h46 bool flushed; member
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_screen.h38 bool flushed; member
/third_party/libdrm/nouveau/
H A Dpushbuf.c651 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 Dtr_context.c278 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()

Completed in 22 milliseconds

123