Home
last modified time | relevance | path

Searched refs:GetMatchesSpec1 (Results 1 – 3 of 3) sorted by relevance

/third_party/lzma/C/
DLzFind.h117 UInt32 * GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *buffer, CLzRef *…
DLzFind.c955 UInt32 * GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son, in GetMatchesSpec1() function
1122 GET_MATCHES_FOOTER_BASE(_maxLen_, GetMatchesSpec1)
DLzFindMt.c672 UInt32 num = (UInt32)(GetMatchesSpec1(lenLimit, pos - p->hashBuf[p->hashBufPos++], in BtGetMatches()