Searched refs:getLongB (Results 1 – 1 of 1) sorted by relevance
357 static long getLongB(ByteBuffer bb, int bi) { in getLongB() method in Bits368 static long getLongB(long a) { in getLongB() method in Bits380 return bigEndian ? getLongB(bb, bi) : getLongL(bb, bi); in getLong()384 return bigEndian ? getLongB(a) : getLongL(a); in getLong()546 return Double.longBitsToDouble(getLongB(bb, bi)); in getDoubleB()550 return Double.longBitsToDouble(getLongB(a)); in getDoubleB()