Home
last modified time | relevance | path

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

/external/zstd/lib/legacy/
Dzstd_v06.h97 struct ZSTDv06_frameParams_s { unsigned long long frameContentSize; unsigned windowLog; }; member
Dzstd_v07.h115 unsigned long long frameContentSize; member
Dzstd_v07.c3183 U64 frameContentSize = 0; in ZSTDv07_getFrameParams() local
/external/zstd/lib/decompress/
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()
/external/zstd/lib/
Dzstd.h2313 …unsigned long long frameContentSize; /* if == ZSTD_CONTENTSIZE_UNKNOWN, it means this field is not… member
/external/zstd/lib/compress/
Dzstdmt_compress.c825 unsigned long long frameContentSize; member
/external/zstd/programs/
Dfileio.c2840 U64 const frameContentSize = ZSTD_getFrameContentSize(headerBuffer, numBytesRead); in FIO_analyzeFrames() local