Searched refs:numSons (Results 1 – 7 of 7) sorted by relevance
48 UInt32 numSons; member
224 UInt32 prevSize = p->hashSizeSum + p->numSons; in MatchFinder_Create()229 p->numSons = (p->btMode ? newCyclicBufferSize * 2 : newCyclicBufferSize); in MatchFinder_Create()230 newSize = p->hashSizeSum + p->numSons; in MatchFinder_Create()307 MatchFinder_Normalize3(subValue, p->hash, p->hashSizeSum + p->numSons); in MatchFinder_Normalize()
49 UInt32 numSons; member
225 UInt32 prevSize = p->hashSizeSum + p->numSons; in MatchFinder_Create()230 p->numSons = (p->btMode ? newCyclicBufferSize * 2 : newCyclicBufferSize); in MatchFinder_Create()231 newSize = p->hashSizeSum + p->numSons; in MatchFinder_Create()308 MatchFinder_Normalize3(subValue, p->hash, p->hashSizeSum + p->numSons); in MatchFinder_Normalize()
2357 + UInt32 prevSize = p->hashSizeSum + p->numSons;2362 + p->numSons = (p->btMode ? newCyclicBufferSize * 2 : newCyclicBufferSize);2363 + newSize = p->hashSizeSum + p->numSons;2440 + MatchFinder_Normalize3(subValue, p->hash, p->hashSizeSum + p->numSons);5427 + UInt32 numSons;