Searched defs:b10 (Results 1 - 14 of 14) sorted by relevance

/external/valgrind/memcheck/tests/
H A Dleak-delta.c6 char *b10; variable
14 b10 = malloc (10);
22 b10--; // lose b10
35 b10++;
39 b10--;
43 b10++;
H A Dleak-segv-jmp.c204 char **b10; variable
220 b10 = calloc (nr_ptr * sizeof(char*), 1);
222 b10[i] = (char*)b10;
223 b10[4000] = malloc (1000);
229 // make b10[4000] undefined. This should create a leak.
230 (void) VALGRIND_MAKE_MEM_UNDEFINED (&b10[4000], sizeof(char*));
235 // make b10[4000] defined again.
236 (void) VALGRIND_MAKE_MEM_DEFINED (&b10[4000], sizeof(char*));
238 // now make some bricolage to have some pages around b10[400
[all...]
/external/google-breakpad/src/testing/gtest/test/
H A Dgtest-tuple_test.cc164 tuple<int, int, int, int, int, int, int, int, int, int> a10, b10; local
165 b10 = a10;
166 EXPECT_EQ(0, get<0>(b10));
167 EXPECT_EQ(0, get<1>(b10));
168 EXPECT_EQ(0, get<2>(b10));
169 EXPECT_EQ(0, get<3>(b10));
170 EXPECT_EQ(0, get<4>(b10));
171 EXPECT_EQ(0, get<5>(b10));
172 EXPECT_EQ(0, get<6>(b10));
173 EXPECT_EQ(0, get<7>(b10));
[all...]
/external/gtest/test/
H A Dgtest-tuple_test.cc164 tuple<int, int, int, int, int, int, int, int, int, int> a10, b10; local
165 b10 = a10;
166 EXPECT_EQ(0, get<0>(b10));
167 EXPECT_EQ(0, get<1>(b10));
168 EXPECT_EQ(0, get<2>(b10));
169 EXPECT_EQ(0, get<3>(b10));
170 EXPECT_EQ(0, get<4>(b10));
171 EXPECT_EQ(0, get<5>(b10));
172 EXPECT_EQ(0, get<6>(b10));
173 EXPECT_EQ(0, get<7>(b10));
[all...]
/external/protobuf/gtest/test/
H A Dgtest-tuple_test.cc164 tuple<int, int, int, int, int, int, int, int, int, int> a10, b10; local
165 b10 = a10;
166 EXPECT_EQ(0, get<0>(b10));
167 EXPECT_EQ(0, get<1>(b10));
168 EXPECT_EQ(0, get<2>(b10));
169 EXPECT_EQ(0, get<3>(b10));
170 EXPECT_EQ(0, get<4>(b10));
171 EXPECT_EQ(0, get<5>(b10));
172 EXPECT_EQ(0, get<6>(b10));
173 EXPECT_EQ(0, get<7>(b10));
[all...]
/external/eigen/Eigen/src/SparseLU/
H A DSparseLU_gemm_kernel.h74 Packet b00, b10, b20, b30, b01, b11, b21, b31; local
76 b10 = pset1<Packet>(Bc0[1]);
114 KMADD(c0, a1, b10, t0) \
177 Packet b00, b10, b20, b30; local
179 b10 = pset1<Packet>(Bc0[1]);
209 KMADD(c0, a1, b10, t0) \
/external/clang/test/CodeGenCXX/
H A Dmangle-ms-return-qualifiers.cpp48 const volatile float &b10() { return *(float*)0; } function
49 // CHECK: "\01?b10@@YAADMXZ"
/external/clang/test/SemaCXX/
H A Dconstant-expression.cpp44 b10 : sizeof(Struct), member in struct:C
H A Duninitialized.cpp467 B b10 = getB(-b10.x); // expected-warning {{variable 'b10' is uninitialized when used within its own initialization}} local
502 B b10 = getB(-b10.x); // expected-warning {{variable 'b10' is uninitialized when used within its own initialization}} variable
1166 B b10 = { {b10.a1.i2} }; // expected-warning{{uninitialized}} member in namespace:U::init_list
1224 B b10 = { {b10 member in struct:U::init_list::Bwrapper
[all...]
/external/skia/src/utils/
H A DSkMatrix44.cpp442 double b10 = a21 * a33 - a23 * a31; local
446 return b00 * b11 - b01 * b10 + b02 * b09 + b03 * b08 - b04 * b07 + b05 * b06;
537 double b10 = a21; local
541 double det = b00 * b11 - b01 * b10 + b03 * b08;
561 b10 *= invdet;
564 inverse->fMat[0][0] = SkDoubleToMScalar(a11 * b11 - a12 * b10);
565 inverse->fMat[0][1] = SkDoubleToMScalar(a02 * b10 - a01 * b11);
572 inverse->fMat[2][0] = SkDoubleToMScalar(a10 * b10 - a11 * b08);
573 inverse->fMat[2][1] = SkDoubleToMScalar(a01 * b08 - a00 * b10);
595 double b10 local
[all...]
/external/clang/lib/Headers/
H A Demmintrin.h1144 _mm_set_epi8(char b15, char b14, char b13, char b12, char b11, char b10, char b9, char b8, char b7, char b6, char b5, char b4, char b3, char b2, char b1, char b0) argument
1146 return (__m128i)(__v16qi){ b0, b1, b2, b3, b4, b5, b6, b7, b8, b9, b10, b11, b12, b13, b14, b15 };
1198 _mm_setr_epi8(char b0, char b1, char b2, char b3, char b4, char b5, char b6, char b7, char b8, char b9, char b10, char b11, char b12, char b13, char b14, char b15) argument
1200 return (__m128i)(__v16qi){ b0, b1, b2, b3, b4, b5, b6, b7, b8, b9, b10, b11, b12, b13, b14, b15 };
/external/valgrind/VEX/priv/
H A Dhost_ppc_defs.c3171 UInt r3, UInt b10, UInt opc2, UInt b0,
3179 vassert(b10 < 0x2);
3183 (r3<<11) | (b10 << 10) | (opc2<<1) | (b0));
3170 mkFormXO( UChar* p, UInt opc1, UInt r1, UInt r2, UInt r3, UInt b10, UInt opc2, UInt b0, VexEndness endness_host ) argument
H A Dguest_arm64_toIR.c1490 "b8", "b9", "b10", "b11", "b12", "b13", "b14", "b15",
3028 UInt b10 = INSN(10,10); local
3031 UInt op = (b30 << 1) | b10; /* 00=id 01=inc 10=inv 11=neg */
6859 static IRExpr* mk_CatEvenLanes64x2 ( IRTemp a10, IRTemp b10 ) {
6861 return binop(Iop_InterleaveLO64x2, mkexpr(a10), mkexpr(b10));
6864 static IRExpr* mk_CatOddLanes64x2 ( IRTemp a10, IRTemp b10 ) {
6866 return binop(Iop_InterleaveHI64x2, mkexpr(a10), mkexpr(b10));
H A Dguest_ppc_toIR.c9561 * 0b11100 (28 decimal) if lme=0b10;
9564 * 0b11101 (29 decimal) if lme=0b10;
9641 * 0b11100 (28 decimal) if lme=0b10
9644 * 0b11101 (29 decimal) if lme=0b10;
17181 UChar b10 = ifieldBIT10(theInstr); local
17239 if (b10 != 0) {

Completed in 486 milliseconds