Home
last modified time | relevance | path

Searched refs:ZSTD_fcs_fieldSize (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/lib/zstd/common/
H A Dzstd_internal.h74 static UNUSED_ATTR const size_t ZSTD_fcs_fieldSize[4] = { 0, 2, 4, 8 }; variable
/openbmc/linux/lib/zstd/decompress/
H A Dzstd_decompress.c404 + ZSTD_did_fieldSize[dictID] + ZSTD_fcs_fieldSize[fcsId] in ZSTD_frameHeaderSize_internal()