Lines Matching refs:son

232         p->son = p->hash + p->hashSizeSum;  in MatchFinder_Create()
317 …t32 * Hc_GetMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son, in Hc_GetMatchesSpec() argument
321 son[_cyclicBufferPos] = curMatch; in Hc_GetMatchesSpec()
329 … curMatch = 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
352 CLzRef *ptr0 = son + (_cyclicBufferPos << 1) + 1; in GetMatchesSpec1()
353 CLzRef *ptr1 = son + (_cyclicBufferPos << 1); in GetMatchesSpec1()
364 …CLzRef *pair = son + ((_cyclicBufferPos - delta + ((delta > _cyclicBufferPos) ? _cyclicBufferSize … in GetMatchesSpec1()
403 …ic void SkipMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son, in SkipMatchesSpec() argument
406 CLzRef *ptr0 = son + (_cyclicBufferPos << 1) + 1; in SkipMatchesSpec()
407 CLzRef *ptr1 = son + (_cyclicBufferPos << 1); in SkipMatchesSpec()
418 …CLzRef *pair = son + ((_cyclicBufferPos - delta + ((delta > _cyclicBufferPos) ? _cyclicBufferSize … in SkipMatchesSpec()
470 #define MF_PARAMS(p) p->pos, p->buffer, p->son, p->cyclicBufferPos, p->cyclicBufferSize, p->cutValue
619 p->son[p->cyclicBufferPos] = curMatch; in Hc4_MatchFinder_GetMatches()
710 p->son[p->cyclicBufferPos] = curMatch; in Hc4_MatchFinder_Skip()
724 p->son[p->cyclicBufferPos] = curMatch; in Hc3Zip_MatchFinder_Skip()