Searched refs:_mm_crc32_u64 (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/smhasher/src/
H A DCity.cpp386 f = _mm_crc32_u64(f, a); \
387 g = _mm_crc32_u64(g, b); \
388 h = _mm_crc32_u64(h, c); \
389 i = _mm_crc32_u64(i, d); \
390 j = _mm_crc32_u64(j, e); \
/external/clang/lib/Headers/
H A Dsmmintrin.h469 _mm_crc32_u64(unsigned long long __C, unsigned long long __D) function

Completed in 474 milliseconds