Home
last modified time | relevance | path

Searched defs:dictLimit (Results 1 – 2 of 2) sorted by relevance

/third_party/lz4/lib/
Dlz4hc.h209 LZ4_u32 dictLimit; /* below that point, need extDict */ member
Dlz4hc.c227 static int LZ4HC_protectDictEnd(U32 const dictLimit, U32 const matchIndex) in LZ4HC_protectDictEnd()
254 const U32 dictLimit = hc4->dictLimit; in LZ4HC_InsertAndGetWiderMatch() local