func hash/crc32.ieeeUpdate

2 uses

	hash/crc32 (current package)
		crc32_arm64.go#L14: func ieeeUpdate(crc uint32, p []byte) uint32
		crc32_arm64.go#L49: 	return ^ieeeUpdate(^crc, p)