Searched refs:oi12Length (Results 1 – 1 of 1) sorted by relevance
680 int oi12Length = data.get() & Constants.BYTE_MASK; in from() local681 int oi1Length = oi12Length & Constants.NIBBLE_MASK; in from()682 int oi2Length = (oi12Length >>> 4) & Constants.NIBBLE_MASK; in from()