Searched defs:b20 (Results 1 - 5 of 5) sorted by relevance

/external/clang/test/CodeGenCXX/
H A Dbitfield.cpp15 unsigned b20 : 6; member in struct:N0::S
69 return s->b20;
/external/eigen/Eigen/src/SparseLU/
H A DSparseLU_gemm_kernel.h74 Packet b00, b10, b20, b30, b01, b11, b21, b31; local
77 if(RK==4) b20 = pset1<Packet>(Bc0[2]);
117 if(RK==4) KMADD(c0, a2, b20, t0) \
177 Packet b00, b10, b20, b30; local
180 if(RK==4) b20 = pset1<Packet>(Bc0[2]);
211 if(RK==4) KMADD(c0, a2, b20, t0) \
/external/clang/test/SemaCXX/
H A Duninitialized.cpp484 const B b20(b20); // expected-warning {{variable 'b20' is uninitialized when used within its own initialization}}
516 const B b20(b20); // expected-warning {{variable 'b20' is uninitialized when used within its own initialization}}
1178 B b20 = { {}, {b20.a2.i2} }; // expected-warning{{uninitialized}} member in namespace:U::init_list
1236 B b20 = { {}, {b20 member in struct:U::init_list::Bwrapper
[all...]
/external/valgrind/VEX/priv/
H A Dguest_arm_toIR.c13902 UInt b20 = (insn28 >> 20) & 1; local
13910 if (b20) {
H A Dguest_ppc_toIR.c7037 UChar b20 = toUChar( IFIELD( theInstr, 20, 1 ) ); local
7083 // b20==1 & b11==0: mfocrf (Move from One CR Field)
7092 if (b20 == 1 && b11 == 0) {
7226 // b20==0: mtcrf (Move to Cond Register Fields, PPC32 p477)
7227 // b20==1: mtocrf (Move to One Cond Reg Field)
7232 if (b20 == 1) {
7244 DIP("%s 0x%x,r%u\n", b20==1 ? "mtocrf" : "mtcrf",

Completed in 2735 milliseconds