Home | History | Annotate | Download | only in C

Lines Matching defs:subValue

50 void MatchFinder_ReduceOffsets(CMatchFinder *p, UInt32 subValue)

52 p->posLimit -= subValue;
53 p->pos -= subValue;
54 p->streamPos -= subValue;
290 void MatchFinder_Normalize3(UInt32 subValue, CLzRef *items, UInt32 numItems)
296 if (value <= subValue)
299 value -= subValue;
306 UInt32 subValue = MatchFinder_GetSubValue(p);
307 MatchFinder_Normalize3(subValue, p->hash, p->hashSizeSum + p->numSons);
308 MatchFinder_ReduceOffsets(p, subValue);