HomeSort by relevance Sort by last modified time
    Searched refs:b2 (Results 51 - 75 of 661) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/clang/test/SemaCXX/
warn-logical-not-compare.cpp 7 bool test1(int i1, int i2, bool b1, bool b2) {
91 ret = !b1 == b2;
92 ret = !b1 != b2;
93 ret = !b1 < b2;
94 ret = !b1 > b2;
95 ret = !b1 <= b2;
96 ret = !b1 >= b2;
constexpr-value-init.cpp 18 constexpr B b2 = B(); // ok variable
19 static_assert(b2.a.a == 1, "");
20 static_assert(b2.a.b == 2, "");
cxx1y-contextual-conversion-tweaks.cpp 74 struct B2 {
79 void foo(A0 a0, A1 a1, A2 a2, A3 a3, A4 a4, B2 b2) {
85 switch (b2) {} // @85 -- fails for different reasons
97 //expected-error@85 {{statement requires expression of integer type ('extended_examples::B2' invalid)}}
100 //expected-error@85 {{cannot initialize object parameter of type 'extended_examples::B2' with an expression of type 'extended_examples::B2'}}
120 struct B2 { // leads to one viable match in both cases
137 void foo(A1 a1, A2 a2, B1 b1, B2 b2, C c, D d)
    [all...]
  /frameworks/opt/mms/src/java/com/google/android/mms/pdu/
Base64.java 75 byte b1 = 0, b2 = 0, b3 = 0, b4 = 0, marker0 = 0, marker1 = 0;
99 b2 = base64Alphabet[base64Data[dataIndex + 1]];
106 decodedData[encodedIndex] = (byte) (b1 << 2 | b2 >> 4);
108 (byte) (((b2 & 0xf) << 4) | ((b3 >> 2) & 0xf));
112 decodedData[encodedIndex] = (byte) (b1 << 2 | b2 >> 4);
117 decodedData[encodedIndex] = (byte) (b1 << 2 | b2 >> 4);
119 (byte) (((b2 & 0xf) << 4) | ((b3 >> 2) & 0xf));
  /external/libffi/testsuite/libffi.call/
cls_24byte.c 20 struct cls_struct_24byte b2,
25 result.a = b0.a + b1.a + b2.a + b3.a;
26 result.b = b0.b + b1.b + b2.b + b3.b;
27 result.c = b0.c + b1.c + b2.c + b3.c;
28 result.d = b0.d + b1.d + b2.d + b3.d;
33 b2.a, b2.b, b2.c, b2.d,
34 b3.a, b3.b, b3.c, b2.d
44 struct cls_struct_24byte b0, b1, b2, b3; local
    [all...]
cls_64byte.c 25 struct cls_struct_64byte b2,
30 result.a = b0.a + b1.a + b2.a + b3.a;
31 result.b = b0.b + b1.b + b2.b + b3.b;
32 result.c = b0.c + b1.c + b2.c + b3.c;
33 result.d = b0.d + b1.d + b2.d + b3.d;
34 result.e = b0.e + b1.e + b2.e + b3.e;
35 result.f = b0.f + b1.f + b2.f + b3.f;
36 result.g = b0.g + b1.g + b2.g + b3.g;
37 result.h = b0.h + b1.h + b2.h + b3.h;
49 struct cls_struct_64byte b0, b1, b2, b3 local
    [all...]
nested_struct.c 30 struct cls_struct_combined b2)
34 result.d.a = b0.a + b1.dd + b2.d.a;
35 result.d.b = b0.b + b1.ff + b2.d.b;
36 result.d.c = b0.c + b1.ii + b2.d.c;
37 result.e.ii = b0.c + b1.ii + b2.e.ii;
38 result.e.dd = b0.a + b1.dd + b2.e.dd;
39 result.e.ff = b0.b + b1.ff + b2.e.ff;
44 b2.d.a, b2.d.b, b2.d.c
58 struct cls_struct_combined b2; local
    [all...]
nested_struct1.c 30 struct cls_struct_combined b2,
35 result.d.a = b0.a + b1.dd + b2.d.a;
36 result.d.b = b0.b + b1.ff + b2.d.b;
37 result.d.c = b0.c + b1.ii + b2.d.c;
38 result.e.ii = b0.c + b1.ii + b2.e.ii;
39 result.e.dd = b0.a + b1.dd + b2.e.dd;
40 result.e.ff = b0.b + b1.ff + b2.e.ff;
45 b2.d.a, b2.d.b, b2.d.c
60 struct cls_struct_combined b2; local
    [all...]
  /external/lzma/CPP/Common/
Buffer.h 57 bool operator==(const CBuffer<T>& b1, const CBuffer<T>& b2)
59 if (b1.GetCapacity() != b2.GetCapacity())
62 if (b1[i] != b2[i])
68 bool operator!=(const CBuffer<T>& b1, const CBuffer<T>& b2)
70 return !(b1 == b2);
  /external/stressapptest/src/
adler32memcpy.cc 38 // streams, and hence the two checksums a1, a2, b1 and b2.
39 // Initialize a1 and a2 with 1, b1 and b2 with 0
45 // add a2 to b2
47 // add a2 to b2
78 void AdlerChecksum::Set(uint64 a1, uint64 a2, uint64 b1, uint64 b2) {
82 b2_ = b2;
100 uint64 b2 = 0; local
114 b2 = b2 + a2;
116 b2 = b2 + a2
138 uint64 b2 = 0; local
179 uint64 b2 = 0; local
    [all...]
  /external/ceres-solver/internal/ceres/
dense_sparse_matrix_test.cc 101 Vector b2 = Vector::Zero(num_rows); local
104 dsm->RightMultiply(a.data(), b2.data());
106 EXPECT_EQ((b1 - b2).norm(), 0);
115 Vector b2 = Vector::Zero(num_cols); local
118 dsm->LeftMultiply(a.data(), b2.data());
120 EXPECT_EQ((b1 - b2).norm(), 0);
130 Vector b2 = Vector::Zero(num_cols); local
133 dsm->LeftMultiply(a.data(), b2.data());
135 EXPECT_EQ((b1 - b2).norm(), 0);
140 Vector b2 = Vector::Zero(num_cols) local
    [all...]
  /external/compiler-rt/BlocksRuntime/tests/
reference.C 71 void (^b2)(void) = Block_copy(b);
72 b2();
73 Block_release(b2);
  /external/valgrind/main/none/tests/s390x/
clcle.c 5 char b2[23] ="mlkjihgfedcba9876543210"; variable
50 testrun(b1, l1, b2, l3, pad);
53 testrun(b2, l1, b2, l3, pad);
54 testrun(b2, l1, b3, l3, pad);
55 testrun(b2, l1, b4, l3, pad);
  /external/apache-http/src/org/apache/commons/codec/binary/
Base64.java 260 byte k = 0, l = 0, b1 = 0, b2 = 0, b3 = 0;
272 b2 = binaryData[dataIndex + 1];
275 //log.debug("b1= " + b1 +", b2= " + b2 + ", b3= " + b3);
277 l = (byte) (b2 & 0x0f);
283 ((b2 & SIGN) == 0) ? (byte) (b2 >> 4) : (byte) ((b2) >> 4 ^ 0xf0);
335 b2 = binaryData[dataIndex + 1];
336 l = (byte) (b2 & 0x0f)
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/encoders/
HexEncoder.java 87 byte b1, b2;
117 b2 = decodingTable[data[i++]];
119 if ((b1 | b2) < 0)
124 out.write((b1 << 4) | b2);
143 byte b1, b2;
173 b2 = decodingTable[data.charAt(i++)];
175 if ((b1 | b2) < 0)
180 out.write((b1 << 4) | b2);
  /external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.attr.noreturn/
p1.cpp 11 [[noreturn]] [[noreturn]] void b2() { throw 0; } // ok function
18 [[noreturn]] int e() { b2(); } // ok
  /external/valgrind/main/memcheck/tests/
clo_redzone_128.stderr.exp 1 b1 0x........ b2 0x........
  /external/valgrind/main/none/tests/
bug129866.c 28 char *a1, *b1, *a2 __attribute__((unused)), *b2 __attribute__((unused)); local
33 b2 = touch_realloc(b1, 200000) ;
  /external/clang/test/CXX/expr/expr.unary/expr.unary.op/
p6.cpp 7 bool b2 = !1.2; //expected-warning{{implicit conversion from 'double' to 'bool' changes value from 1.2 to true}} variable
  /external/clang/test/Index/
annotate-tokens-cxx0x.cpp 13 bool b2 = __is_trivially_constructible(Integer, Float, Bool); local
  /external/sonivox/arm-hybrid-22k/lib_src/
ARM-E_filter_gnu.s 46 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 >> 1
    [all...]
eas_wt_IPC_frame.h 57 EAS_I32 b2; member in struct:s_wt_frame_tag
  /external/sonivox/arm-wt-22k/lib_src/
ARM-E_filter_gnu.s 46 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 >> 1
    [all...]
eas_wt_IPC_frame.h 57 EAS_I32 b2; member in struct:s_wt_frame_tag
  /ndk/tests/device/test-stlport_shared-exception/jni/
overload12_1.cpp 20 B<1> b2 (a);

Completed in 547 milliseconds

1 23 4 5 6 7 8 91011>>