Home
last modified time | relevance | path

Searched refs:crc32_sse42_simd_ (Results 1 - 12 of 12) sorted by relevance

/third_party/node/deps/v8/third_party/zlib/
H A Dcrc32_simd.h15 * crc32_sse42_simd_(): compute the crc32 of the buffer, where the buffer
18 uint32_t ZLIB_INTERNAL crc32_sse42_simd_(
24 * crc32_sse42_simd_ buffer size constraints: see the use in zlib/crc32.c
H A Dchromeconf.h187 #define crc32_sse42_simd_ Cr_z_crc32_sse42_simd_ macro
H A Dcrc32_simd.c13 * crc32_sse42_simd_(): compute the crc32 of the buffer, where the buffer
24 uint32_t ZLIB_INTERNAL crc32_sse42_simd_( /* SSE4.2+PCLMUL */ in crc32_sse42_simd_() function
H A Dcrc32.c233 crc = ~crc32_sse42_simd_(buf, chunk_size, ~(uint32_t)crc);
/third_party/skia/third_party/externals/zlib/
H A Dcrc32_simd.h15 * crc32_sse42_simd_(): compute the crc32 of the buffer, where the buffer
18 uint32_t ZLIB_INTERNAL crc32_sse42_simd_(
24 * crc32_sse42_simd_ buffer size constraints: see the use in zlib/crc32.c
H A Dchromeconf.h187 #define crc32_sse42_simd_ Cr_z_crc32_sse42_simd_ macro
H A Dcrc32_simd.c13 * crc32_sse42_simd_(): compute the crc32 of the buffer, where the buffer
24 uint32_t ZLIB_INTERNAL crc32_sse42_simd_( /* SSE4.2+PCLMUL */ in crc32_sse42_simd_() function
H A Dcrc32.c233 crc = ~crc32_sse42_simd_(buf, chunk_size, ~(uint32_t)crc);
/third_party/node/deps/zlib/
H A Dcrc32_simd.h15 * crc32_sse42_simd_(): compute the crc32 of the buffer, where the buffer
18 uint32_t ZLIB_INTERNAL crc32_sse42_simd_(const unsigned char* buf,
27 * crc32_sse42_simd_ buffer size constraints: see the use in zlib/crc32.c
H A Dchromeconf.h190 #define crc32_sse42_simd_ Cr_z_crc32_sse42_simd_ macro
H A Dcrc32_simd.c206 * crc32_sse42_simd_(): compute the crc32 of the buffer, where the buffer
214 uint32_t ZLIB_INTERNAL crc32_sse42_simd_( /* SSE4.2+PCLMUL */ in crc32_sse42_simd_() function
H A Dcrc32.c736 crc = ~crc32_sse42_simd_(buf, chunk_size, ~(uint32_t)crc); in crc32_z()

Completed in 7 milliseconds