Searched defs:full_hash (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/utilities/
H A Dhashtable.hpp153 int hash_to_index(unsigned int full_hash) { argument
154 int h = full_hash % _table_size;

Completed in 31 milliseconds