Searched refs:dictMaxSymbolValue (Results 1 – 2 of 2) sorted by relevance
2894 static size_t ZSTD_checkDictNCount(short* normalizedCounter, unsigned dictMaxSymbolValue, unsigned … in ZSTD_checkDictNCount() argument2896 …RETURN_ERROR_IF(dictMaxSymbolValue < maxSymbolValue, dictionary_corrupted, "dict fse tables don't … in ZSTD_checkDictNCount()
4300 static FSE_repeat ZSTD_dictNCountRepeat(short* normalizedCounter, unsigned dictMaxSymbolValue, unsi… in ZSTD_dictNCountRepeat() argument4303 if (dictMaxSymbolValue < maxSymbolValue) { in ZSTD_dictNCountRepeat()