Searched refs:code1 (Results 1 – 2 of 2) sorted by relevance
91 HashCode code1 = hashFunction.hashBytes(buffer); in calibrateMethod() local97 hashStream.write(code1.asBytes()); in calibrateMethod()
2298 inline bool areIdentical(const char code1[2], const char code2[2]) { in areIdentical()2299 return code1[0] == code2[0] && code1[1] == code2[1]; in areIdentical()