MCPcopy Create free account
hub / github.com/antlr/codebuff / smear

Method smear

output/java_guava/1.4.17/Striped.java:507–510  ·  view source on GitHub ↗
(int hashCode)

Source from the content-addressed store, hash-verified

505
506
507 private static int smear(int hashCode) {
508 hashCode ^= (hashCode >>> 20) ^ (hashCode >>> 12);
509 return hashCode ^ (hashCode >>> 7) ^ (hashCode >>> 4);
510 }
511
512
513 private static class PaddedLock extends ReentrantLock {

Callers 1

indexForMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected