Searched refs:maxProbe (Results 1 – 1 of 1) sorted by relevance
364 int numEntries, minProbe, maxProbe, totalProbe; in mzHashTableProbeCount() local367 numEntries = maxProbe = totalProbe = 0; in mzHashTableProbeCount()382 if (count > maxProbe) in mzHashTableProbeCount()383 maxProbe = count; in mzHashTableProbeCount()388 minProbe, maxProbe, totalProbe, numEntries, pHashTable->tableSize, in mzHashTableProbeCount()