Home
last modified time | relevance | path

Searched defs:archUpdateIEEE (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/hash/crc32/
Dcrc32_otherarch.go11 func archUpdateIEEE(crc uint32, p []byte) uint32 { panic("not available") } func
Dcrc32_arm64.go44 func archUpdateIEEE(crc uint32, p []byte) uint32 { func
Dcrc32_s390x.go77 func archUpdateIEEE(crc uint32, p []byte) uint32 { func
Dcrc32_ppc64le.go68 func archUpdateIEEE(crc uint32, p []byte) uint32 { func
Dcrc32_amd64.go210 func archUpdateIEEE(crc uint32, p []byte) uint32 { func