Home
last modified time | relevance | path

Searched refs:crc32_pclmul_batch (Results 1 – 1 of 1) sorted by relevance

/PHP-8.2/ext/standard/
H A Dcrc32_x86.c70 ZEND_INTRIN_SSE4_2_PCLMUL_FUNC_DECL(size_t crc32_pclmul_batch(uint32_t *crc, const unsigned char *p…
71 size_t crc32_pclmul_batch(uint32_t *crc, const unsigned char *p, size_t nr, const crc32_pclmul_cons… in crc32_pclmul_batch() function
303 return crc32_pclmul_batch(crc, p, nr, consts); in crc32_x86_simd_update()

Completed in 14 milliseconds