/external/clang/test/CXX/class/class.bit/ |
p2.cpp | 18 B b2(b); 19 B b3(static_cast<B&&>(b2));
|
/external/clang/test/SemaCXX/ |
zero-length-arrays.cpp | 25 Bar b2(b); 26 b = b2;
|
goto.cpp | 5 void f(bool b1, bool b2) { 9 if (b2) { 12 } while (b2); 24 void f(bool b1, bool b2) { 28 if (b2) { 31 } while (b2);
|
/external/clang/test/SemaTemplate/ |
instantiate-default-assignment-operator.cpp | 15 B b1, b2; local 16 b1 = b2;
|
instantiation-default-3.cpp | 19 void test(B<int> *b1, B<float> *b2) { 21 b2->bar();
|
/external/compiler-rt/BlocksRuntime/tests/ |
dispatch_call_Block_with_release.c | 25 void (^b2)(void) = ^{ callsomething("hellow world\n", 0); }; // global block now 28 dispatch_call_Block_with_release2(Block_copy(b2));
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/detail/ |
ice_and.hpp | 17 template <bool b1, bool b2, bool b3 = true, bool b4 = true, bool b5 = true, bool b6 = true, bool b7 = true> 20 template <bool b1, bool b2, bool b3, bool b4, bool b5, bool b6, bool b7>
|
ice_or.hpp | 16 template <bool b1, bool b2, bool b3 = false, bool b4 = false, bool b5 = false, bool b6 = false, bool b7 = false> 19 template <bool b1, bool b2, bool b3, bool b4, bool b5, bool b6, bool b7>
|
/external/valgrind/main/none/tests/s390x/ |
opcodes.h | 29 #define RXY_RRRD(op1,r1,x2,b2,dl2,dh2,op2) \ 31 ".long 0x" #b2 #dl2 #dh2 #op2 "\n\t" 67 #define RSY_RURD(op1,r1,r3,b2,dl2,dh2,op2) \ 69 ".long 0x" #b2 #dl2 #dh2 #op2 "\n\t" 71 #define RSY_RRRD(op1,r1,r3,b2,dl2,dh2,op2) \ 73 ".long 0x" #b2 #dl2 #dh2 #op2 "\n\t" 74 #define RSY_AARD(op1,r1,r3,b2,dl2,dh2,op2) \ 76 ".long 0x" #b2 #dl2 #dh2 #op2 "\n\t" 79 #define RXY_FRRD(op1,r1,x2,b2,dl2,dh2,op2) \ 81 ".long 0x" #b2 #dl2 #dh2 #op2 "\n\t [all...] |
clc.c | 5 char b2[23] ="mlkjihgfedcba9876543210"; variable 39 testrun(b1 + offset1, b2 + offset2, l); 42 testrun(b2 + offset1, b2 + offset2, l); 43 testrun(b2 + offset1, b3 + offset2, l); 44 testrun(b2 + offset1, b4 + offset2, l);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/ |
Xfuncs.h | 48 #define bcmp(b1,b2,len) memcmp(b1, b2, len) 56 #define bcopy(b1,b2,len) memmove(b2, b1, (size_t)(len)) 58 #define bcmp(b1,b2,len) memcmp(b1, b2, (size_t)(len)) 84 #define memcmp(b1,b2,len) bcmp((char *)(b1),(char *)(b2),(int)(len)) 93 #define bcopy(b1,b2,len) memmove(b2, b1, (size_t)(len) [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/ |
Xfuncs.h | 48 #define bcmp(b1,b2,len) memcmp(b1, b2, len) 56 #define bcopy(b1,b2,len) memmove(b2, b1, (size_t)(len)) 58 #define bcmp(b1,b2,len) memcmp(b1, b2, (size_t)(len)) 84 #define memcmp(b1,b2,len) bcmp((char *)(b1),(char *)(b2),(int)(len)) 93 #define bcopy(b1,b2,len) memmove(b2, b1, (size_t)(len) [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/ |
Xfuncs.h | 48 #define bcmp(b1,b2,len) memcmp(b1, b2, len) 56 #define bcopy(b1,b2,len) memmove(b2, b1, (size_t)(len)) 58 #define bcmp(b1,b2,len) memcmp(b1, b2, (size_t)(len)) 84 #define memcmp(b1,b2,len) bcmp((char *)(b1),(char *)(b2),(int)(len)) 93 #define bcopy(b1,b2,len) memmove(b2, b1, (size_t)(len) [all...] |
/external/stlport/test/unit/ |
bitset_test.cpp | 39 bitset<13U> b2(0x1111); 42 CPPUNIT_ASSERT(b2.size() == 13); 43 CPPUNIT_ASSERT(b2 == 0x1111); 46 b1 = b1 ^ (b2 << 2); 50 CPPUNIT_ASSERT(b2.count() == 4); 53 size_t __pos = b2._Find_first(); 55 __pos = b2._Find_next(__pos); 57 __pos = b2._Find_next(__pos); 59 __pos = b2._Find_next(__pos); 61 __pos = b2._Find_next(__pos) [all...] |
/ndk/tests/device/test-gnustl-full/unit/ |
bitset_test.cpp | 39 bitset<13U> b2(0x1111); 42 CPPUNIT_ASSERT(b2.size() == 13); 43 CPPUNIT_ASSERT(b2 == 0x1111); 46 b1 = b1 ^ (b2 << 2); 50 CPPUNIT_ASSERT(b2.count() == 4); 53 size_t __pos = b2._Find_first(); 55 __pos = b2._Find_next(__pos); 57 __pos = b2._Find_next(__pos); 59 __pos = b2._Find_next(__pos); 61 __pos = b2._Find_next(__pos) [all...] |
/ndk/tests/device/test-stlport/unit/ |
bitset_test.cpp | 39 bitset<13U> b2(0x1111); 42 CPPUNIT_ASSERT(b2.size() == 13); 43 CPPUNIT_ASSERT(b2 == 0x1111); 46 b1 = b1 ^ (b2 << 2); 50 CPPUNIT_ASSERT(b2.count() == 4); 53 size_t __pos = b2._Find_first(); 55 __pos = b2._Find_next(__pos); 57 __pos = b2._Find_next(__pos); 59 __pos = b2._Find_next(__pos); 61 __pos = b2._Find_next(__pos) [all...] |
/external/dropbear/libtomcrypt/notes/etc/ |
saferp_optimizer.c | 6 /* 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[8] = b[10]; b2[9] = b[9]; b2[10] = b[14]; b2[11] = b[13]; 40 int b[16], b2[16], x, y, z; local [all...] |
/external/valgrind/main/none/tests/amd64/ |
asorep.c | 11 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/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/encoders/ |
Base64Encoder.java | 81 int b1, b2, b3; local 91 b2 = (d1 << 4) & 0x3f; 94 out.write(encodingTable[b2]); 103 b2 = ((d1 << 4) | (d2 >>> 4)) & 0x3f; 107 out.write(encodingTable[b2]); 135 byte b1, b2, b3, b4; 161 b2 = decodingTable[data[i++]]; 171 if ((b1 | b2 | b3 | b4) < 0) 176 out.write((b1 << 2) | (b2 >> 4)); 177 out.write((b2 << 4) | (b3 >> 2)) [all...] |
/external/libffi/testsuite/libffi.call/ |
cls_9byte1.c | 19 struct cls_struct_9byte b2) 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 38 b2 = *(struct cls_struct_9byte*)(args[1]); 40 *(cls_struct_9byte*)resp = cls_struct_9byte_fn(b1, b2);
|
cls_9byte2.c | 19 struct cls_struct_9byte b2) 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 38 b2 = *(struct cls_struct_9byte*)(args[1]); 40 *(cls_struct_9byte*)resp = cls_struct_9byte_fn(b1, b2);
|
cls_12byte.c | 17 struct cls_struct_12byte b2) 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 37 b2 = *(struct cls_struct_12byte*)(args[1]); 39 *(cls_struct_12byte*)resp = cls_struct_12byte_fn(b1, b2); [all...] |
cls_16byte.c | 18 struct cls_struct_16byte b2) 22 result.a = b1.a + b2.a; 23 result.b = b1.b + b2.b; 24 result.c = b1.c + b2.c; 26 printf("%d %g %d %d %g %d: %d %g %d\n", b1.a, b1.b, b1.c, b2.a, b2.b, b2.c, 35 struct cls_struct_16byte b1, b2; local 38 b2 = *(struct cls_struct_16byte*)(args[1]); 40 *(cls_struct_16byte*)resp = cls_struct_16byte_fn(b1, b2); [all...] |
/external/clang/test/CodeGen/ |
asm-variable.c | 10 register unsigned long long b2 asm("rdx"); 17 b2 = a2; 23 : "r"(addr), "r" (b0), "r" (b1), "r" (b2), "r" (b3), "r" (b4), "r" (b5)); 35 register double b2 asm("xmm2"); 46 b2 = a2; 54 : "r"(addr), "x" (b0), "x" (b1), "x" (b2), "x" (b3), "x" (b4), "x" (b5), "x" (b6),
|
/external/chromium_org/third_party/leveldatabase/src/db/ |
write_batch_test.cc | 91 WriteBatch b1, b2; local 93 WriteBatchInternal::SetSequence(&b2, 300); 94 WriteBatchInternal::Append(&b1, &b2); 97 b2.Put("a", "va"); 98 WriteBatchInternal::Append(&b1, &b2); 101 b2.Clear(); 102 b2.Put("b", "vb"); 103 WriteBatchInternal::Append(&b1, &b2); 107 b2.Delete("foo"); 108 WriteBatchInternal::Append(&b1, &b2); [all...] |