Lines Matching defs:b2
24 private static byte sadByte2Byte(byte[] b1, byte[] b2) { in sadByte2Byte()
33 private static byte sadByte2ByteAlt(byte[] b1, byte[] b2) { in sadByte2ByteAlt()
44 private static byte sadByte2ByteAlt2(byte[] b1, byte[] b2) { in sadByte2ByteAlt2()
57 private static short sadByte2Short(byte[] b1, byte[] b2) { in sadByte2Short()
66 private static short sadByte2ShortAlt(byte[] b1, byte[] b2) { in sadByte2ShortAlt()
77 private static short sadByte2ShortAlt2(byte[] b1, byte[] b2) { in sadByte2ShortAlt2()
121 private static int sadByte2Int(byte[] b1, byte[] b2) { in sadByte2Int()
161 private static int sadByte2IntAlt(byte[] b1, byte[] b2) { in sadByte2IntAlt()
203 private static int sadByte2IntAlt2(byte[] b1, byte[] b2) { in sadByte2IntAlt2()
252 private static long sadByte2Long(byte[] b1, byte[] b2) { in sadByte2Long()
298 private static long sadByte2LongAt1(byte[] b1, byte[] b2) { in sadByte2LongAt1()