Home
last modified time | relevance | path

Searched defs:frameContentSize (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
H A Dzstd.h931 unsigned long long frameContentSize; member
/kernel/linux/linux-6.6/include/linux/
H A Dzstd_lib.h2476 unsigned long long frameContentSize; /* if == ZSTD_CONTENTSIZE_UNKNOWN, it means this field is not available. 0 means "empty" */ member
/kernel/linux/linux-5.10/lib/zstd/
H A Ddecompress.c242 U64 frameContentSize = 0; in ZSTD_getFrameParams() local
[all...]
H A Dcompress.c73 U64 frameContentSize; member
217 static size_t ZSTD_continueCCtx(ZSTD_CCtx *cctx, ZSTD_parameters params, U64 frameContentSize) in ZSTD_continueCCtx() argument
242 static size_t ZSTD_resetCCtx_advanced(ZSTD_CCtx *zc, ZSTD_parameters params, U64 frameContentSize, ZSTD_compResetPolicy_e const crp) in ZSTD_resetCCtx_advanced() argument
[all...]
/kernel/linux/linux-6.6/lib/zstd/decompress/
H A Dzstd_decompress.c462 U64 frameContentSize = ZSTD_CONTENTSIZE_UNKNOWN; in ZSTD_getFrameHeader_advanced() local
1773 ZSTD_decodingBufferSize_min(unsigned long long windowSize, unsigned long long frameContentSize) ZSTD_decodingBufferSize_min() argument
[all...]

Completed in 17 milliseconds