Searched refs:b3 (Results 1 - 25 of 300) sorted by relevance

1234567891011>>

/external/clang/test/Sema/
H A Dfor.c6 void b3 (void) { for (static int f;;); } // expected-error {{declaration of non-local variable}} function
/external/clang/test/CodeGen/
H A Darm64-be-bitfield.c3 struct bt3 { signed b2:10; signed b3:10; } b16; member in struct:bt3
H A Dasm-variable.c11 register unsigned long long b3 asm("rcx");
18 b3 = a3;
23 : "r"(addr), "r" (b0), "r" (b1), "r" (b2), "r" (b3), "r" (b4), "r" (b5));
36 register double b3 asm("xmm3");
47 b3 = a3;
54 : "r"(addr), "x" (b0), "x" (b1), "x" (b2), "x" (b3), "x" (b4), "x" (b5), "x" (b6),
/external/libcxx/test/std/language.support/support.types/byteops/
H A Dlshift.pass.cpp22 constexpr std::byte b3{static_cast<std::byte>(3)};
24 static_assert(noexcept(b3 << 2), "" );
28 static_assert(std::to_integer<int>(b3 << 4) == 48, "");
29 static_assert(std::to_integer<int>(b3 << 6) == 192, "");
H A Dlshift.assign.pass.cpp29 constexpr std::byte b3{static_cast<std::byte>(3)};
34 static_assert(std::to_integer<int>(test(b3)) == 12, "" );
H A Dto_integer.pass.cpp22 constexpr std::byte b3{static_cast<std::byte>(3)};
30 static_assert(std::to_integer<int>(b3) == 3, "");
/external/testng/src/test/java/test/preserveorder/
H A DB.java20 public void b3() { method in class:B
21 log("B.b3");
/external/valgrind/none/tests/s390x/
H A Dclc.c6 char b3[23] ="mmmmmmmmmmmmmmmmmmmmmmm"; variable
40 testrun(b1 + offset1, b3 + offset2, l);
43 testrun(b2 + offset1, b3 + offset2, l);
45 testrun(b3 + offset1, b3 + offset2, l);
46 testrun(b3 + offset1, b4 + offset2, l);
H A Dclcle.c6 char b3[23] ="mmmmmmmmmmmmmmmmmmmmmmm"; variable
51 testrun(b1, l1, b3, l3, pad);
54 testrun(b2, l1, b3, l3, pad);
56 testrun(b3, l1, b3, l3, pad);
57 testrun(b3, l1, b4, l3, pad);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/encoders/
H A DBase64Encoder.java84 int b1, b2, b3;
107 b3 = (d2 << 2) & 0x3f;
111 out.write(encodingTable[b3]);
138 byte b1, b2, b3, b4;
168 b3 = decodingTable[data[i++]];
174 if ((b1 | b2 | b3 | b4) < 0)
180 out.write((b2 << 4) | (b3 >> 2));
181 out.write((b3 << 6) | b4);
213 byte b1, b2, b3, b4;
243 b3
[all...]
/external/libffi/testsuite/libffi.call/
H A Dstret_medium.c28 struct_72byte b3)
32 result.a = b0.a + b1.a + b2.a + b3.a;
33 result.b = b0.b + b1.b + b2.b + b3.b;
34 result.c = b0.c + b1.c + b2.c + b3.c;
35 result.d = b0.d + b1.d + b2.d + b3.d;
36 result.e = b0.e + b1.e + b2.e + b3.e;
37 result.f = b0.f + b1.f + b2.f + b3.f;
38 result.g = b0.g + b1.g + b2.g + b3.g;
39 result.h = b0.h + b1.h + b2.h + b3.h;
40 result.i = b0.i + b1.i + b2.i + b3
24 cls_struct_72byte_fn( struct_72byte b0, struct_72byte b1, struct_72byte b2, struct_72byte b3) argument
51 struct_72byte b0, b1, b2, b3; local
[all...]
H A Dstret_medium2.c29 struct_72byte b3)
33 result.a = b0.a + b1.a + b2.a + b3.a;
34 result.b = b0.b + b1.b + b2.b + b3.b;
35 result.c = b0.c + b1.c + b2.c + b3.c;
36 result.d = b0.d + b1.d + b2.d + b3.d;
37 result.e = b0.e + b1.e + b2.e + b3.e;
38 result.f = b0.f + b1.f + b2.f + b3.f;
39 result.g = b0.g + b1.g + b2.g + b3.g;
40 result.h = b0.h + b1.h + b2.h + b3.h;
41 result.i = b0.i + b1.i + b2.i + b3
25 cls_struct_72byte_fn( struct_72byte b0, struct_72byte b1, struct_72byte b2, struct_72byte b3) argument
52 struct_72byte b0, b1, b2, b3; local
[all...]
H A Dstret_large2.c37 struct_116byte b3)
41 result.a = b0.a + b1.a + b2.a + b3.a;
42 result.b = b0.b + b1.b + b2.b + b3.b;
43 result.c = b0.c + b1.c + b2.c + b3.c;
44 result.d = b0.d + b1.d + b2.d + b3.d;
45 result.e = b0.e + b1.e + b2.e + b3.e;
46 result.f = b0.f + b1.f + b2.f + b3.f;
47 result.g = b0.g + b1.g + b2.g + b3.g;
48 result.h = b0.h + b1.h + b2.h + b3.h;
49 result.i = b0.i + b1.i + b2.i + b3
33 cls_struct_116byte_fn( struct_116byte b0, struct_116byte b1, struct_116byte b2, struct_116byte b3) argument
67 struct_116byte b0, b1, b2, b3; local
[all...]
H A Dcls_64byte.c26 struct cls_struct_64byte b3)
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
23 cls_struct_64byte_fn(struct cls_struct_64byte b0, struct cls_struct_64byte b1, struct cls_struct_64byte b2, struct cls_struct_64byte b3) argument
[all...]
H A Dstret_large.c36 struct_108byte b3)
40 result.a = b0.a + b1.a + b2.a + b3.a;
41 result.b = b0.b + b1.b + b2.b + b3.b;
42 result.c = b0.c + b1.c + b2.c + b3.c;
43 result.d = b0.d + b1.d + b2.d + b3.d;
44 result.e = b0.e + b1.e + b2.e + b3.e;
45 result.f = b0.f + b1.f + b2.f + b3.f;
46 result.g = b0.g + b1.g + b2.g + b3.g;
47 result.h = b0.h + b1.h + b2.h + b3.h;
48 result.i = b0.i + b1.i + b2.i + b3
32 cls_struct_108byte_fn( struct_108byte b0, struct_108byte b1, struct_108byte b2, struct_108byte b3) argument
65 struct_108byte b0, b1, b2, b3; local
[all...]
/external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
H A Dstret_medium.c28 struct_72byte b3)
32 result.a = b0.a + b1.a + b2.a + b3.a;
33 result.b = b0.b + b1.b + b2.b + b3.b;
34 result.c = b0.c + b1.c + b2.c + b3.c;
35 result.d = b0.d + b1.d + b2.d + b3.d;
36 result.e = b0.e + b1.e + b2.e + b3.e;
37 result.f = b0.f + b1.f + b2.f + b3.f;
38 result.g = b0.g + b1.g + b2.g + b3.g;
39 result.h = b0.h + b1.h + b2.h + b3.h;
40 result.i = b0.i + b1.i + b2.i + b3
24 cls_struct_72byte_fn( struct_72byte b0, struct_72byte b1, struct_72byte b2, struct_72byte b3) argument
51 struct_72byte b0, b1, b2, b3; local
[all...]
H A Dstret_medium2.c29 struct_72byte b3)
33 result.a = b0.a + b1.a + b2.a + b3.a;
34 result.b = b0.b + b1.b + b2.b + b3.b;
35 result.c = b0.c + b1.c + b2.c + b3.c;
36 result.d = b0.d + b1.d + b2.d + b3.d;
37 result.e = b0.e + b1.e + b2.e + b3.e;
38 result.f = b0.f + b1.f + b2.f + b3.f;
39 result.g = b0.g + b1.g + b2.g + b3.g;
40 result.h = b0.h + b1.h + b2.h + b3.h;
41 result.i = b0.i + b1.i + b2.i + b3
25 cls_struct_72byte_fn( struct_72byte b0, struct_72byte b1, struct_72byte b2, struct_72byte b3) argument
52 struct_72byte b0, b1, b2, b3; local
[all...]
H A Dstret_large2.c37 struct_116byte b3)
41 result.a = b0.a + b1.a + b2.a + b3.a;
42 result.b = b0.b + b1.b + b2.b + b3.b;
43 result.c = b0.c + b1.c + b2.c + b3.c;
44 result.d = b0.d + b1.d + b2.d + b3.d;
45 result.e = b0.e + b1.e + b2.e + b3.e;
46 result.f = b0.f + b1.f + b2.f + b3.f;
47 result.g = b0.g + b1.g + b2.g + b3.g;
48 result.h = b0.h + b1.h + b2.h + b3.h;
49 result.i = b0.i + b1.i + b2.i + b3
33 cls_struct_116byte_fn( struct_116byte b0, struct_116byte b1, struct_116byte b2, struct_116byte b3) argument
67 struct_116byte b0, b1, b2, b3; local
[all...]
H A Dcls_64byte.c26 struct cls_struct_64byte b3)
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
23 cls_struct_64byte_fn(struct cls_struct_64byte b0, struct cls_struct_64byte b1, struct cls_struct_64byte b2, struct cls_struct_64byte b3) argument
[all...]
H A Dstret_large.c36 struct_108byte b3)
40 result.a = b0.a + b1.a + b2.a + b3.a;
41 result.b = b0.b + b1.b + b2.b + b3.b;
42 result.c = b0.c + b1.c + b2.c + b3.c;
43 result.d = b0.d + b1.d + b2.d + b3.d;
44 result.e = b0.e + b1.e + b2.e + b3.e;
45 result.f = b0.f + b1.f + b2.f + b3.f;
46 result.g = b0.g + b1.g + b2.g + b3.g;
47 result.h = b0.h + b1.h + b2.h + b3.h;
48 result.i = b0.i + b1.i + b2.i + b3
32 cls_struct_108byte_fn( struct_108byte b0, struct_108byte b1, struct_108byte b2, struct_108byte b3) argument
65 struct_108byte b0, b1, b2, b3; local
[all...]
/external/python/cpython3/Modules/_ctypes/libffi/testsuite/libffi.call/
H A Dstret_medium.c28 struct_72byte b3)
32 result.a = b0.a + b1.a + b2.a + b3.a;
33 result.b = b0.b + b1.b + b2.b + b3.b;
34 result.c = b0.c + b1.c + b2.c + b3.c;
35 result.d = b0.d + b1.d + b2.d + b3.d;
36 result.e = b0.e + b1.e + b2.e + b3.e;
37 result.f = b0.f + b1.f + b2.f + b3.f;
38 result.g = b0.g + b1.g + b2.g + b3.g;
39 result.h = b0.h + b1.h + b2.h + b3.h;
40 result.i = b0.i + b1.i + b2.i + b3
24 cls_struct_72byte_fn( struct_72byte b0, struct_72byte b1, struct_72byte b2, struct_72byte b3) argument
51 struct_72byte b0, b1, b2, b3; local
[all...]
H A Dstret_medium2.c29 struct_72byte b3)
33 result.a = b0.a + b1.a + b2.a + b3.a;
34 result.b = b0.b + b1.b + b2.b + b3.b;
35 result.c = b0.c + b1.c + b2.c + b3.c;
36 result.d = b0.d + b1.d + b2.d + b3.d;
37 result.e = b0.e + b1.e + b2.e + b3.e;
38 result.f = b0.f + b1.f + b2.f + b3.f;
39 result.g = b0.g + b1.g + b2.g + b3.g;
40 result.h = b0.h + b1.h + b2.h + b3.h;
41 result.i = b0.i + b1.i + b2.i + b3
25 cls_struct_72byte_fn( struct_72byte b0, struct_72byte b1, struct_72byte b2, struct_72byte b3) argument
52 struct_72byte b0, b1, b2, b3; local
[all...]
H A Dstret_large2.c37 struct_116byte b3)
41 result.a = b0.a + b1.a + b2.a + b3.a;
42 result.b = b0.b + b1.b + b2.b + b3.b;
43 result.c = b0.c + b1.c + b2.c + b3.c;
44 result.d = b0.d + b1.d + b2.d + b3.d;
45 result.e = b0.e + b1.e + b2.e + b3.e;
46 result.f = b0.f + b1.f + b2.f + b3.f;
47 result.g = b0.g + b1.g + b2.g + b3.g;
48 result.h = b0.h + b1.h + b2.h + b3.h;
49 result.i = b0.i + b1.i + b2.i + b3
33 cls_struct_116byte_fn( struct_116byte b0, struct_116byte b1, struct_116byte b2, struct_116byte b3) argument
67 struct_116byte b0, b1, b2, b3; local
[all...]
H A Dcls_64byte.c26 struct cls_struct_64byte b3)
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
23 cls_struct_64byte_fn(struct cls_struct_64byte b0, struct cls_struct_64byte b1, struct cls_struct_64byte b2, struct cls_struct_64byte b3) argument
[all...]
/external/okhttp/okio/okio/src/test/java/okio/
H A DTestUtil.java79 ByteString b3 = new ByteString(b3Bytes);
80 assertFalse(b1.equals(b3));
81 assertFalse(b1.hashCode() == b3.hashCode());
83 ByteString b3 = ByteString.encodeUtf8("a");
84 assertFalse(b1.equals(b3));
85 assertFalse(b1.hashCode() == b3.hashCode());
116 Buffer b3 = new Buffer().write(b3Bytes);
117 assertFalse(b1.equals(b3));
118 assertFalse(b1.hashCode() == b3.hashCode());
120 Buffer b3
[all...]

Completed in 416 milliseconds

1234567891011>>