go/src/runtime/hash64.go

const m5

func memhashFallback(p unsafe.Pointer, seed, s uintptr) uintptr {}

func memhash32Fallback(p unsafe.Pointer, seed uintptr) uintptr {}

func memhash64Fallback(p unsafe.Pointer, seed uintptr) uintptr {}

func mix(a, b uintptr) uintptr {}

func r4(p unsafe.Pointer) uintptr {}

func r8(p unsafe.Pointer) uintptr {}