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