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