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

/opensolaris-onvv-gate/usr/src/common/lzma/
H A DLzFind.h43 UInt32 hashSizeSum; member in struct:_CMatchFinder
H A DLzFind.c219 UInt32 prevSize = p->hashSizeSum + p->numSons;
222 p->hashSizeSum = hs;
225 newSize = p->hashSizeSum + p->numSons;
232 p->son = p->hash + p->hashSizeSum;
269 for (i = 0; i < p->hashSizeSum; i++)
302 MatchFinder_Normalize3(subValue, p->hash, p->hashSizeSum + p->numSons);

Completed in 253 milliseconds