HomeSort by: relevance | last modified time | path
    Searched defs:streaming (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/zstd/dist/lib/common/
zstd_trace.h 65 * Non-zero if streaming (de)compression is used.
67 unsigned streaming; member in struct:__anon8603
  /src/sys/dev/scsipi/
atapi_tape.h 100 u_int8_t streaming :1; /* streaming mode enable */ member in struct:ast_transferpage
  /src/sbin/fsck_udf/
main.c 432 int error, streaming, was_streaming, warned, error_in_stream; local
447 streaming = 1;
451 if (was_streaming & !streaming) {
462 was_streaming = streaming;
470 streaming = 0;
479 streaming = 0;
489 streaming = 1;
508 streaming = 0;
  /src/external/bsd/zstd/dist/lib/compress/
zstd_compress.c 64 * When employing the streaming mode,
1874 fp.flushed = cctx->producedCSize; /* simplified; some data might still be left within streaming output buffer */
1891 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 */
5262 int const streaming = cctx->inBuffSize > 0 || cctx->outBuffSize > 0 || cctx->appliedParams.nbWorkers > 0; local
5266 trace.streaming = streaming;
5797 * Streaming

Completed in 35 milliseconds