Searched refs:efgh (Results 1 - 5 of 5) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/ppc/
H A Dvpx_convolve_vsx.c234 uint32x4_t efgh = (uint32x4_t)vec_mergeh(ef, gh); local
236 return (uint8x16_t)vec_mergeh(abcd, efgh);
/external/valgrind/VEX/priv/
H A Dguest_s390_helpers.c466 b2 |= (high_surrogate >> 2) & 0xf; // efgh
624 UInt efgh = (srcval >> 12) & 0xf; local
628 UInt byte2 = 0x80 | (xy << 4) | efgh;
802 UInt efgh = byte2 & 0xf; local
809 UInt high_surrogate = (0xd8 << 8) | (abcd << 6) | (efgh << 2) | ij;
817 (uvwxy << 16) | (efgh << 12) | (ij << 10) | (klmn << 6) | opqrst;
/external/webp/src/dsp/
H A Ddec_sse2.c942 const __m128i efgh = _mm_avg_epu8(avg2, XABCD); local
944 WebPUint32ToMem(dst + 1 * BPS, _mm_cvtsi128_si32( efgh ));
946 WebPUint32ToMem(dst + 3 * BPS, _mm_cvtsi128_si32(_mm_slli_si128(efgh, 1)));
H A Denc_sse2.c778 const __m128i efgh = _mm_avg_epu8(avg2, XABCD); local
780 WebPUint32ToMem(dst + 1 * BPS, _mm_cvtsi128_si32( efgh ));
782 WebPUint32ToMem(dst + 3 * BPS, _mm_cvtsi128_si32(_mm_slli_si128(efgh, 1)));
/external/autotest/client/common_lib/
H A Dutils_unittest.py594 self._test_in_shell('abcd efgh')
606 self._test_in_shell('\'efgh\'')

Completed in 322 milliseconds