Home
last modified time | relevance | path

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

/linux/lib/zstd/common/
H A Dfse_decompress.c265 { size_t const NCountLength = in FSE_decompress_wksp_body() local
267 if (FSE_isError(NCountLength)) return NCountLength; in FSE_decompress_wksp_body()
269 assert(NCountLength <= cSrcSize); in FSE_decompress_wksp_body()
270 ip += NCountLength; in FSE_decompress_wksp_body()
271 cSrcSize -= NCountLength; in FSE_decompress_wksp_body()