Home
last modified time | relevance | path

Searched refs:offcodeMax (Results 1 – 1 of 1) sorted by relevance

/lib/zstd/
Dcompress.c2697 U32 offcodeMax = MaxOff; in ZSTD_loadZstdDictionary() local
2700offcodeMax = 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()