Searched refs:getLongL (Results 1 – 1 of 1) sorted by relevance
314 static long getLongL(ByteBuffer bb, int bi) { in getLongL() method in Bits325 static long getLongL(long a) { in getLongL() method in Bits359 return bigEndian ? getLongB(bb, bi) : getLongL(bb, bi); in getLong()363 return bigEndian ? getLongB(a) : getLongL(a); in getLong()494 return Double.longBitsToDouble(getLongL(bb, bi)); in getDoubleL()498 return Double.longBitsToDouble(getLongL(a)); in getDoubleL()