Searched refs:k64 (Results 1 – 2 of 2) sorted by relevance
710 static inline uint32_t hashword(const uint64_t *k64, size_t length) in hashword() argument712 const uint32_t *k = reinterpret_cast<const uint32_t *>(k64); in hashword()745 static inline uint32_t hashword8(const uint64_t k64) in hashword8() argument749 b += k64 >> 32; in hashword8()750 a += k64 & 0xffffffff; in hashword8()
384 const __m128i k64 = _mm_set1_epi8(64); in DoFilter4_SSE2() local415 t3 = _mm_sub_epi8(t3, k64); in DoFilter4_SSE2()