Home
last modified time | relevance | path

Searched refs:k64 (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Support/
DAPInt.cpp710 static inline uint32_t hashword(const uint64_t *k64, size_t length) in hashword() argument
712 const uint32_t *k = reinterpret_cast<const uint32_t *>(k64); in hashword()
745 static inline uint32_t hashword8(const uint64_t k64) in hashword8() argument
749 b += k64 >> 32; in hashword8()
750 a += k64 & 0xffffffff; in hashword8()
/external/webp/src/dsp/
Ddec_sse2.c384 const __m128i k64 = _mm_set1_epi8(64); in DoFilter4_SSE2() local
415 t3 = _mm_sub_epi8(t3, k64); in DoFilter4_SSE2()