Lines Matching refs:subValue
52 void MatchFinder_ReduceOffsets(CMatchFinder *p, UInt32 subValue)
54 p->posLimit -= subValue;
55 p->pos -= subValue;
56 p->streamPos -= subValue;
292 void MatchFinder_Normalize3(UInt32 subValue, CLzRef *items, UInt32 numItems)
298 if (value <= subValue)
301 value -= subValue;
308 UInt32 subValue = MatchFinder_GetSubValue(p);
309 MatchFinder_Normalize3(subValue, p->hash, p->hashSizeSum + p->numSons);
310 MatchFinder_ReduceOffsets(p, subValue);