Searched defs:lenLimit (Results 1 – 4 of 4) sorted by relevance
/external/lzma/Java/SevenZip/Compression/LZ/ |
D | BinTree.java | 120 int lenLimit; in GetMatches() local 256 int lenLimit; in Skip() local
|
/external/lzma/C/ |
D | LzFind.c | 292 UInt32 lenLimit = p->streamPos - p->pos; in MatchFinder_SetLimits() local 389 static UInt32 * Hc_GetMatchesSpec(unsigned lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, … in Hc_GetMatchesSpec() 465 UInt32 * GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son, in GetMatchesSpec1() 522 static void SkipMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *… in SkipMatchesSpec()
|
D | LzFindMt.c | 245 static UInt32 *GetMatchesSpecN(UInt32 lenLimit, UInt32 pos, const Byte *cur, CLzRef *son, in GetMatchesSpecN() 373 UInt32 lenLimit = p->matchMaxLen; in BtGetMatches() local
|
D | LzFind.h | 19 UInt32 lenLimit; member
|