Searched refs:b1 (Results 1 - 25 of 378) 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/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.
/external/clang/test/CXX/class.access/class.protected/
H A Dp1-cxx11.cpp16 B b1; local
17 B b2 = b1;
18 b1 = b2;
/external/clang/test/Sema/
H A Dfor.c4 void b1 (void) { for (void (*f) (void);;); } function
/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/stlport/test/unit/
H A Dbitset_test.cpp38 bitset<13U> b1(0xFFFF);
40 CPPUNIT_ASSERT(b1.size() == 13);
41 CPPUNIT_ASSERT(b1 == 0x1FFF);
46 b1 = b1 ^ (b2 << 2);
47 CPPUNIT_ASSERT(b1 == 0x1BBB);
49 CPPUNIT_ASSERT(b1.count() == 10);
87 bitset<13U> b1; local
88 sstr >> b1; local
89 CPPUNIT_ASSERT( b1
101 bitset<13U> b1; local
102 sstr >> b1; local
[all...]
/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/v8/test/mjsunit/regress/
H A Dregress-753.js34 var obj = {a1: {b1: [1,2,3,4], b2: {c1: 1, c2: 2}},a2: 'a2'};
/external/clang/test/CodeGen/
H A Dblock-3.c18 B b1 = ^(Z z1) { return 1; }; local
19 b1(z1);
H A Dms-anonymous-struct.c8 int b1; member in struct:nested1
49 var.b1;
88 var->b1;
H A Dasm-variable.c9 register unsigned long long b1 asm("rsi");
16 b1 = a1;
23 : "r"(addr), "r" (b0), "r" (b1), "r" (b2), "r" (b3), "r" (b4), "r" (b5));
34 register double b1 asm("xmm1");
45 b1 = a1;
54 : "r"(addr), "x" (b0), "x" (b1), "x" (b2), "x" (b3), "x" (b4), "x" (b5), "x" (b6),
/external/clang/test/SemaTemplate/
H A Dinstantiate-default-assignment-operator.cpp15 B b1, b2; local
16 b1 = b2;
H A Dinstantiation-default-3.cpp18 void test(B<int> *b1, B<float> *b2) { argument
19 b1->foo();
/external/compiler-rt/BlocksRuntime/tests/
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));
/external/libvpx/vp8/encoder/
H A Ddct.c17 int a1, b1, c1, d1; local
24 b1 = ((ip[1] + ip[2])<<3);
28 op[0] = a1 + b1;
29 op[2] = a1 - b1;
43 b1 = ip[4] + ip[8];
47 op[0] = ( a1 + b1 + 7)>>4;
48 op[8] = ( a1 - b1 + 7)>>4;
67 int a1, b1, c1, d1; local
78 b1 = ((ip[0] - ip[2])<<2);
81 op[1] = b1
[all...]
/external/chromium/base/win/
H A Dscoped_bstr_unittest.cc36 ScopedBstr b1(kTestString1);
37 EXPECT_EQ(test1_len, b1.Length());
38 EXPECT_EQ(test1_len * sizeof(kTestString1[0]), b1.ByteLength());
41 b1.Swap(b2);
43 EXPECT_EQ(0, b1.Length());
63 EXPECT_TRUE(b1.Allocate(kTestString2) != NULL);
64 EXPECT_EQ(test2_len, b1.Length());
65 b1.SetByteLen((test2_len - 1) * sizeof(kTestString2[0]));
66 EXPECT_EQ(test2_len - 1, b1.Length());
/external/guava/guava/src/com/google/common/io/
H A DLittleEndianDataInputStream.java81 int b1 = in.read();
82 if (0 > b1) {
86 return b1;
100 byte b1 = readAndCheckByte();
103 return Ints.fromBytes((byte) 0, (byte) 0, b2, b1);
116 byte b1 = readAndCheckByte();
121 return Ints.fromBytes( b4, b3, b2, b1);
134 byte b1 = readAndCheckByte();
143 return Longs.fromBytes(b8, b7, b6, b5, b4, b3, b2, b1);
223 int b1
[all...]
/external/valgrind/main/none/tests/
H A Dbug129866.c28 char *a1, *b1, *a2 __attribute__((unused)), *b2 __attribute__((unused)); local
31 b1 = touch_malloc(200000) ;
33 b2 = touch_realloc(b1, 200000) ;
/external/libffi/testsuite/libffi.call/
H A Dcls_9byte1.c18 cls_struct_9byte cls_struct_9byte_fn(struct cls_struct_9byte b1, argument
23 result.a = b1.a + b2.a;
24 result.b = b1.b + b2.b;
26 printf("%d %g %d %g: %d %g\n", b1.a, b1.b, b2.a, b2.b,
35 struct cls_struct_9byte b1, b2; local
37 b1 = *(struct cls_struct_9byte*)(args[0]);
40 *(cls_struct_9byte*)resp = cls_struct_9byte_fn(b1, b2);
H A Dcls_9byte2.c18 cls_struct_9byte cls_struct_9byte_fn(struct cls_struct_9byte b1, argument
23 result.a = b1.a + b2.a;
24 result.b = b1.b + b2.b;
26 printf("%g %d %g %d: %g %d\n", b1.a, b1.b, b2.a, b2.b,
35 struct cls_struct_9byte b1, b2; local
37 b1 = *(struct cls_struct_9byte*)(args[0]);
40 *(cls_struct_9byte*)resp = cls_struct_9byte_fn(b1, b2);
H A Dcls_12byte.c16 cls_struct_12byte cls_struct_12byte_fn(struct cls_struct_12byte b1, argument
21 result.a = b1.a + b2.a;
22 result.b = b1.b + b2.b;
23 result.c = b1.c + b2.c;
25 printf("%d %d %d %d %d %d: %d %d %d\n", b1.a, b1.b, b1.c, b2.a, b2.b, b2.c,
34 struct cls_struct_12byte b1, b2; local
36 b1 = *(struct cls_struct_12byte*)(args[0]);
39 *(cls_struct_12byte*)resp = cls_struct_12byte_fn(b1, b
[all...]
/external/libvpx/vp8/common/mips/
H A Didct_mips.c30 int a1, b1, c1, d1, c2, d2; local
43 b1 = ip[0] - ip[8];
63 op[4] = b1 + c1;
64 op[8] = b1 - c1;
67 b1 = ip[1] - ip[9];
71 op[5] = b1 + c2;
72 op[9] = b1 - c2;
75 b1 = ip[2] - ip[10];
95 op[6] = b1 + c1;
96 op[10] = b1
257 int a1, b1, c1, d1; local
[all...]
/external/valgrind/main/none/tests/s390x/
H A Dclc.c4 char b1[23] ="0123456789abcdefghijklm"; variable
38 testrun(b1 + offset1, b1 + offset2, l);
39 testrun(b1 + offset1, b2 + offset2, l);
40 testrun(b1 + offset1, b3 + offset2, l);
41 testrun(b1 + offset1, b4 + offset2, l);

Completed in 659 milliseconds

1234567891011>>