Searched refs:NCountLength (Results 1 – 1 of 1) sorted by relevance
293 size_t NCountLength; in FSE_decompress_wksp() local312 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()