Searched defs:b2 (Results 1 - 25 of 221) sorted by relevance

123456789

/external/clang/test/Sema/
H A Dfor.c5 void b2 (void) { for (void f (void);;); } // expected-error {{declaration of non-local variable}} function
H A Dassign.c12 const int b2[10]; local
14 b2[4] = 1; // expected-error {{read-only variable is not assignable}}
/external/valgrind/main/memcheck/tests/
H A Dclo_redzone.c7 char *b2 = malloc (128); local
8 fprintf (stderr, "b1 %p b2 %p\n", b1, b2);
10 // Try to land in b2 from b1, causing no error
13 // We need to choose a value which lands in b2
/external/valgrind/main/none/tests/
H A Dcoolo_strlen.c6 char *b2 = strdup(strcat(buffer, "THis is a very long strings")); local
7 int len = strlen(b2);
/external/clang/test/CodeGenCXX/
H A D2009-04-23-bool2.cpp6 bool b2 : 7; member in struct:F
H A Dconst-global-linkage.cpp17 const char* b2() { return z2; } function
/external/clang/test/SemaTemplate/
H A Dinstantiation-default-3.cpp19 void test(B<int> *b1, B<float> *b2) { argument
21 b2->bar();
H A Dinstantiate-default-assignment-operator.cpp15 B b1, b2; local
16 b1 = b2;
/external/chromium/chrome/browser/sync/util/
H A Dprotobuf_unittest.cc20 sync_pb::UnknownFieldsTestB b2; local
30 ASSERT_TRUE(b2.ParseFromString(serialized2));
31 ASSERT_TRUE(b2.foo());
32 ASSERT_TRUE(b2.bar());
/external/libnfc-nxp/Linux_x86/
H A DphOsalNfc_Utils.c41 int8_t *b2 =(int8_t *)dest; local
47 for(;((n>0)&&(diff==0));n--,b1++,b2++)
49 diff = *b1 - *b2;
/external/openssh/openbsd-compat/
H A Dtimingsafe_bcmp.c24 timingsafe_bcmp(const void *b1, const void *b2, size_t n) argument
26 const unsigned char *p1 = b1, *p2 = b2;
/external/chromium/base/debug/
H A Dleak_tracker_unittest.cc34 scoped_ptr<ClassB> b2(new ClassB);
50 ClassB b2; local
/external/clang/test/CXX/class.access/class.protected/
H A Dp1-cxx11.cpp18 B b2 = b1; local
19 b1 = b2;
/external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.attr.noreturn/
H A Dp1.cpp11 [[noreturn]] [[noreturn]] void b2() { throw 0; } // ok function
18 [[noreturn]] int e() { b2(); } // ok
/external/dropbear/libtomcrypt/notes/etc/
H A Dsaferp_optimizer.c6 /* This is the "Armenian" Shuffle. It takes the input from b and stores it in b2 */
8 b2[0] = b[8]; b2[1] = b[11]; b2[2] = b[12]; b2[3] = b[15]; \
9 b2[4] = b[2]; b2[5] = b[1]; b2[6] = b[6]; b2[7] = b[5]; \
10 b2[
40 int b[16], b2[16], x, y, z; local
[all...]
/external/valgrind/main/none/tests/amd64/
H A Dasorep.c11 uintptr_t b1 = (uintptr_t) buf1, b2 = (uintptr_t) buf2; local
13 if (b1 > 0xffffffffULL || b2 > 0xffffffffULL)
17 b2 += 0xfff00000000ULL;
21 : "D" (b2), "S" (b1), "c" (0x100000004ULL)
32 : "D" (b2), "c" (0x100000003ULL)
42 : "S" (b2), "a" (2ULL));
51 : "D" (b2), "S" (b1), "c" (0x100000020ULL));
61 : "D" (b2), "c" (0x100000020ULL));
70 : "D" (b2), "c" (0x100000020ULL));
/external/chromium/base/win/
H A Dscoped_bstr_unittest.cc26 ScopedBstr b2; local
27 b.Swap(b2);
28 EXPECT_TRUE(b2 == NULL);
40 ScopedBstr b2; local
41 b1.Swap(b2);
42 EXPECT_EQ(test1_len, b2.Length());
44 EXPECT_EQ(0, lstrcmp(b2, kTestString1));
45 BSTR tmp = b2.Release();
48 EXPECT_TRUE(b2 == NULL);
51 GiveMeABstr(b2
[all...]
/external/clang/test/CXX/expr/expr.unary/expr.unary.op/
H A Dp6.cpp7 bool b2 = !1.2; //expected-warning{{implicit conversion from 'double' to 'bool' changes value from 1.2 to true}} variable
/external/clang/test/CodeGen/
H A Dstring-literal-unicode-conversion.c36 wchar_t const *b2 = L"\x4f60\x597d\x10300"; local
/external/clang/test/Index/
H A Dannotate-tokens-cxx0x.cpp13 bool b2 = __is_trivially_constructible(Integer, Float, Bool); local
/external/eigen/test/eigen2/
H A Deigen2_alignedbox.cpp32 BoxType b2; local
39 (b2 = b0).extend(b1);
40 VERIFY(b2.contains(b0));
41 VERIFY(b2.contains(b1));
42 VERIFY_IS_APPROX(b2.clamp(b0), b0);
/external/sonivox/arm-hybrid-22k/lib_src/
H A DARM-E_filter_gnu.s46 b2 .req r7 label
77 LDR b2, [pWTFrame, #m_b2]
80 RSB b2, b2, #0 @ b2 = -b2
81 MOV b2, b2, ASR #1 @ b2 = b2 >>
[all...]
H A Deas_wt_IPC_frame.h57 EAS_I32 b2; member in struct:s_wt_frame_tag
/external/sonivox/arm-wt-22k/lib_src/
H A DARM-E_filter_gnu.s46 b2 .req r7 label
77 LDR b2, [pWTFrame, #m_b2]
80 RSB b2, b2, #0 @ b2 = -b2
81 MOV b2, b2, ASR #1 @ b2 = b2 >>
[all...]
H A Deas_wt_IPC_frame.h57 EAS_I32 b2; member in struct:s_wt_frame_tag

Completed in 726 milliseconds

123456789