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