Searched refs:ui (Results 1 – 4 of 4) sorted by relevance
46 final int ui = Byte.toUnsignedInt(b);47 assertEquals(0, ui >>> Byte.BYTES * 8);
46 final int ui = Short.toUnsignedInt(b);47 assertEquals(0, ui >>> Short.BYTES * 8);
196 int ui = i; in decode() local
2846 int ui = i; in decode() local