Searched refs:NCountLength (Results 1 – 1 of 1) sorted by relevance
336 …size_t const NCountLength = FSE_readNCount_bmi2(wksp->ncount, &maxSymbolValue, &tableLog, istart, … in FSE_decompress_wksp_body() local337 if (FSE_isError(NCountLength)) return NCountLength; in FSE_decompress_wksp_body()339 assert(NCountLength <= cSrcSize); in FSE_decompress_wksp_body()340 ip += NCountLength; in FSE_decompress_wksp_body()341 cSrcSize -= NCountLength; in FSE_decompress_wksp_body()