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.c3124 U64 frameContentSize = 0; in ZSTDv07_getFrameParams() local
/freebsd/sys/contrib/openzfs/module/zstd/lib/decompress/
H A Dzstd_decompress.c511 U64 frameContentSize = ZSTD_CONTENTSIZE_UNKNOWN; in ZSTD_getFrameHeader_advanced() local
1971 …decodingBufferSize_internal(unsigned long long windowSize, unsigned long long frameContentSize, si… in ZSTD_decodingBufferSize_internal()
1989 …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.c510 U64 frameContentSize = ZSTD_CONTENTSIZE_UNKNOWN; in ZSTD_getFrameHeader_advanced() local
1970 …decodingBufferSize_internal(unsigned long long windowSize, unsigned long long frameContentSize, si… in ZSTD_decodingBufferSize_internal()
1988 …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.h1514 …unsigned long long frameContentSize; /* if == ZSTD_CONTENTSIZE_UNKNOWN, it means this field is not… member
/freebsd/sys/contrib/zstd/lib/
H A Dzstd.h1513 …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.c885 unsigned long long frameContentSize; member
/freebsd/sys/contrib/zstd/programs/
H A Dfileio.c3206 U64 const frameContentSize = ZSTD_getFrameContentSize(headerBuffer, numBytesRead); in FIO_analyzeFrames() local