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

/opensolaris-onvv-gate/usr/src/common/lzma/
H A DLzFind.h44 UInt32 numSons; member in struct:_CMatchFinder
H A DLzFind.c219 UInt32 prevSize = p->hashSizeSum + p->numSons;
224 p->numSons = (p->btMode ? newCyclicBufferSize * 2 : newCyclicBufferSize);
225 newSize = p->hashSizeSum + p->numSons;
302 MatchFinder_Normalize3(subValue, p->hash, p->hashSizeSum + p->numSons);

Completed in 100 milliseconds