Home
last modified time | relevance | path

Searched refs:__crc32w (Results 1 - 4 of 4) sorted by relevance

/third_party/lzma/C/
H A D7zCrc.c130 UInt32 __crc32w(UInt32 v, UInt32 data) in __crc32w() function
189 v = __crc32w(v, *(const UInt32 *)(const void *)(p)); in CrcUpdateT0_32()
190 v = __crc32w(v, *(const UInt32 *)(const void *)(p + 4)); p += 2 * 4; in CrcUpdateT0_32()
191 v = __crc32w(v, *(const UInt32 *)(const void *)(p)); in CrcUpdateT0_32()
192 v = __crc32w(v, *(const UInt32 *)(const void *)(p + 4)); p += 2 * 4; in CrcUpdateT0_32()
/third_party/node/deps/v8/third_party/zlib/
H A Dcrc32_simd.c183 #define __crc32w __builtin_arm_crc32w macro
/third_party/skia/third_party/externals/zlib/
H A Dcrc32_simd.c183 #define __crc32w __builtin_arm_crc32w macro
/third_party/node/deps/zlib/
H A Dcrc32_simd.c384 #define __crc32w __builtin_arm_crc32w macro

Completed in 5 milliseconds