Searched refs:offcodeMax (Results 1 – 1 of 1) sorted by relevance
2697 U32 offcodeMax = MaxOff; in ZSTD_loadZstdDictionary() local2700 …offcodeMax = ZSTD_highbit32(maxOffset); /* Calculate minimum offset code required to represe… in ZSTD_loadZstdDictionary()2703 CHECK_F(ZSTD_checkDictNCount(offcodeNCount, offcodeMaxValue, MIN(offcodeMax, MaxOff))); in ZSTD_loadZstdDictionary()