Searched refs:hashInt (Results 1 – 1 of 1) sorted by relevance
533 function hashInt(int $d, int $x) { function546 $h = hashInt(0, $k) % $gSize;571 $slot = hashInt($d, $k) % $tableSize;582 $g = hashInt(0, $bucket[0][0]) % $gSize;585 $table[hashInt($d, $elem[0]) % $tableSize] = $elem;607 $g = hashInt(0, $elem[0]) % $gSize;
Completed in 10 milliseconds