Searched refs:getLongB (Results 1 – 1 of 1) sorted by relevance
339 static long getLongB(ByteBuffer bb, int bi) { in getLongB() method in Bits350 static long getLongB(long a) { in getLongB() method in Bits362 return bigEndian ? getLongB(bb, bi) : getLongL(bb, bi); in getLong()366 return bigEndian ? getLongB(a) : getLongL(a); in getLong()505 return Double.longBitsToDouble(getLongB(bb, bi)); in getDoubleB()509 return Double.longBitsToDouble(getLongB(a)); in getDoubleB()