| /src/external/apache2/llvm/dist/llvm/bindings/ocaml/bitwriter/ |
| llvm_bitwriter.mli | 22 will be flushed. Returns [true] if successful, [false] otherwise. *) 35 will be flushed. Returns [true] if successful, [false] otherwise. *)
|
| /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
| amdgpu_ids.c | 360 struct dma_fence *flushed; local 374 flushed = (*id)->flushed_updates; 375 if (updates && (!flushed || dma_fence_is_later(updates, flushed))) 393 if (updates && (!flushed || dma_fence_is_later(updates, flushed))) {
|
| /src/sys/external/bsd/drm/dist/shared-core/ |
| savage_bci.c | 309 dev_priv->dma_pages[i].flushed = 0; 328 dev_priv->dma_pages[i].flushed = 0; 390 dev_priv->dma_pages[i].flushed = 0; 428 dev_priv->dma_pages[cur].used == dev_priv->dma_pages[cur].flushed) 436 DRM_DEBUG("first=%u, cur=%u, first->flushed=%u, cur->used=%u, " 438 first, cur, dev_priv->dma_pages[first].flushed, 457 dev_priv->dma_pages[first].flushed) * 4; 459 dev_priv->dma_pages[cur].used - dev_priv->dma_pages[first].flushed; 478 dev_priv->dma_pages[i].flushed = 0; 484 dev_priv->dma_pages[cur].flushed = 0 [all...] |
| savage_drv.h | 66 unsigned int used, flushed; member in struct:drm_savage_dma_page
|
| /src/sys/external/bsd/drm2/dist/drm/savage/ |
| savage_bci.c | 324 dev_priv->dma_pages[i].flushed = 0; 343 dev_priv->dma_pages[i].flushed = 0; 405 dev_priv->dma_pages[i].flushed = 0; 443 dev_priv->dma_pages[cur].used == dev_priv->dma_pages[cur].flushed) 451 DRM_DEBUG("first=%u, cur=%u, first->flushed=%u, cur->used=%u, " 453 first, cur, dev_priv->dma_pages[first].flushed, 472 dev_priv->dma_pages[first].flushed) * 4; 474 dev_priv->dma_pages[cur].used - dev_priv->dma_pages[first].flushed; 493 dev_priv->dma_pages[i].flushed = 0; 499 dev_priv->dma_pages[cur].flushed = 0 [all...] |
| savage_drv.h | 74 unsigned int used, flushed; member in struct:drm_savage_dma_page
|
| /src/external/bsd/ipf/dist/tools/ |
| ipmon.c | 1479 int fd, flushed = 0; local 1487 if (ioctl(fd, SIOCIPFFB, &flushed) == 0) { 1488 printf("%d bytes flushed from log buffer\n", 1489 flushed); 1495 if (flushed) { 1497 syslog(LOG_INFO, "%d bytes flushed from log\n", 1498 flushed); 1500 fprintf(log, "%d bytes flushed from log\n", flushed);
|
| /src/external/bsd/zstd/dist/lib/compress/ |
| zstdmt_compress.c | 273 /* We need 2 output buffers per worker since each dstBuff must be flushed after it is released. 782 ZSTD_pthread_cond_signal(&job->job_cond); /* warns some more data is ready to be flushed */ 1119 fps.produced = fps.flushed = mtctx->produced; 1132 size_t const flushed = ZSTD_isError(cResult) ? 0 : jobPtr->dstFlushed; local 1133 assert(flushed <= produced); 1137 fps.flushed += flushed; 1154 /* look into oldest non-fully-flushed job */ 1160 size_t const flushed = ZSTD_isError(cResult) ? 0 : jobPtr->dstFlushed; local 1161 assert(flushed <= produced) [all...] |
| zstd_compress.c | 1884 fp.flushed = cctx->producedCSize; /* simplified; some data might still be left within streaming output buffer */ 1901 return 0; /* over-simplification; could also check if context is currently running in streaming mode, and in which case, report how many bytes are left to be flushed within output buffer */ 3269 /* Assert that we have correctly flushed the ctx params into the ms's copy */ 6254 size_t const flushed = ZSTD_limitCopy(op, (size_t)(oend-op), local 6256 DEBUGLOG(5, "toFlush: %u into %u ==> flushed: %u", 6257 (unsigned)toFlush, (unsigned)(oend-op), (unsigned)flushed); 6258 if (flushed) 6259 op += flushed; 6260 zcs->outBuffFlushedSize += flushed; 6261 if (toFlush!=flushed) { [all...] |
| /src/sys/external/bsd/ipf/netinet/ |
| fil.c | 3666 /* Returns: int - >= 0 - number of flushed rules */ 3679 /* NOTE: Rules not loaded from user space cannot be flushed. */ 3724 /* Returns: int - >= 0 - number of flushed rules */ 3735 int flushed = 0, set; local 3744 ipf_flushlist(softc, &flushed, &softc->ipf_rules[1][set]); 3745 ipf_flushlist(softc, &flushed, &softc->ipf_acct[1][set]); 3748 ipf_flushlist(softc, &flushed, &softc->ipf_rules[0][set]); 3749 ipf_flushlist(softc, &flushed, &softc->ipf_acct[0][set]); 3752 flushed += ipf_flush_groups(softc, &softc->ipf_groups[unit][set], 3762 flushed += tmp 3787 int flushed = 0; local [all...] |
| ip_state.c | 4898 int *array, flushed, error; local 4906 flushed = 0; 4912 flushed++; 4916 obj.ipfo_retval = flushed;
|
| ip_nat.c | 7591 int *array, flushed, error; local 7599 flushed = 0; 7605 flushed++; 7609 obj.ipfo_retval = flushed;
|
| /src/external/apache2/llvm/dist/clang/lib/Analysis/ |
| PathDiagnostic.cpp | 405 if (flushed) 408 flushed = true; 428 // Delete the flushed diagnostics.
|
| /src/sys/ufs/lfs/ |
| lfs_segment.c | 167 * since we don't really need this to be flushed to disk (and in any 200 int flushed; local 305 flushed = 0; 308 ++flushed; 318 /* panic("lfs_vflush: VU_DIROP being flushed...this can\'t happen"); */ 857 * For a file being flushed, we need to write *all* blocks. 888 * vnode is being flushed (for reuse by vinvalbuf); or (2) we are
|
| /src/external/gpl3/binutils/dist/zlib/contrib/delphi/ |
| ZLib.pas | 66 the internal output buffer is full. All pending output data is flushed
|
| /src/external/gpl3/binutils.old/dist/zlib/contrib/delphi/ |
| ZLib.pas | 66 the internal output buffer is full. All pending output data is flushed
|
| /src/external/gpl3/gdb.old/dist/zlib/contrib/delphi/ |
| ZLib.pas | 66 the internal output buffer is full. All pending output data is flushed
|
| /src/external/gpl3/gdb/dist/zlib/contrib/delphi/ |
| ZLib.pas | 66 the internal output buffer is full. All pending output data is flushed
|
| /src/common/dist/zlib/contrib/delphi/ |
| ZLib.pas | 66 the internal output buffer is full. All pending output data is flushed
|
| /src/external/apache2/llvm/dist/clang/include/clang/Analysis/ |
| PathDiagnostic.h | 176 bool flushed = false; member in class:clang::ento::PathDiagnosticConsumer
|
| /src/external/bsd/zstd/dist/lib/ |
| zstd.h | 599 * Any internal data not yet flushed is cancelled. 746 * output to be flushed. 747 * @return : provides a minimum amount of data remaining to be flushed from internal buffers 758 * @return : 0 if internal buffers are entirely flushed, 770 * @return : 0 if frame fully completed and fully flushed, 790 * note that frame is only closed after compressed data is fully flushed (return value == 0). 805 * and then immediately returns, just indicating that there is some data remaining to be flushed. 808 * - @return provides a minimum amount of data remaining to be flushed from internal buffers 812 * For ZSTD_e_end, @return == 0 when internal buffers are fully flushed and frame is completed. 813 * - after a ZSTD_e_end directive, if internal buffer is not fully flushed (@return != 0) 2740 unsigned long long flushed; \/* nb of compressed bytes flushed : not provided; can be tracked from caller side *\/ member in struct:__anon257 [all...] |
| /src/external/bsd/zstd/dist/programs/ |
| fileio.c | 1592 unsigned long long newlyFlushed = zfp.flushed - previous_zfp_update.flushed; 1612 DISPLAYLEVEL(6, "compression faster than flush (%llu > %llu), and flushed was never slowed down by lack of production => slow down \n", newlyProduced, newlyFlushed); 1631 unsigned long long newlyFlushed = zfp.flushed - previous_zfp_correction.flushed; 1634 DISPLAYLEVEL(6, "input blocked %u/%u(%.2f) - ingested:%u vs %u:consumed - flushed:%u vs %u:produced \n",
|
| /src/external/gpl3/gcc/dist/libgcc/config/m68k/ |
| lb1sf68.S | 2145 movel IMM (0),d6 | use d6-d7 to collect bits flushed right 2146 movel d6,d7 | use d6-d7 to collect bits flushed right 2192 orl d7,d3 | the bits which were flushed right 3630 | the extra bits which were flushed right
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/m68k/ |
| lb1sf68.S | 2144 movel IMM (0),d6 | use d6-d7 to collect bits flushed right 2145 movel d6,d7 | use d6-d7 to collect bits flushed right 2191 orl d7,d3 | the bits which were flushed right 3629 | the extra bits which were flushed right
|
| /src/external/mpl/bind/dist/bin/named/ |
| server.c | 12372 bool flushed; local 12387 flushed = true; 12392 * We first identify which caches should be flushed in the local cache 12394 * the flushed cache DB. 12398 * Mark caches that need to be flushed. This is an O(#view^2) 12434 flushed = false; 12444 * Fix up views that share a flushed cache: let the views update the 12466 flushed = false; 12484 if (flushed && found) { 12517 bool flushed; local [all...] |