Home
last modified time | relevance | path

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

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