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