Searched refs:getLongL (Results 1 – 1 of 1) sorted by relevance
335 static long getLongL(ByteBuffer bb, int bi) { in getLongL() method in Bits346 static long getLongL(long a) { in getLongL() method in Bits380 return bigEndian ? getLongB(bb, bi) : getLongL(bb, bi); in getLong()384 return bigEndian ? getLongB(a) : getLongL(a); in getLong()538 return Double.longBitsToDouble(getLongL(bb, bi)); in getDoubleL()542 return Double.longBitsToDouble(getLongL(a)); in getDoubleL()