Searched defs:subValue (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/lzma/
H A DLzFind.c55 void MatchFinder_ReduceOffsets(CMatchFinder *p, UInt32 subValue) argument
57 p->posLimit -= subValue;
58 p->pos -= subValue;
59 p->streamPos -= subValue;
285 void MatchFinder_Normalize3(UInt32 subValue, CLzRef *items, UInt32 numItems) argument
291 if (value <= subValue)
294 value -= subValue;
301 UInt32 subValue = MatchFinder_GetSubValue(p); local
302 MatchFinder_Normalize3(subValue, p->hash, p->hashSizeSum + p->numSons);
303 MatchFinder_ReduceOffsets(p, subValue);
[all...]

Completed in 165 milliseconds