Searched refs:bytes1 (Results 1 – 3 of 3) sorted by relevance
64 public float getDistance(byte bytes1[], byte bytes2[]) { in getDistance() argument67 if (bytes1.length > bytes2.length) { in getDistance()68 array2 = bytes1; in getDistance()72 array1 = bytes1; in getDistance()161 if (bytes1[i] != bytes2[i]) { in getDistance()
133 byte[] bytes1 = new byte[] {1, 2, 3}; in testConcatByteArrays()137 assertThat(Utils.concatByteArrays(bytes1, bytes2)).asList() in testConcatByteArrays()
308 void* bytes1; in MterpStringEquals() local312 bytes1 = str->GetValueCompressed(); in MterpStringEquals()316 bytes1 = str->GetValue(); in MterpStringEquals()319 res = (memcmp(bytes1, bytes2, len) == 0); in MterpStringEquals()