Searched refs:hashSizeSum (Results 1 – 7 of 7) sorted by relevance
224 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()
47 UInt32 hashSizeSum; member
225 UInt32 prevSize = p->hashSizeSum + p->numSons; in MatchFinder_Create()228 p->hashSizeSum = hs; in MatchFinder_Create()231 newSize = p->hashSizeSum + p->numSons; in MatchFinder_Create()238 p->son = p->hash + p->hashSizeSum; in MatchFinder_Create()275 for (i = 0; i < p->hashSizeSum; i++) in MatchFinder_Init()308 MatchFinder_Normalize3(subValue, p->hash, p->hashSizeSum + p->numSons); in MatchFinder_Normalize()
48 UInt32 hashSizeSum; member
2357 + UInt32 prevSize = p->hashSizeSum + p->numSons;2360 + p->hashSizeSum = hs;2363 + newSize = p->hashSizeSum + p->numSons;2370 + p->son = p->hash + p->hashSizeSum;2407 + for (i = 0; i < p->hashSizeSum; i++)2440 + MatchFinder_Normalize3(subValue, p->hash, p->hashSizeSum + p->numSons);5426 + UInt32 hashSizeSum;