Lines Matching refs:son

239         p->son = p->hash + p->hashSizeSum;  in MatchFinder_Create()
324 …t32 * Hc_GetMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son, in Hc_GetMatchesSpec() argument
328 son[_cyclicBufferPos] = curMatch; in Hc_GetMatchesSpec()
336 … curMatch = son[_cyclicBufferPos - delta + ((delta > _cyclicBufferPos) ? _cyclicBufferSize : 0)]; in Hc_GetMatchesSpec()
355 UInt32 * GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son, in GetMatchesSpec1() argument
359 CLzRef *ptr0 = son + (_cyclicBufferPos << 1) + 1; in GetMatchesSpec1()
360 CLzRef *ptr1 = son + (_cyclicBufferPos << 1); in GetMatchesSpec1()
371 …CLzRef *pair = son + ((_cyclicBufferPos - delta + ((delta > _cyclicBufferPos) ? _cyclicBufferSize … in GetMatchesSpec1()
410 …ic void SkipMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son, in SkipMatchesSpec() argument
413 CLzRef *ptr0 = son + (_cyclicBufferPos << 1) + 1; in SkipMatchesSpec()
414 CLzRef *ptr1 = son + (_cyclicBufferPos << 1); in SkipMatchesSpec()
425 …CLzRef *pair = son + ((_cyclicBufferPos - delta + ((delta > _cyclicBufferPos) ? _cyclicBufferSize … in SkipMatchesSpec()
477 #define MF_PARAMS(p) p->pos, p->buffer, p->son, p->cyclicBufferPos, p->cyclicBufferSize, p->cutValue
626 p->son[p->cyclicBufferPos] = curMatch; in Hc4_MatchFinder_GetMatches()
717 p->son[p->cyclicBufferPos] = curMatch; in Hc4_MatchFinder_Skip()
731 p->son[p->cyclicBufferPos] = curMatch; in Hc3Zip_MatchFinder_Skip()