Searched refs:adler32_simd_ (Results 1 - 9 of 9) sorted by relevance
/third_party/skia/third_party/externals/zlib/ |
H A D | adler32.c | 75 return adler32_simd_(adler, buf, len); 82 return adler32_simd_(adler, buf, len); 85 return adler32_simd_(adler, buf, len);
|
H A D | adler32_simd.c | 56 uint32_t ZLIB_INTERNAL adler32_simd_( /* SSSE3 */ in adler32_simd_() function 203 uint32_t ZLIB_INTERNAL adler32_simd_( /* NEON */ in adler32_simd_() function
|
H A D | chromeconf.h | 180 #define adler32_simd_ Cr_z_adler32_simd_ macro
|
/third_party/node/deps/v8/third_party/zlib/ |
H A D | adler32.c | 78 return adler32_simd_(adler, buf, len); 81 return adler32_simd_(adler, buf, len);
|
H A D | adler32_simd.c | 56 uint32_t ZLIB_INTERNAL adler32_simd_( /* SSSE3 */ in adler32_simd_() function 203 uint32_t ZLIB_INTERNAL adler32_simd_( /* NEON */ in adler32_simd_() function
|
H A D | chromeconf.h | 180 #define adler32_simd_ Cr_z_adler32_simd_ macro
|
/third_party/node/deps/zlib/ |
H A D | adler32.c | 72 return adler32_simd_(adler, buf, len); in adler32_z() 75 return adler32_simd_(adler, buf, len); in adler32_z()
|
H A D | adler32_simd.c | 56 uint32_t ZLIB_INTERNAL adler32_simd_( /* SSSE3 */ in adler32_simd_() function 203 uint32_t ZLIB_INTERNAL adler32_simd_( /* NEON */ in adler32_simd_() function
|
H A D | chromeconf.h | 183 #define adler32_simd_ Cr_z_adler32_simd_ macro
|
Completed in 5 milliseconds