OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ZSTD_estimateCStreamSize
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/zstd/dist/lib/
zstd.h
1768
* it is not valid for streaming (see
ZSTD_estimateCStreamSize
*())
1787
/*!
ZSTD_estimateCStreamSize
() :
1788
*
ZSTD_estimateCStreamSize
() will provide a memory budget large enough for streaming compression
1796
* Note 2 :
ZSTD_estimateCStreamSize
* functions are not compatible with the Block-Level Sequence Producer API at this time.
1807
ZSTDLIB_STATIC_API size_t
ZSTD_estimateCStreamSize
(int maxCompressionLevel);
/src/external/bsd/zstd/dist/tests/
fuzzer.c
1965
{ size_t const staticCStreamSize =
ZSTD_estimateCStreamSize
(STATIC_CCTX_LEVEL);
2195
size_t const cstreamSizeN1 =
ZSTD_estimateCStreamSize
(-1);
2196
size_t const cstreamSizeP1 =
ZSTD_estimateCStreamSize
(1);
4445
size_t const staticCCtxSize =
ZSTD_estimateCStreamSize
(22);
/src/external/bsd/zstd/dist/lib/compress/
zstd_compress.c
1854
size_t
ZSTD_estimateCStreamSize
(int compressionLevel)
Completed in 41 milliseconds
Indexes created Thu Aug 06 00:25:04 UTC 2026