Searched refs:hashbits (Results 1 – 1 of 1) sorted by relevance
58 static void verifyHashFunction(HashFn hashFunction, int hashbits, int expected) { in verifyHashFunction() argument59 int hashBytes = hashbits / 8; in verifyHashFunction()