Home
last modified time | relevance | path

Searched defs:b0 (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/java/nio/
DBits.java67 static private char makeChar(byte b1, byte b0) { in makeChar()
139 static private short makeShort(byte b1, byte b0) { in makeShort()
211 static private int makeInt(byte b3, byte b2, byte b1, byte b0) { in makeInt()
305 byte b3, byte b2, byte b1, byte b0) in makeLong()
/libcore/ojluni/src/main/java/java/util/
DBase64.java455 int b0 = src[sp++] & 0xff; in encode0() local
890 private int b0, b1, b2; field in Base64.EncOutputStream