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

/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/lzma_src/C/
H A DLzFind.h69 void MatchFinder_Normalize3(UInt32 subValue, CLzRef *items, UInt32 numItems);
70 void MatchFinder_ReduceOffsets(CMatchFinder *p, UInt32 subValue);
H A DLzFind.c50 void MatchFinder_ReduceOffsets(CMatchFinder *p, UInt32 subValue) argument
52 p->posLimit -= subValue;
53 p->pos -= subValue;
54 p->streamPos -= subValue;
280 void MatchFinder_Normalize3(UInt32 subValue, CLzRef *items, UInt32 numItems) argument
286 if (value <= subValue)
289 value -= subValue;
296 UInt32 subValue = MatchFinder_GetSubValue(p); local
297 MatchFinder_Normalize3(subValue, p->hash, p->hashSizeSum + p->numSons);
298 MatchFinder_ReduceOffsets(p, subValue);
[all...]

Completed in 84 milliseconds