Searched defs:lenLimit (Results 1 – 6 of 6) sorted by relevance
| /third_party/lzma/Java/SevenZip/Compression/LZ/ |
| D | BinTree.java | 120 int lenLimit; in GetMatches() local 256 int lenLimit; in Skip() local
|
| /third_party/lzma/Asm/x86/ |
| D | LzFindOpt.asm | 69 lenLimit equ r8 define 78 lenLimit equ REG_ABI_PARAM_2 define
|
| /third_party/lzma/C/ |
| D | LzFindOpt.c | 223 UInt32 * Z7_FASTCALL GetMatchesSpecN_2(const Byte *lenLimit, size_t pos, const Byte *cur, CLzRef *s… in GetMatchesSpecN_2()
|
| D | LzFind.c | 873 static UInt32 * Hc_GetMatchesSpec(size_t lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CL… in Hc_GetMatchesSpec() 955 UInt32 * GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son, in GetMatchesSpec1() 1025 static void SkipMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *… in SkipMatchesSpec()
|
| D | LzFind.h | 19 UInt32 lenLimit; member
|
| D | LzFindMt.c | 648 UInt32 lenLimit = p->matchMaxLen; in BtGetMatches() local
|