var runtime.staticuint64s
8 uses
runtime (current package)
iface.go#L335: if val < uint16(len(staticuint64s)) {
iface.go#L336: x = unsafe.Pointer(&staticuint64s[val])
iface.go#L348: if val < uint32(len(staticuint64s)) {
iface.go#L349: x = unsafe.Pointer(&staticuint64s[val])
iface.go#L361: if val < uint64(len(staticuint64s)) {
iface.go#L362: x = unsafe.Pointer(&staticuint64s[val])
iface.go#L532: var staticuint64s = [...]uint64{
string.go#L97: p := unsafe.Pointer(&staticuint64s[*ptr])
![]() |
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. |