Lines Matching full:son
237 p->son = p->hash + p->hashSizeSum;
322 static UInt32 * Hc_GetMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son,
326 son[_cyclicBufferPos] = curMatch;
334 curMatch = son[_cyclicBufferPos - delta + ((delta > _cyclicBufferPos) ? _cyclicBufferSize : 0)];
353 UInt32 * GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son,
357 CLzRef *ptr0 = son + (_cyclicBufferPos << 1) + 1;
358 CLzRef *ptr1 = son + (_cyclicBufferPos << 1);
369 CLzRef *pair = son + ((_cyclicBufferPos - delta + ((delta > _cyclicBufferPos) ? _cyclicBufferSize : 0)) << 1);
408 static void SkipMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son,
411 CLzRef *ptr0 = son + (_cyclicBufferPos << 1) + 1;
412 CLzRef *ptr1 = son + (_cyclicBufferPos << 1);
423 CLzRef *pair = son + ((_cyclicBufferPos - delta + ((delta > _cyclicBufferPos) ? _cyclicBufferSize : 0)) << 1);
475 #define MF_PARAMS(p) p->pos, p->buffer, p->son, p->cyclicBufferPos, p->cyclicBufferSize, p->cutValue
624 p->son[p->cyclicBufferPos] = curMatch;
715 p->son[p->cyclicBufferPos] = curMatch;
729 p->son[p->cyclicBufferPos] = curMatch;