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