Home
last modified time | relevance | path

Searched defs:lenLimit (Results 1 – 6 of 6) sorted by relevance

/third_party/lzma/Java/SevenZip/Compression/LZ/
DBinTree.java120 int lenLimit; in GetMatches() local
256 int lenLimit; in Skip() local
/third_party/lzma/Asm/x86/
DLzFindOpt.asm69 lenLimit equ r8 define
78 lenLimit equ REG_ABI_PARAM_2 define
/third_party/lzma/C/
DLzFindOpt.c223 UInt32 * Z7_FASTCALL GetMatchesSpecN_2(const Byte *lenLimit, size_t pos, const Byte *cur, CLzRef *s… in GetMatchesSpecN_2()
DLzFind.c873 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()
DLzFind.h19 UInt32 lenLimit; member
DLzFindMt.c648 UInt32 lenLimit = p->matchMaxLen; in BtGetMatches() local