Searched refs:NCountLength (Results 1 – 1 of 1) sorted by relevance
270 size_t NCountLength; in FSE_decompress_wksp() local289 NCountLength = FSE_readNCount(counting, &maxSymbolValue, &tableLog, istart, cSrcSize); in FSE_decompress_wksp()290 if (FSE_isError(NCountLength)) in FSE_decompress_wksp()291 return NCountLength; in FSE_decompress_wksp()296 ip += NCountLength; in FSE_decompress_wksp()297 cSrcSize -= NCountLength; in FSE_decompress_wksp()
Completed in 2 milliseconds