NCountLength      300 lib/zstd/fse_decompress.c 	size_t NCountLength;
NCountLength      319 lib/zstd/fse_decompress.c 	NCountLength = FSE_readNCount(counting, &maxSymbolValue, &tableLog, istart, cSrcSize);
NCountLength      320 lib/zstd/fse_decompress.c 	if (FSE_isError(NCountLength))
NCountLength      321 lib/zstd/fse_decompress.c 		return NCountLength;
NCountLength      326 lib/zstd/fse_decompress.c 	ip += NCountLength;
NCountLength      327 lib/zstd/fse_decompress.c 	cSrcSize -= NCountLength;