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

/openjdk7/hotspot/src/share/vm/utilities/
H A DglobalDefinitions.hpp66 const int LogBitsPerInt = LogBitsPerByte + LogBytesPerInt; variable
72 const int BitsPerInt = 1 << LogBitsPerInt;

Completed in 57 milliseconds