Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zstd/lib/common/
H A Dzstd_internal.h156 static const size_t ZSTD_fcs_fieldSize[4] = { 0, 2, 4, 8 }; variable
/freebsd/sys/contrib/zstd/lib/common/
H A Dzstd_internal.h84 static UNUSED_ATTR const size_t ZSTD_fcs_fieldSize[4] = { 0, 2, 4, 8 }; variable
/freebsd/sys/contrib/openzfs/module/zstd/lib/decompress/
H A Dzstd_decompress.c224 + ZSTD_did_fieldSize[dictID] + ZSTD_fcs_fieldSize[fcsId] in ZSTD_frameHeaderSize_internal()
/freebsd/sys/contrib/zstd/lib/decompress/
H A Dzstd_decompress.c421 + ZSTD_did_fieldSize[dictID] + ZSTD_fcs_fieldSize[fcsId] in ZSTD_frameHeaderSize_internal()