Searched defs:curMatch (Results 1 - 2 of 2) sorted by relevance
/third_party/lzma/C/ |
H A D | LzFindOpt.c | 362 const UInt32 curMatch = (UInt32)pos - delta; // (UInt32)(pos + diff);
in GetMatchesSpecN_2() local [all...] |
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, UInt3 argument 1025 SkipMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son, size_t _cyclicBufferPos, UInt32 _cyclicBufferSize, UInt32 cutValue) SkipMatchesSpec() argument 1140 curMatch = p->hash[hv]; Bt2_MatchFinder_GetMatches() local 1149 curMatch = p->hash[hv]; Bt3Zip_MatchFinder_GetMatches() local 1486 curMatch = p->hash[hv]; Hc3Zip_MatchFinder_GetMatches() local 1497 curMatch = p->hash[hv]; Bt2_MatchFinder_Skip() local 1508 curMatch = p->hash[hv]; Bt3Zip_MatchFinder_Skip() local 1598 curMatch = (hash + kFix4HashSize)[hv]; Hc4_MatchFinder_Skip() local 1613 curMatch = (hash + kFix5HashSize)[hv]; Hc5_MatchFinder_Skip() local 1628 curMatch = hash[hv]; Hc3Zip_MatchFinder_Skip() local [all...] |
Completed in 3 milliseconds