HomeSort by: relevance | last modified time | path
    Searched refs:ZSTD_DStreamOutSize (Results 1 - 13 of 13) sorted by relevancy

  /src/external/bsd/zstd/dist/examples/
streaming_decompression.c 23 size_t const buffOutSize = ZSTD_DStreamOutSize(); /* Guarantee to successfully flush at least one complete compressed block in all circumstances. */
  /src/external/bsd/zstd/dist/lib/deprecated/
zbuff_decompress.c 77 size_t ZBUFF_recommendedDOutSize(void) { return ZSTD_DStreamOutSize(); }
  /src/external/bsd/zstd/dist/contrib/seekable_format/examples/
seekable_decompression.c 91 size_t const buffOutSize = ZSTD_DStreamOutSize(); /* Guarantee to successfully flush at least one complete compressed block in all circumstances. */
seekable_decompression_mem.c 96 size_t const buffOutSize = ZSTD_DStreamOutSize(); /* Guarantee to successfully flush at least one complete compressed block in all circumstances. */
  /src/external/bsd/zstd/dist/tests/
legacy.c 79 size_t const outBuffSize = ZSTD_DStreamOutSize();
decodecorpus.c 1369 out.size = ZSTD_DStreamOutSize();
1378 out.size += MIN(ZSTD_DStreamOutSize(), MAX_DECOMPRESSED_SIZE - out.size);
  /src/external/bsd/libarchive/dist/libarchive/
archive_read_support_filter_zstd.c 214 size_t out_block_size = ZSTD_DStreamOutSize();
archive_read_support_format_zip.c 2418 zip->uncompressed_buffer_size = ZSTD_DStreamOutSize();
  /src/external/bsd/zstd/dist/contrib/diagnose_corruption/
check_flipped_bits.c 213 stuff->output_size = ZSTD_DStreamOutSize();
  /src/external/bsd/zstd/dist/contrib/pzstd/
Pzstd.cpp 447 const size_t outSize = ZSTD_DStreamOutSize();
  /src/external/bsd/zstd/dist/lib/
zstd.h 922 ZSTDLIB_API size_t ZSTD_DStreamOutSize(void); /*!< recommended size for output buffer. Guarantee to successfully flush at least one complete block in all circumstances. */
  /src/external/bsd/zstd/dist/programs/
fileio.c 2361 ress.writeCtx = AIO_WritePool_create(prefs, ZSTD_DStreamOutSize());
2378 size_t const blockSize = MIN(MIN(64 KB, ZSTD_DStreamInSize()), ZSTD_DStreamOutSize());
  /src/external/bsd/zstd/dist/lib/decompress/
zstd_decompress.c 1695 size_t ZSTD_DStreamOutSize(void) { return ZSTD_BLOCKSIZE_MAX; }

Completed in 61 milliseconds