Home
last modified time | relevance | path

Searched refs:curMatch (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/common/lzma/
H A DLzFind.c317 static UInt32 * Hc_GetMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CL… in Hc_GetMatchesSpec() argument
321 son[_cyclicBufferPos] = curMatch; in Hc_GetMatchesSpec()
324 UInt32 delta = pos - curMatch; in Hc_GetMatchesSpec()
329curMatch = son[_cyclicBufferPos - delta + ((delta > _cyclicBufferPos) ? _cyclicBufferSize : 0)]; in Hc_GetMatchesSpec()
348 UInt32 * GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son, in GetMatchesSpec1() argument
357 UInt32 delta = pos - curMatch; in GetMatchesSpec1()
387 *ptr1 = curMatch; in GetMatchesSpec1()
389 curMatch = *ptr1; in GetMatchesSpec1()
394 *ptr0 = curMatch; in GetMatchesSpec1()
396 curMatch = *ptr0; in GetMatchesSpec1()
[all …]
H A DLzFind.h72 UInt32 * GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *buffer, CLzRef *…