Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/nio/
DBits.java65 static private char makeChar(byte b1, byte b0) { in makeChar()
142 static private short makeShort(byte b1, byte b0) { in makeShort()
219 static private int makeInt(byte b3, byte b2, byte b1, byte b0) { in makeInt()
324 byte b3, byte b2, byte b1, byte b0) { in makeLong()