Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/nio/
DBits.java64 static private char makeChar(byte b1, byte b0) { in makeChar()
136 static private short makeShort(byte b1, byte b0) { in makeShort()
208 static private int makeInt(byte b3, byte b2, byte b1, byte b0) { in makeInt()
302 byte b3, byte b2, byte b1, byte b0) in makeLong()
/libcore/ojluni/src/main/java/java/util/
DBase64.java420 int b0 = src[sp++] & 0xff; in encode0() local
755 private int b0, b1, b2; field in Base64.EncOutputStream
/libcore/ojluni/src/main/java/java/math/
DBigInteger.java1920 BigInteger a0, a1, a2, b0, b1, b2; in multiplyToomCook3() local