Searched refs:crc32_sse42_simd_ (Results 1 - 12 of 12) sorted by relevance
/third_party/node/deps/v8/third_party/zlib/ |
H A D | crc32_simd.h | 15 * 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 D | chromeconf.h | 187 #define crc32_sse42_simd_ Cr_z_crc32_sse42_simd_ macro
|
H A D | crc32_simd.c | 13 * 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 D | crc32.c | 233 crc = ~crc32_sse42_simd_(buf, chunk_size, ~(uint32_t)crc);
|
/third_party/skia/third_party/externals/zlib/ |
H A D | crc32_simd.h | 15 * 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 D | chromeconf.h | 187 #define crc32_sse42_simd_ Cr_z_crc32_sse42_simd_ macro
|
H A D | crc32_simd.c | 13 * 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 D | crc32.c | 233 crc = ~crc32_sse42_simd_(buf, chunk_size, ~(uint32_t)crc);
|
/third_party/node/deps/zlib/ |
H A D | crc32_simd.h | 15 * 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 D | chromeconf.h | 190 #define crc32_sse42_simd_ Cr_z_crc32_sse42_simd_ macro
|
H A D | crc32_simd.c | 206 * 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 D | crc32.c | 736 crc = ~crc32_sse42_simd_(buf, chunk_size, ~(uint32_t)crc); in crc32_z()
|
Completed in 7 milliseconds