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

/openjdk7/hotspot/src/share/vm/utilities/
H A DglobalDefinitions.hpp68 const int LogBitsPerLong = LogBitsPerByte + LogBytesPerLong; variable
74 const int BitsPerLong = 1 << LogBitsPerLong;

Completed in 37 milliseconds