Home
last modified time | relevance | path

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

/f-stack/freebsd/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.c3183 U64 frameContentSize = 0; in ZSTDv07_getFrameParams() local
/f-stack/freebsd/contrib/zstd/lib/decompress/
H A Dzstd_decompress.c289 U64 frameContentSize = ZSTD_CONTENTSIZE_UNKNOWN; in ZSTD_getFrameHeader_advanced() local
1529 …e_t ZSTD_decodingBufferSize_min(unsigned long long windowSize, unsigned long long frameContentSize) in ZSTD_decodingBufferSize_min()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.h2037 …unsigned long long frameContentSize; /* if == ZSTD_CONTENTSIZE_UNKNOWN, it means this field is not… member
H A Dzstd.c5097 …unsigned long long frameContentSize; /* if == ZSTD_CONTENTSIZE_UNKNOWN, it means this field is not… member
23594 struct ZSTDv06_frameParams_s { unsigned long long frameContentSize; unsigned windowLog; }; member
23788 unsigned long long frameContentSize; member
24787 U64 frameContentSize = ZSTD_CONTENTSIZE_UNKNOWN; in ZSTD_getFrameHeader_advanced() local
25990 …e_t ZSTD_decodingBufferSize_min(unsigned long long windowSize, unsigned long long frameContentSize) in ZSTD_decodingBufferSize_min()
/f-stack/freebsd/contrib/zstd/lib/
H A Dzstd.h2313 …unsigned long long frameContentSize; /* if == ZSTD_CONTENTSIZE_UNKNOWN, it means this field is not… member
/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstdmt_compress.c825 unsigned long long frameContentSize; member
/f-stack/freebsd/contrib/zstd/programs/
H A Dfileio.c2840 U64 const frameContentSize = ZSTD_getFrameContentSize(headerBuffer, numBytesRead); in FIO_analyzeFrames() local