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

/openjdk7/hotspot/src/share/vm/oops/
H A DmarkOop.hpp115 hash_bits = max_hash_bits > 31 ? 31 : max_hash_bits, enumerator in enum:markOopDesc::__anon274
142 ,hash_mask = right_n_bits(hash_bits),
153 const static uintptr_t hash_mask = right_n_bits(hash_bits);
/openjdk7/jdk/src/share/native/java/util/zip/zlib-1.2.3/
H A Ddeflate.h162 uInt hash_bits; /* log2(hash_size) */ member in struct:internal_state
169 * hash_shift * MIN_MATCH >= hash_bits

Completed in 1790 milliseconds