Home
last modified time | relevance | path

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

/external/lzma/C/
DLzFind.c224 UInt32 prevSize = p->hashSizeSum + p->numSons; in MatchFinder_Create()
227 p->hashSizeSum = hs; in MatchFinder_Create()
230 newSize = p->hashSizeSum + p->numSons; in MatchFinder_Create()
237 p->son = p->hash + p->hashSizeSum; in MatchFinder_Create()
274 for (i = 0; i < p->hashSizeSum; i++) in MatchFinder_Init()
307 MatchFinder_Normalize3(subValue, p->hash, p->hashSizeSum + p->numSons); in MatchFinder_Normalize()
DLzFind.h47 UInt32 hashSizeSum; member