Searched defs:curMatch (Results 1 – 3 of 3) sorted by relevance
/third_party/lzma/C/ |
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() 1497 curMatch = p->hash[hv]; in Bt2_MatchFinder_Skip() local 1508 curMatch = p->hash[hv]; in Bt3Zip_MatchFinder_Skip() local 1598 curMatch = (hash + kFix4HashSize)[hv]; in Hc4_MatchFinder_Skip() local 1613 curMatch = (hash + kFix5HashSize)[hv]; in Hc5_MatchFinder_Skip() local
|
D | LzFindOpt.c | 362 const UInt32 curMatch = (UInt32)pos - delta; // (UInt32)(pos + diff); in GetMatchesSpecN_2() local
|
/third_party/lzma/Java/SevenZip/Compression/LZ/ |
D | BinTree.java | 150 int curMatch = _hash[kFixHashSize + hashValue]; in GetMatches() local 287 int curMatch = _hash[kFixHashSize + hashValue]; in Skip() local
|