Searched defs:lenLimit (Results 1 - 5 of 5) sorted by relevance
/third_party/lzma/C/ |
H A D | LzFindOpt.c | 223 GetMatchesSpecN_2(const Byte *lenLimit, size_t pos, const Byte *cur, CLzRef *son, UInt32 _cutValue, UInt32 *d, size_t _maxLen, const UInt32 *hash, const UInt32 *limit, const UInt32 *size, size_t _cyclicBufferPos, UInt32 _cyclicBufferSize, UInt32 *posRes) GetMatchesSpecN_2() argument [all...] |
H A D | LzFind.h | 19 UInt32 lenLimit;
member
|
H A D | LzFind.c | 873 static UInt32 * Hc_GetMatchesSpec(size_t lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son,
in Hc_GetMatchesSpec() argument 955 UInt32 * GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son,
in GetMatchesSpec1() argument 1025 SkipMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son, size_t _cyclicBufferPos, UInt32 _cyclicBufferSize, UInt32 cutValue) SkipMatchesSpec() argument [all...] |
H A D | LzFindMt.c | 648 UInt32 lenLimit = p->matchMaxLen;
in BtGetMatches() local
|
/third_party/lzma/Asm/x86/ |
H A D | LzFindOpt.asm | 69 lenLimit equ r8
define 78 lenLimit equ REG_ABI_PARAM_2
define [all...] |
Completed in 6 milliseconds