Searched defs:b2 (Results 1 – 10 of 10) sorted by relevance
46 Object b2; field in EqualsHashCodeBenchmark
366 int b2 = chars[position + 1]; in getByte() local
91 public static boolean isEqual(byte[] b1, int off1, byte[] b2, int off2, in isEqual()
321 int b1, b2; in getByte() local
222 jbyte b2 = ((ch >> 12) & 0x3f) | 0x80; in Charsets_toUtf8Bytes() local231 jbyte b2 = ((ch >> 6) & 0x3f) | 0x80; in Charsets_toUtf8Bytes() local
904 ByteBuffer b2 = b1.duplicate(); in testFreed() local927 ByteBuffer b2 = b1.duplicate(); in testAccess() local
665 Integer[] b2 = (Integer[]) q.toArray(a2); in checkToArray2() local
617 Integer[] b2 = (Integer[]) q.toArray(a2); in checkToArray2() local
2304 short[] b2 = { 0, 1 }; in test_deepEquals$Ljava_lang_ObjectLjava_lang_Object() local2327 short[] b2 = { 0, 1 }; in test_deepHashCode$Ljava_lang_Object() local
110 B1 b2 = b1; field in ObjectInputStreamTest.A1