Searched refs:numSons (Results 1 – 2 of 2) sorted by relevance
219 UInt32 prevSize = p->hashSizeSum + p->numSons; in MatchFinder_Create()224 p->numSons = (p->btMode ? newCyclicBufferSize * 2 : newCyclicBufferSize); in MatchFinder_Create()225 newSize = p->hashSizeSum + p->numSons; in MatchFinder_Create()302 MatchFinder_Normalize3(subValue, p->hash, p->hashSizeSum + p->numSons); in MatchFinder_Normalize()
44 UInt32 numSons; member