Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/lib/zstd/
Dfse_decompress.c293 size_t NCountLength; in FSE_decompress_wksp() local
312 NCountLength = FSE_readNCount(counting, &maxSymbolValue, &tableLog, istart, cSrcSize); in FSE_decompress_wksp()
313 if (FSE_isError(NCountLength)) in FSE_decompress_wksp()
314 return NCountLength; in FSE_decompress_wksp()
319 ip += NCountLength; in FSE_decompress_wksp()
320 cSrcSize -= NCountLength; in FSE_decompress_wksp()