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

/openjdk7/hotspot/src/share/vm/utilities/
H A DglobalDefinitions.hpp50 const int LogBytesPerShort = 1; variable
59 const int BytesPerShort = 1 << LogBytesPerShort;
65 const int LogBitsPerShort = LogBitsPerByte + LogBytesPerShort;

Completed in 38 milliseconds