Home
last modified time | relevance | path

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

/linux-4.19.296/lib/zstd/
Dfse_decompress.c300 size_t NCountLength; in FSE_decompress_wksp() local
319 NCountLength = FSE_readNCount(counting, &maxSymbolValue, &tableLog, istart, cSrcSize); in FSE_decompress_wksp()
320 if (FSE_isError(NCountLength)) in FSE_decompress_wksp()
321 return NCountLength; in FSE_decompress_wksp()
326 ip += NCountLength; in FSE_decompress_wksp()
327 cSrcSize -= NCountLength; in FSE_decompress_wksp()