HomeSort by relevance Sort by last modified time
    Searched defs:ieeeCLMUL (Results 1 - 2 of 2) sorted by null

  /prebuilts/go/darwin-x86/src/hash/crc32/
crc32_amd64.go 36 // ieeeCLMUL is defined in crc_amd64.s and uses the PCLMULQDQ
39 func ieeeCLMUL(crc uint32, p []byte) uint32
221 crc = ^ieeeCLMUL(^crc, p[:do])
  /prebuilts/go/linux-x86/src/hash/crc32/
crc32_amd64.go 36 // ieeeCLMUL is defined in crc_amd64.s and uses the PCLMULQDQ
39 func ieeeCLMUL(crc uint32, p []byte) uint32
221 crc = ^ieeeCLMUL(^crc, p[:do])

Completed in 71 milliseconds