Lines Matching refs:son

256         p->son = p->hash + p->hashSizeSum;  in MatchFinder_Create()
357 …t32 * Hc_GetMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son, in Hc_GetMatchesSpec() argument
361 son[_cyclicBufferPos] = curMatch; in Hc_GetMatchesSpec()
369 … curMatch = son[_cyclicBufferPos - delta + ((delta > _cyclicBufferPos) ? _cyclicBufferSize : 0)]; in Hc_GetMatchesSpec()
388 UInt32 * GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son, in GetMatchesSpec1() argument
392 CLzRef *ptr0 = son + (_cyclicBufferPos << 1) + 1; in GetMatchesSpec1()
393 CLzRef *ptr1 = son + (_cyclicBufferPos << 1); in GetMatchesSpec1()
404 …CLzRef *pair = son + ((_cyclicBufferPos - delta + ((delta > _cyclicBufferPos) ? _cyclicBufferSize … in GetMatchesSpec1()
443 …ic void SkipMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son, in SkipMatchesSpec() argument
446 CLzRef *ptr0 = son + (_cyclicBufferPos << 1) + 1; in SkipMatchesSpec()
447 CLzRef *ptr1 = son + (_cyclicBufferPos << 1); in SkipMatchesSpec()
458 …CLzRef *pair = son + ((_cyclicBufferPos - delta + ((delta > _cyclicBufferPos) ? _cyclicBufferSize … in SkipMatchesSpec()
510 #define MF_PARAMS(p) p->pos, p->buffer, p->son, p->cyclicBufferPos, p->cyclicBufferSize, p->cutValue
761 p->son[p->cyclicBufferPos] = curMatch; in Hc4_MatchFinder_GetMatches()
960 p->son[p->cyclicBufferPos] = curMatch; in Hc4_MatchFinder_Skip()
996 p->son[p->cyclicBufferPos] = curMatch; in Hc3Zip_MatchFinder_Skip()