1 // Copyright 2014 The Go Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style
3 // license that can be found in the LICENSE file.
5 // +build 386 amd64 amd64p32 arm64 ppc64 ppc64le s390x ppc s390 arm64be
11 func readUnaligned32(p unsafe
.Pointer
) uint32 {
15 func readUnaligned64(p unsafe
.Pointer
) uint64 {