Searched refs:b1 (Results 1 - 25 of 526) sorted by relevance

1234567891011>>

/external/clang/test/Modules/Inputs/normal-module-map/
H A Db1.h1 int b1; variable
/external/clang/test/Modules/Inputs/
H A Ddef-include.h12 int b1; member in struct:B
/external/clang/test/Modules/Inputs/merge-template-members/
H A Db1.h6 N::A<int> b1; variable
/external/clang/test/CodeGenCXX/
H A D2009-04-23-bool2.cpp5 bool b1 : 1; member in struct:F
13 if (int (f.b1) != 1)
H A Ddestructor-debug-info.cpp17 B b1; local
18 fn (b1);
21 // Check there is a line number entry for line 19 where b1 is destructed.
H A Dmove-assignment.cpp17 B b1, b2; local
18 b1 = static_cast<B&&>(b2);
/external/valgrind/memcheck/tests/
H A Dclo_redzone_default.stderr.exp0 b1 0x........ b2 0x........
H A Dclo_redzone.c6 char *b1 = malloc (128); local
8 fprintf (stderr, "b1 %p b2 %p\n", b1, b2);
10 // Try to land in b2 from b1, causing no error
15 b1[127 + 70] = 'a';
/external/clang/test/CodeGen/
H A Dppc64-inline-asm.c3 _Bool test_wc_i1(_Bool b1, _Bool b2) { argument
5 asm("crand %0, %1, %2" : "=wc"(o) : "wc"(b1), "wc"(b2) : );
7 // CHECK-LABEL: define zeroext i1 @test_wc_i1(i1 zeroext %b1, i1 zeroext %b2)
8 // CHECK: call i8 asm "crand $0, $1, $2", "=^wc,^wc,^wc"(i1 %b1, i1 %b2)
11 int test_wc_i32(int b1, int b2) { argument
13 asm("crand %0, %1, %2" : "=wc"(o) : "wc"(b1), "wc"(b2) : );
15 // CHECK-LABEL: signext i32 @test_wc_i32(i32 signext %b1, i32 signext %b2)
16 // CHECK: call i32 asm "crand $0, $1, $2", "=^wc,^wc,^wc"(i32 %b1, i32 %b2)
19 unsigned char test_wc_i8(unsigned char b1, unsigned char b2) { argument
21 asm("crand %0, %1, %2" : "=wc"(o) : "wc"(b1), "w
[all...]
H A Dblock-3.c18 B b1 = ^(Z z1) { return 1; }; local
19 b1(z1);
/external/clang/test/CXX/class.access/class.protected/
H A Dp1-cxx11.cpp17 B b1; local
18 B b2 = b1;
19 b1 = b2;
/external/cblas/src/
H A Dcblas_drotmg.c11 void cblas_drotmg( double *d1, double *d2, double *b1, argument
14 F77_drotmg(d1,d2,b1,&b2,p);
H A Dcblas_srotmg.c11 void cblas_srotmg( float *d1, float *d2, float *b1, argument
14 F77_srotmg(d1,d2,b1,&b2,p);
/external/clang/test/Sema/
H A Dfor.c4 void b1 (void) { for (void (*f) (void);;); } function
/external/clang/test/SemaCXX/
H A Dwarn-memsize-comparison.cpp18 char b1[80], b2[80]; local
19 if (memset(b1, 0, sizeof(b1) != 0)) {} // \
23 if (memset(b1, 0, sizeof(b1)) != 0) {}
25 if (memmove(b1, b2, sizeof(b1) == 0)) {} // \
29 if (memmove(b1, b2, sizeof(b1)) == 0) {}
31 if (memcpy(b1, b
[all...]
/external/okhttp/okio/okio/src/test/java/okio/
H A DTestUtil.java53 public static void assertEquivalent(ByteString b1, ByteString b2) { argument
55 assertTrue(b1.equals(b2));
56 assertTrue(b1.equals(b1));
57 assertTrue(b2.equals(b1));
60 assertEquals(b1.hashCode(), b2.hashCode());
61 assertEquals(b1.hashCode(), b1.hashCode());
62 assertEquals(b1.toString(), b2.toString());
65 assertEquals(b1
89 assertEquivalent(Buffer b1, Buffer b2) argument
[all...]
/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/v8/test/mjsunit/regress/
H A Dregress-365172-2.js7 var b1 = {d: 1}; var b2 = {d: 2};
9 f1.b = b1;
H A Dregress-753.js34 var obj = {a1: {b1: [1,2,3,4], b2: {c1: 1, c2: 2}},a2: 'a2'};
H A Dregress-365172-1.js7 var b1 = {d: 1}; var b2 = {d: 2};
9 f1.b = b1;
H A Dregress-crbug-305309.js35 var b1 = new BadProto();
39 Ctor.prototype = b1;
/external/libnfc-nxp/Linux_x86/
H A DphOsalNfc_Utils.c40 int8_t *b1 =(int8_t *)src; local
47 for(;((n>0)&&(diff==0));n--,b1++,b2++)
49 diff = *b1 - *b2;
/external/clang/test/SemaTemplate/
H A Dinstantiate-default-assignment-operator.cpp15 B b1, b2; local
16 b1 = b2;
H A Dinstantiation-default-3.cpp19 void test(B<int> *b1, B<float> *b2) { argument
20 b1->foo();
/external/compiler-rt/test/BlocksRuntime/
H A Ddispatch_call_Block_with_release.c24 void (^b1)(void) = ^{ callsomething("argc is %d\n", argc); };
27 dispatch_call_Block_with_release2(Block_copy(b1));

Completed in 988 milliseconds

1234567891011>>