Searched refs:subValue (Results 1 – 2 of 2) sorted by relevance
55 void MatchFinder_ReduceOffsets(CMatchFinder *p, UInt32 subValue) in MatchFinder_ReduceOffsets() argument57 p->posLimit -= subValue; in MatchFinder_ReduceOffsets()58 p->pos -= subValue; in MatchFinder_ReduceOffsets()59 p->streamPos -= subValue; in MatchFinder_ReduceOffsets()285 void MatchFinder_Normalize3(UInt32 subValue, CLzRef *items, UInt32 numItems) in MatchFinder_Normalize3() argument291 if (value <= subValue) in MatchFinder_Normalize3()294 value -= subValue; in MatchFinder_Normalize3()301 UInt32 subValue = MatchFinder_GetSubValue(p); in MatchFinder_Normalize() local302 MatchFinder_Normalize3(subValue, p->hash, p->hashSizeSum + p->numSons); in MatchFinder_Normalize()303 MatchFinder_ReduceOffsets(p, subValue); in MatchFinder_Normalize()
69 void MatchFinder_Normalize3(UInt32 subValue, CLzRef *items, UInt32 numItems);70 void MatchFinder_ReduceOffsets(CMatchFinder *p, UInt32 subValue);