Lines Matching refs:subValue
55 void MatchFinder_ReduceOffsets(CMatchFinder *p, UInt32 subValue)
57 p->posLimit -= subValue;
58 p->pos -= subValue;
59 p->streamPos -= subValue;
285 void MatchFinder_Normalize3(UInt32 subValue, CLzRef *items, UInt32 numItems)
291 if (value <= subValue)
294 value -= subValue;
301 UInt32 subValue = MatchFinder_GetSubValue(p);
302 MatchFinder_Normalize3(subValue, p->hash, p->hashSizeSum + p->numSons);
303 MatchFinder_ReduceOffsets(p, subValue);