Searched refs:getShortL (Results 1 – 1 of 1) sorted by relevance
146 static short getShortL(ByteBuffer bb, int bi) { in getShortL() method in Bits151 static short getShortL(long a) { in getShortL() method in Bits167 return bigEndian ? getShortB(bb, bi) : getShortL(bb, bi); in getShort()171 return bigEndian ? getShortB(a) : getShortL(a); in getShort()