Searched defs:dictLimit (Results 1 – 2 of 2) sorted by relevance
209 LZ4_u32 dictLimit; /* below that point, need extDict */ member
227 static int LZ4HC_protectDictEnd(U32 const dictLimit, U32 const matchIndex) in LZ4HC_protectDictEnd()254 const U32 dictLimit = hc4->dictLimit; in LZ4HC_InsertAndGetWiderMatch() local