Home
last modified time | relevance | path

Searched refs:hashSizeSum (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()
222 p->hashSizeSum = hs; in MatchFinder_Create()
225 newSize = p->hashSizeSum + p->numSons; in MatchFinder_Create()
232 p->son = p->hash + p->hashSizeSum; in MatchFinder_Create()
269 for (i = 0; i < p->hashSizeSum; i++) in MatchFinder_Init()
302 MatchFinder_Normalize3(subValue, p->hash, p->hashSizeSum + p->numSons); in MatchFinder_Normalize()
H A DLzFind.h43 UInt32 hashSizeSum; member