func internal/byteorder.BEUint16

3 uses

	internal/byteorder (current package)
		byteorder.go#L80: func BEUint16(b []byte) uint16 {

	os
		dir_unix.go#L186: 		return uint64(byteorder.BEUint16(b))

	syscall
		dirent.go#L32: 		return uint64(byteorder.BEUint16(b))