Searched refs:LZ4_dict (Results 1 – 1 of 1) sorted by relevance
774 int LZ4_loadDict(LZ4_stream_t *LZ4_dict, in LZ4_loadDict() argument785 LZ4_resetStream(LZ4_dict); in LZ4_loadDict()814 if ((LZ4_dict->currentOffset > 0x80000000) || in LZ4_renormDictT()819 const BYTE *dictEnd = LZ4_dict->dictionary + LZ4_dict->dictSize; in LZ4_renormDictT()823 if (LZ4_dict->hashTable[i] < delta) in LZ4_renormDictT()824 LZ4_dict->hashTable[i] = 0; in LZ4_renormDictT()826 LZ4_dict->hashTable[i] -= delta; in LZ4_renormDictT()828 LZ4_dict->currentOffset = 64 * KB; in LZ4_renormDictT()829 if (LZ4_dict->dictSize > 64 * KB) in LZ4_renormDictT()830 LZ4_dict->dictSize = 64 * KB; in LZ4_renormDictT()[all …]