MCPcopy Create free account
hub / github.com/AngusJohnson/Clipper2 / QueueRound

Method QueueRound

CSharp/Clipper2Lib/HashCode.cs:86–90  ·  view source on GitHub ↗
(uint hash, uint queuedValue)

Source from the content-addressed store, hash-verified

84 }
85
86 [MethodImpl(MethodImplOptions.AggressiveInlining)]
87 private static uint QueueRound(uint hash, uint queuedValue)
88 {
89 return RotateLeft(hash + (queuedValue * Prime3), 17) * Prime4;
90 }
91
92 private static uint MixEmptyState()
93 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected