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

/openjdk7/hotspot/src/share/vm/utilities/
H A DglobalDefinitions.hpp984 inline bool is_power_of_2_long(jlong x) { function
1027 if (!is_power_of_2_long(x)) basic_fatal("x must be a power of 2");

Completed in 39 milliseconds