Home
last modified time | relevance | path

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

/external/lzma/Asm/x86/
DLzFindOpt.asm69 lenLimit equ r8 define
78 lenLimit equ REG_ABI_PARAM_2 define
/external/lzma/C/
DLzFindOpt.c223 UInt32 * Z7_FASTCALL GetMatchesSpecN_2(const Byte *lenLimit, size_t pos, const Byte *cur, CLzRef *s… in GetMatchesSpecN_2()
DLzFind.c880 static UInt32 * Hc_GetMatchesSpec(size_t lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CL… in Hc_GetMatchesSpec()
962 UInt32 * GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son, in GetMatchesSpec1()
1032 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