Searched defs:b1 (Results 1 – 10 of 10) sorted by relevance
45 Object b1; field in EqualsHashCodeBenchmark
355 int b1 = chars[position]; 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
221 jbyte b1 = (ch >> 18) | 0xf0; in Charsets_toUtf8Bytes() local230 jbyte b1 = (ch >> 12) | 0xe0; in Charsets_toUtf8Bytes() local
903 ByteBuffer b1 = ByteBuffer.allocateDirect(1); in testFreed() local926 ByteBuffer b1 = ByteBuffer.allocate(1); in testAccess() local
664 Integer[] b1 = size == 0 ? null : (Integer[]) q.toArray(a1); in checkToArray2() local
616 Integer[] b1 = size == 0 ? null : (Integer[]) q.toArray(a1); in checkToArray2() local
2303 int[] b1 = { 1, 2, 3 }; in test_deepEquals$Ljava_lang_ObjectLjava_lang_Object() local2326 int[] b1 = { 1, 2, 3 }; in test_deepHashCode$Ljava_lang_Object() local
108 B1 b1 = new B1(); field in ObjectInputStreamTest.A1