Searched refs:getShortB (Results 1 – 1 of 1) sorted by relevance
150 static short getShortB(ByteBuffer bb, int bi) { in getShortB() method in Bits155 static short getShortB(long a) { in getShortB() method in Bits161 return bigEndian ? getShortB(bb, bi) : getShortL(bb, bi); in getShort()165 return bigEndian ? getShortB(a) : getShortL(a); in getShort()