runtime.hmap.hash0 (field)
32 uses
runtime (current package)
map.go#L122: hash0 uint32 // hash seed
map.go#L294: h.hash0 = fastrand()
map.go#L313: h.hash0 = fastrand()
map.go#L413: hash := t.hasher(key, uintptr(h.hash0))
map.go#L471: hash := t.hasher(key, uintptr(h.hash0))
map.go#L515: hash := t.hasher(key, uintptr(h.hash0))
map.go#L587: hash := t.hasher(key, uintptr(h.hash0))
map.go#L705: hash := t.hasher(key, uintptr(h.hash0))
map.go#L786: h.hash0 = fastrand()
map.go#L921: hash := t.hasher(k, uintptr(h.hash0))
map.go#L1003: h.hash0 = fastrand()
map.go#L1180: hash := t.hasher(k2, uintptr(h.hash0))
map_fast32.go#L28: hash := t.hasher(noescape(unsafe.Pointer(&key)), uintptr(h.hash0))
map_fast32.go#L68: hash := t.hasher(noescape(unsafe.Pointer(&key)), uintptr(h.hash0))
map_fast32.go#L103: hash := t.hasher(noescape(unsafe.Pointer(&key)), uintptr(h.hash0))
map_fast32.go#L193: hash := t.hasher(noescape(unsafe.Pointer(&key)), uintptr(h.hash0))
map_fast32.go#L284: hash := t.hasher(noescape(unsafe.Pointer(&key)), uintptr(h.hash0))
map_fast32.go#L350: h.hash0 = fastrand()
map_fast32.go#L412: hash := t.hasher(k, uintptr(h.hash0))
map_fast64.go#L28: hash := t.hasher(noescape(unsafe.Pointer(&key)), uintptr(h.hash0))
map_fast64.go#L68: hash := t.hasher(noescape(unsafe.Pointer(&key)), uintptr(h.hash0))
map_fast64.go#L103: hash := t.hasher(noescape(unsafe.Pointer(&key)), uintptr(h.hash0))
map_fast64.go#L193: hash := t.hasher(noescape(unsafe.Pointer(&key)), uintptr(h.hash0))
map_fast64.go#L284: hash := t.hasher(noescape(unsafe.Pointer(&key)), uintptr(h.hash0))
map_fast64.go#L352: h.hash0 = fastrand()
map_fast64.go#L414: hash := t.hasher(k, uintptr(h.hash0))
map_faststr.go#L79: hash := t.hasher(noescape(unsafe.Pointer(&ky)), uintptr(h.hash0))
map_faststr.go#L174: hash := t.hasher(noescape(unsafe.Pointer(&ky)), uintptr(h.hash0))
map_faststr.go#L214: hash := t.hasher(noescape(unsafe.Pointer(&s)), uintptr(h.hash0))
map_faststr.go#L310: hash := t.hasher(noescape(unsafe.Pointer(&ky)), uintptr(h.hash0))
map_faststr.go#L375: h.hash0 = fastrand()
map_faststr.go#L437: hash := t.hasher(k, uintptr(h.hash0))
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |