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

/external/skia/src/core/
H A DSkBitmapProcState_sample.h112 uint32_t xx0 = *xy++; local
114 SRCTYPE x0 = srcAddr[UNPACK_PRIMARY_SHORT(xx0)];
115 SRCTYPE x1 = srcAddr[UNPACK_SECONDARY_SHORT(xx0)];
/external/webrtc/src/modules/audio_processing/aec/
H A Daec_rdft_sse2.c117 const __m128 xx0 = _mm_add_ps(x0r0_0i0_0r1_x0i1, x2r0_2i0_2r1_x2i1); local
135 _mm_storel_epi64((__m128i*)&a[j0 + 0], _mm_castps_si128(xx0));
137 _mm_shuffle_epi32(_mm_castps_si128(xx0),
/external/jpeg/
H A Djquant2.c790 INT32 xx0, xx1; /* distance increments */ local
827 xx0 = inc0;
847 dist0 += xx0;
848 xx0 += 2 * STEP_C0 * STEP_C0;
/external/valgrind/VEX/priv/
H A Dhost_generic_simd128.c113 static inline UShort qnarrow32Sto16U ( UInt xx0 )
115 Int xx = (Int)xx0;
H A Dhost_generic_simd64.c296 static inline Short qnarrow32Sto16S ( UInt xx0 )
298 Int xx = (Int)xx0;
304 static inline Char qnarrow16Sto8S ( UShort xx0 )
306 Short xx = (Short)xx0;
312 static inline UChar qnarrow16Sto8U ( UShort xx0 )
314 Short xx = (Short)xx0;

Completed in 346 milliseconds