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

  /prebuilts/go/darwin-x86/src/hash/crc32/
crc32_amd64p32.go 14 // castagnoliSSE42 is defined in crc32_amd64p32.s and uses the SSE4.2 CRC32
17 func castagnoliSSE42(crc uint32, p []byte) uint32
36 return castagnoliSSE42(crc, p)
crc32_amd64.go 22 // castagnoliSSE42 is defined in crc32_amd64.s and uses the SSE4.2 CRC32
25 func castagnoliSSE42(crc uint32, p []byte) uint32
72 castagnoliSSE42TableK1[b][i] = castagnoliSSE42(val, tmp[:castagnoliK1])
73 castagnoliSSE42TableK2[b][i] = castagnoliSSE42(val, tmp[:])
159 crc = castagnoliSSE42(crc, p[:delta])
195 crc = castagnoliSSE42(crc, p)
  /prebuilts/go/linux-x86/src/hash/crc32/
crc32_amd64p32.go 14 // castagnoliSSE42 is defined in crc32_amd64p32.s and uses the SSE4.2 CRC32
17 func castagnoliSSE42(crc uint32, p []byte) uint32
36 return castagnoliSSE42(crc, p)
crc32_amd64.go 22 // castagnoliSSE42 is defined in crc32_amd64.s and uses the SSE4.2 CRC32
25 func castagnoliSSE42(crc uint32, p []byte) uint32
72 castagnoliSSE42TableK1[b][i] = castagnoliSSE42(val, tmp[:castagnoliK1])
73 castagnoliSSE42TableK2[b][i] = castagnoliSSE42(val, tmp[:])
159 crc = castagnoliSSE42(crc, p[:delta])
195 crc = castagnoliSSE42(crc, p)

Completed in 141 milliseconds