Home
last modified time | relevance | path

Searched defs:frameContentSize (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/contrib/zstd/lib/legacy/
H A Dzstd_v06.h97 struct ZSTDv06_frameParams_s { unsigned long long frameContentSize; unsigned windowLog; }; member
H A Dzstd_v07.h115 unsigned long long frameContentSize; member
H A Dzstd_v07.c3179 U64 frameContentSize = 0; in ZSTDv07_getFrameParams() local
/freebsd/sys/contrib/openzfs/module/zstd/lib/decompress/
H A Dzstd_decompress.c282 U64 frameContentSize = ZSTD_CONTENTSIZE_UNKNOWN; in ZSTD_getFrameHeader_advanced() local
1485 …e_t ZSTD_decodingBufferSize_min(unsigned long long windowSize, unsigned long long frameContentSize) in ZSTD_decodingBufferSize_min()
/freebsd/sys/contrib/zstd/lib/decompress/
H A Dzstd_decompress.c479 U64 frameContentSize = ZSTD_CONTENTSIZE_UNKNOWN; in ZSTD_getFrameHeader_advanced() local
1823 …e_t ZSTD_decodingBufferSize_min(unsigned long long windowSize, unsigned long long frameContentSize) in ZSTD_decodingBufferSize_min()
/freebsd/sys/contrib/openzfs/module/zstd/lib/
H A Dzstd.h2013 …unsigned long long frameContentSize; /* if == ZSTD_CONTENTSIZE_UNKNOWN, it means this field is not… member
/freebsd/sys/contrib/zstd/lib/
H A Dzstd.h2497 …unsigned long long frameContentSize; /* if == ZSTD_CONTENTSIZE_UNKNOWN, it means this field is not… member
/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstdmt_compress.c853 unsigned long long frameContentSize; member
/freebsd/sys/contrib/zstd/programs/
H A Dfileio.c2980 U64 const frameContentSize = ZSTD_getFrameContentSize(headerBuffer, numBytesRead); in FIO_analyzeFrames() local