Home
last modified time | relevance | path

Searched refs:subValue (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/common/lzma/
H A DLzFind.c55 void MatchFinder_ReduceOffsets(CMatchFinder *p, UInt32 subValue) in MatchFinder_ReduceOffsets() argument
57 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() argument
291 if (value <= subValue) in MatchFinder_Normalize3()
294 value -= subValue; in MatchFinder_Normalize3()
301 UInt32 subValue = MatchFinder_GetSubValue(p); in MatchFinder_Normalize() local
302 MatchFinder_Normalize3(subValue, p->hash, p->hashSizeSum + p->numSons); in MatchFinder_Normalize()
303 MatchFinder_ReduceOffsets(p, subValue); in MatchFinder_Normalize()
H A DLzFind.h69 void MatchFinder_Normalize3(UInt32 subValue, CLzRef *items, UInt32 numItems);
70 void MatchFinder_ReduceOffsets(CMatchFinder *p, UInt32 subValue);