Searched refs:dictSize (Results 1 – 2 of 2) sorted by relevance
80 const size_t dictSize /* note : = 0 if noDict */ in LZ4_decompress_generic() argument91 const BYTE* const lowLimit = lowPrefix - dictSize; in LZ4_decompress_generic()93 const BYTE* const dictEnd = (const BYTE*)dictStart + dictSize; in LZ4_decompress_generic()98 const int checkOffset = ((safeDecode) && (dictSize < (int)(64 KB))); in LZ4_decompress_generic()
452 - (dictSize * 11.5 + 6 MB) + state_size