Home
last modified time | relevance | path

Searched refs:ZSTD_did_fieldSize (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/lib/zstd/
H A Dzstd_internal.h83 static const size_t ZSTD_did_fieldSize[4] = {0, 1, 2, 4}; variable
H A Ddecompress.c198 return ZSTD_frameHeaderSize_prefix + !singleSegment + ZSTD_did_fieldSize[dictID] + ZSTD_fcs_fieldSize[fcsId] + (singleSegment && !fcsId); in ZSTD_frameHeaderSize()
/kernel/linux/linux-6.6/lib/zstd/common/
H A Dzstd_internal.h75 static UNUSED_ATTR const size_t ZSTD_did_fieldSize[4] = { 0, 1, 2, 4 }; variable
/kernel/linux/linux-6.6/lib/zstd/decompress/
H A Dzstd_decompress.c404 + ZSTD_did_fieldSize[dictID] + ZSTD_fcs_fieldSize[fcsId] in ZSTD_frameHeaderSize_internal()

Completed in 11 milliseconds