Searched refs:hashSizeSum (Results 1 – 2 of 2) sorted by relevance
219 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()
43 UInt32 hashSizeSum; member