Searched refs:mmsb (Results 1 – 1 of 1) sorted by relevance
139 public static int decodeInt(byte lsb, byte mlsb, byte mmsb, byte msb) { in decodeInt() argument142 ((mmsb & 0xFF) << 16) | in decodeInt()