Home
last modified time | relevance | path

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

/openbmc/linux/lib/zstd/common/
H A Dfse_decompress.c336 …size_t const NCountLength = FSE_readNCount_bmi2(wksp->ncount, &maxSymbolValue, &tableLog, istart, … in FSE_decompress_wksp_body() local
337 if (FSE_isError(NCountLength)) return NCountLength; in FSE_decompress_wksp_body()
339 assert(NCountLength <= cSrcSize); in FSE_decompress_wksp_body()
340 ip += NCountLength; in FSE_decompress_wksp_body()
341 cSrcSize -= NCountLength; in FSE_decompress_wksp_body()