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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/
H A DCompressedStream.java55 public static final int BitsPerByte = 1 << 3; field in class:CompressedStream
60 public static final int L = (1<<BitsPerByte) - H; // number of low codes (192)
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/
H A DBits.java34 public static final int BitsPerByte = 8; field in class:Bits
/openjdk7/hotspot/src/os/bsd/dtrace/
H A Dlibjvm_db.c660 BitsPerByte = 8, enumerator in enum:__anon78
661 L = (1<<BitsPerByte)-H,
/openjdk7/hotspot/src/os/solaris/dtrace/
H A Dlibjvm_db.c660 BitsPerByte = 8, enumerator in enum:__anon88
661 L = (1<<BitsPerByte)-H,
/openjdk7/hotspot/src/share/vm/utilities/
H A DglobalDefinitions.hpp70 const int BitsPerByte = 1 << LogBitsPerByte; variable
100 const int BitsPerSize_t = size_tSize * BitsPerByte;
164 const jint min_jint = (jint)1 << (sizeof(jint)*BitsPerByte-1); // 0x80000000 == smallest jint
217 const intx min_intx = (intx)1 << (sizeof(intx)*BitsPerByte-1);

Completed in 126 milliseconds