Home
last modified time | relevance | path

Searched defs:crc32_x86_simd_update (Results 1 – 2 of 2) sorted by relevance

/PHP-8.3/ext/standard/
H A Dcrc32_x86.h46 static inline size_t crc32_x86_simd_update(X86_CRC32_TYPE type, uint32_t *crc, const unsigned char … in crc32_x86_simd_update() function
H A Dcrc32_x86.c291 size_t crc32_x86_simd_update(X86_CRC32_TYPE type, uint32_t *crc, const unsigned char *p, size_t nr) in crc32_x86_simd_update() function
335 size_t crc32_x86_simd_update(X86_CRC32_TYPE type, uint32_t *crc, const unsigned char *p, size_t nr)… in crc32_x86_simd_update() function

Completed in 6 milliseconds