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

/openjdk7/hotspot/src/share/vm/utilities/
H A DglobalDefinitions.hpp932 inline void clear_bits (intptr_t& x, intptr_t m) { x &= ~m; } function
939 inline void clear_nth_bit(intptr_t& x, int n) { clear_bits(x, nth_bit(n)); }

Completed in 37 milliseconds