Home
last modified time | relevance | path

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

/freebsd-12.1/sys/contrib/zstd/lib/compress/
H A Dzstd_compress.c2323 …U32 const maxOffset = (U32)dictContentSize + 128 KB; /* The maximum offset that must be supported … in ZSTD_loadZstdDictionary() local
2324 …offcodeMax = ZSTD_highbit32(maxOffset); /* Calculate minimum offset code required to represent max… in ZSTD_loadZstdDictionary()