Searched defs:b23 (Results 1 - 2 of 2) sorted by relevance

/external/clang/test/SemaCXX/
H A Duninitialized.cpp488 B b23 = B(std::move(b23)); // expected-warning {{variable 'b23' is uninitialized when used within its own initialization}} local
489 B b24 = std::move(x ? b23 : (18, b24)); // expected-warning {{variable 'b24' is uninitialized when used within its own initialization}}
520 B b23 = B(std::move(b23)); // expected-warning {{variable 'b23' is uninitialized when used within its own initialization}} variable
521 B b24 = std::move(x ? b23 : (18, b24)); // expected-warning {{variable 'b24' is uninitialized when used within its own initialization}}
/external/webp/src/dsp/
H A Denc_sse2.c151 // a03 a13 a23 a33 b03 b13 b23 b33
183 // a20 a21 a22 a23 b20 b21 b22 b23
192 // b20 b30 b21 b31 b22 b32 b23 b33
200 // b02 b12 a22 b32 b03 b13 b23 b33
208 // a03 a13 a23 a33 b03 b13 b23 b33
245 // a20 a21 a22 a23 b20 b21 b22 b23
254 // b20 b30 b21 b31 b22 b32 b23 b33
262 // b02 b12 a22 b32 b03 b13 b23 b33
270 // a03 a13 a23 a33 b03 b13 b23 b33
433 const __m128i b23 local
599 const __m128i b23 = _mm_unpacklo_epi32(b2, b3); local
[all...]

Completed in 168 milliseconds