Home
last modified time | relevance | path

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

/dflybsd-src/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()
/dflybsd-src/contrib/zstd/lib/
H A Dzstd.h2313 …unsigned long long frameContentSize; /* if == ZSTD_CONTENTSIZE_UNKNOWN, it means this field is not… member
/dflybsd-src/contrib/zstd/lib/compress/
H A Dzstdmt_compress.c825 unsigned long long frameContentSize; member
/dflybsd-src/contrib/zstd/programs/
H A Dfileio.c2840 U64 const frameContentSize = ZSTD_getFrameContentSize(headerBuffer, numBytesRead); in FIO_analyzeFrames() local