Home
last modified time | relevance | path

Searched refs:B (Results 1 – 25 of 3719) sorted by relevance

12345678910>>...149

/external/icu/icu4c/source/test/testdata/
DBidiCharacterTest.txt40 05D0 05D1 0028 05D2 05D3 005B 0026 0065 0066 005D 002E 0029 0067 0068;0;0;1 1 0 1 1 0 0 0 0 0 0 0 0…
41 05D0 05D1 0028 05D2 05D3 005B 0026 0065 0066 005D 002E 0029 0067 0068;1;1;1 1 1 1 1 1 1 2 2 1 1 1 2…
50 0627 0628 062C 0020 0062 006F 006F 006B 0028 0073 0029;0;0;1 1 1 0 0 0 0 0 0 0 0;2 1 0 3 4 5 6 7 8 …
51 0627 0628 062C 0020 0062 006F 006F 006B 0028 0073 0029;1;1;1 1 1 1 2 2 2 2 2 2 2;4 5 6 7 8 9 10 3 2…
62 05D0 2066 202B 2069 05D1;0;0;1 1 x 1 1;4 3 1 0
69 05D0 0029 2066 202B 2069 0627;0;0;1 1 1 x 1 1;5 4 2 1 0
87 0627 202B 202C 0020 0031 002D 0032;0;0;1 x x 1 2 1 2;6 5 4 3 0
88 0627 202B 002A 202C 0020 0031 002D 0032;0;0;1 x 1 x 1 2 2 2;5 6 7 4 2 0
92 05D0 202B 0062 202C 0020 0031 0020 0032;0;0;1 x 2 x 1 2 1 2;7 6 5 4 2 0
93 05D0 202B 05D1 202C 0020 0031 0020 0032;0;0;1 x 1 x 1 2 1 2;7 6 5 4 2 0
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/unicode/
DBidiCharacterTest.txt40 05D0 05D1 0028 05D2 05D3 005B 0026 0065 0066 005D 002E 0029 0067 0068;0;0;1 1 0 1 1 0 0 0 0 0 0 0 0…
41 05D0 05D1 0028 05D2 05D3 005B 0026 0065 0066 005D 002E 0029 0067 0068;1;1;1 1 1 1 1 1 1 2 2 1 1 1 2…
50 0627 0628 062C 0020 0062 006F 006F 006B 0028 0073 0029;0;0;1 1 1 0 0 0 0 0 0 0 0;2 1 0 3 4 5 6 7 8 …
51 0627 0628 062C 0020 0062 006F 006F 006B 0028 0073 0029;1;1;1 1 1 1 2 2 2 2 2 2 2;4 5 6 7 8 9 10 3 2…
62 05D0 2066 202B 2069 05D1;0;0;1 1 x 1 1;4 3 1 0
69 05D0 0029 2066 202B 2069 0627;0;0;1 1 1 x 1 1;5 4 2 1 0
87 0627 202B 202C 0020 0031 002D 0032;0;0;1 x x 1 2 1 2;6 5 4 3 0
88 0627 202B 002A 202C 0020 0031 002D 0032;0;0;1 x 1 x 1 2 2 2;5 6 7 4 2 0
92 05D0 202B 0062 202C 0020 0031 0020 0032;0;0;1 x 2 x 1 2 1 2;7 6 5 4 2 0
93 05D0 202B 05D1 202C 0020 0031 0020 0032;0;0;1 x 1 x 1 2 1 2;7 6 5 4 2 0
[all …]
/external/clang/INPUTS/
Dmacro_pounder_fn.c6 #define A0(A, B) A B argument
7 #define A1(A, B) A0(A,B) A0(A,B) A0(A,B) A0(A,B) A0(A,B) A0(A,B) argument
8 #define A2(A, B) A1(A,B) A1(A,B) A1(A,B) A1(A,B) A1(A,B) A1(A,B) argument
9 #define A3(A, B) A2(A,B) A2(A,B) A2(A,B) A2(A,B) A2(A,B) A2(A,B) argument
10 #define A4(A, B) A3(A,B) A3(A,B) A3(A,B) A3(A,B) A3(A,B) A3(A,B) argument
11 #define A5(A, B) A4(A,B) A4(A,B) A4(A,B) A4(A,B) A4(A,B) A4(A,B) argument
12 #define A6(A, B) A5(A,B) A5(A,B) A5(A,B) A5(A,B) A5(A,B) A5(A,B) argument
13 #define A7(A, B) A6(A,B) A6(A,B) A6(A,B) A6(A,B) A6(A,B) A6(A,B) argument
14 #define A8(A, B) A7(A,B) A7(A,B) A7(A,B) A7(A,B) A7(A,B) A7(A,B) argument
/external/clang/test/CodeGenCXX/
Dmicrosoft-abi-vbtables.cpp8 struct B : virtual A { int b; }; argument
10 struct D : virtual B, virtual C { int d; };
32 struct B : virtual A { int b; }; argument
34 struct D : B, C { int d; };
53 struct B { int b; }; argument
54 struct C : virtual A, virtual B { int c; };
63 struct B : virtual A { int b; }; argument
64 struct C : B, virtual A { int c; };
75 struct B : virtual A { int b; }; struct
76 struct C : B { int c; };
[all …]
Dvtable-layout.cpp125 struct B { struct
128 virtual ~B() = 0;
130 void B::f() { } in f()
164 struct B : A { struct
168 void B::f() { } in f()
202 struct D : B {
234 struct B : A { struct
237 R3 *B::f() { return 0; } in f()
440 struct B : A { struct
443 void B::f() { } in f()
[all …]
Dmicrosoft-abi-virtual-inheritance.cpp15 struct B : virtual VBase { struct
16 B();
17 virtual ~B();
22 B::B() { in B() function in B
53 B::~B() { in ~B()
110 void B::foo() { in foo()
139 void call_vbase_bar(B *obj) { in call_vbase_bar()
174 void delete_B(B *obj) { in delete_B()
208 B b; in call_complete_dtor()
215 struct C : B {
[all …]
/external/fio/crc/
Dsha1.c99 #define SHA_ROUND(t, input, fn, constant, A, B, C, D, E) do { \ argument
102 B = SHA_ROR(B, 2); } while (0)
104 #define T_0_15(t, A, B, C, D, E) SHA_ROUND(t, SHA_SRC, (((C^D)&B)^D) , 0x5a827999, A, B, C, D, E ) argument
105 #define T_16_19(t, A, B, C, D, E) SHA_ROUND(t, SHA_MIX, (((C^D)&B)^D) , 0x5a827999, A, B, C, D, E ) argument
106 #define T_20_39(t, A, B, C, D, E) SHA_ROUND(t, SHA_MIX, (B^C^D) , 0x6ed9eba1, A, B, C, D, E ) argument
107 #define T_40_59(t, A, B, C, D, E) SHA_ROUND(t, SHA_MIX, ((B&C)+(D&(B^C))) , 0x8f1bbcdc, A, B, C, D,… argument
108 #define T_60_79(t, A, B, C, D, E) SHA_ROUND(t, SHA_MIX, (B^C^D) , 0xca62c1d6, A, B, C, D, E ) argument
112 unsigned int A,B,C,D,E; in blk_SHA1Block() local
116 B = ctx->H[1]; in blk_SHA1Block()
122 T_0_15( 0, A, B, C, D, E); in blk_SHA1Block()
[all …]
/external/v8/test/webkit/
Ddfg-proto-stub-watchpoint-fire-expected.txt29 PASS foo((i % 2) ? new A() : new B()) is 43
30 PASS foo((i % 2) ? new A() : new B()) is 42
31 PASS foo((i % 2) ? new A() : new B()) is 43
32 PASS foo((i % 2) ? new A() : new B()) is 42
33 PASS foo((i % 2) ? new A() : new B()) is 43
34 PASS foo((i % 2) ? new A() : new B()) is 42
35 PASS foo((i % 2) ? new A() : new B()) is 43
36 PASS foo((i % 2) ? new A() : new B()) is 42
37 PASS foo((i % 2) ? new A() : new B()) is 43
38 PASS foo((i % 2) ? new A() : new B()) is 42
[all …]
/external/clang/test/Analysis/
Ddynamic-cast.cpp10 class B : public A{ class
16 class BB: public B{};
23 B aa; in testDynCastFromRadar()
26 B *b = dynamic_cast<B*>(a); in testDynCastFromRadar()
37 B b; in testBaseToBase1()
38 B *pb = &b; in testBaseToBase1()
39 B *pbb = dynamic_cast<B*>(pb); in testBaseToBase1()
52 B *pb = &bb; in testMultipleLevelsOfSubclassing1()
54 B *b = dynamic_cast<B*>(pa); in testMultipleLevelsOfSubclassing1()
68 B *b = dynamic_cast<B*>(pbb); in testMultipleLevelsOfSubclassing2()
[all …]
/external/valgrind/VEX/orig_x86/
Dexit42.orig7 ==== BB 0 (0x3A965880) in 0B, out 0B, BBs exec'd 0 ====
13 ==== BB 1 _dl_start(0x3A965C80) in 7B, out 55B, BBs exec'd 0 ====
24 ==== BB 2 (0x3A97592B) in 21B, out 188B, BBs exec'd 0 ====
28 . 8B 1C 24 C3
30 ==== BB 3 (0x3A965C8E) in 25B, out 228B, BBs exec'd 0 ====
50B 93 00 00 00 00 8D 83 50 FF FF FF 29 D0 89 83 E4 F9 FF FF 01 D0 89 83 EC F9 FF FF 8D 83 94 F9 FF …
52 ==== BB 4 (0x3A965CE1) in 92B, out 457B, BBs exec'd 0 ====
58 ==== BB 5 (0x3A965CD3) in 97B, out 514B, BBs exec'd 0 ====
66 . 89 34 97 83 C6 08 8B 06 85 C0 89 C2 74 2F
68 ==== BB 6 (0x3A965CE6) in 111B, out 617B, BBs exec'd 0 ====
[all …]
Dfpu_mmx_sse.orig9 . 8B 1C 24 C3
12B 93 00 00 00 00 8D 83 50 FF FF FF 29 D0 89 83 E4 F9 FF FF 01 D0 89 83 EC F9 FF FF 8D 83 94 F9 FF …
18 . 89 34 97 83 C6 08 8B 06 85 C0 89 C2 74 2F
24 . B8 21 00 00 70 29 D0 89 34 87 83 C6 08 8B 06 85 C0 89 C2 75 D6
27 . 90 8D 74 26 00 8B 4D CC 8B 11 85 D2 74 57
30 . 8B 47 10 85 C0 74 03
33 . 01 50 04 8B 47 0C 85 C0 74 03
36 . 01 50 04 8B 47 14 85 C0 74 03
39 . 01 50 04 8B 47 18 85 C0 74 03
42 . 01 50 04 8B 47 44 85 C0 74 03
[all …]
/external/valgrind/massif/tests/
Dbasic2.post.exp36 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
42 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
49 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
56 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
63 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
70 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
77 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
84 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
91 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
Dignoring.post.exp36 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
44 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
54 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
67 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
95 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
110 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
125 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
140 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
155 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
171 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
[all …]
Dpeak.post.exp36 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
48 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
60 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
72 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
84 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
96 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
108 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
120 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
132 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
144 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
[all …]
/external/llvm/test/CodeGen/X86/
Dmusttail-indirect.ll8 ; struct B {
16 ; int (B::*mp_f)(int) = &B::f;
17 ; int (B::*mp_g)(A, int, A) = &B::g;
18 ; void (B::*mp_h)(A, int, A) = &B::h;
19 ; A (B::*mp_i)(A, int, A) = &B::i;
20 ; A (B::*mp_j)(int) = &B::j;
25 %struct.B = type { i32 (...)** }
31 define x86_thiscallcc i32 @f_thunk(%struct.B* %this, i32) {
33 %1 = bitcast %struct.B* %this to i32 (%struct.B*, i32)***
34 %vtable = load i32 (%struct.B*, i32)**, i32 (%struct.B*, i32)*** %1
[all …]
/external/guava/guava/src/com/google/common/reflect/
DImmutableTypeToInstanceMap.java33 public final class ImmutableTypeToInstanceMap<B> extends ForwardingMap<TypeToken<? extends B>, B>
34 implements TypeToInstanceMap<B> {
37 public static <B> ImmutableTypeToInstanceMap<B> of() { in of()
38 return new ImmutableTypeToInstanceMap<B>(ImmutableMap.<TypeToken<? extends B>, B>of()); in of()
42 public static <B> Builder<B> builder() { in builder()
43 return new Builder<B>(); in builder()
63 public static final class Builder<B> {
64 private final ImmutableMap.Builder<TypeToken<? extends B>, B> mapBuilder
73 public <T extends B> Builder<B> put(Class<T> key, T value) { in put()
82 public <T extends B> Builder<B> put(TypeToken<T> key, T value) { in put()
[all …]
/external/llvm/include/llvm/Transforms/Utils/
DSimplifyLibCalls.h54 Value *optimizeMemCpyChk(CallInst *CI, IRBuilder<> &B);
55 Value *optimizeMemMoveChk(CallInst *CI, IRBuilder<> &B);
56 Value *optimizeMemSetChk(CallInst *CI, IRBuilder<> &B);
59 Value *optimizeStrpCpyChk(CallInst *CI, IRBuilder<> &B, LibFunc::Func Func);
60 Value *optimizeStrpNCpyChk(CallInst *CI, IRBuilder<> &B, LibFunc::Func Func);
104 Value *optimizeStrCat(CallInst *CI, IRBuilder<> &B);
105 Value *optimizeStrNCat(CallInst *CI, IRBuilder<> &B);
106 Value *optimizeStrChr(CallInst *CI, IRBuilder<> &B);
107 Value *optimizeStrRChr(CallInst *CI, IRBuilder<> &B);
108 Value *optimizeStrCmp(CallInst *CI, IRBuilder<> &B);
[all …]
/external/skia/src/utils/
DSkSHA1.cpp89 struct F1 { uint32_t operator()(uint32_t B, uint32_t C, uint32_t D) { in operator ()()
90 return (B & C) | ((~B) & D); in operator ()()
98 struct F2 { uint32_t operator()(uint32_t B, uint32_t C, uint32_t D) { in operator ()()
99 return B ^ C ^ D; in operator ()()
102 struct F3 { uint32_t operator()(uint32_t B, uint32_t C, uint32_t D) { in operator ()()
103 return (B & C) | (B & D) | (C & D); in operator ()()
117 uint32_t A, uint32_t& B, uint32_t C, uint32_t D, uint32_t& E, in operation() argument
119 E += rotate_left(A, 5) + operation(B, C, D) + w + k; in operation()
120 B = rotate_left(B, 30); in operation()
124 uint32_t A = state[0], B = state[1], C = state[2], D = state[3], E = state[4]; in transform() local
[all …]
/external/clang/test/Misc/
Dmacro-backtrace.c4 #define M1(A, B) ((A) < (B)) argument
5 #define M2(A, B) M1(A, B) argument
6 #define M3(A, B) M2(A, B) argument
7 #define M4(A, B) M3(A, B) argument
8 #define M5(A, B) M4(A, B) argument
9 #define M6(A, B) M5(A, B) argument
10 #define M7(A, B) M6(A, B) argument
11 #define M8(A, B) M7(A, B) argument
12 #define M9(A, B) M8(A, B) argument
13 #define M10(A, B) M9(A, B) argument
[all …]
/external/guava/guava/src/com/google/common/collect/
DImmutableClassToInstanceMap.java35 public final class ImmutableClassToInstanceMap<B>
36 extends ForwardingMap<Class<? extends B>, B>
37 implements ClassToInstanceMap<B>, Serializable {
43 public static <B> Builder<B> builder() { in builder()
44 return new Builder<B>(); in builder()
64 public static final class Builder<B> {
65 private final ImmutableMap.Builder<Class<? extends B>, B> mapBuilder
72 public <T extends B> Builder<B> put(Class<T> key, T value) { in put()
85 public <T extends B> Builder<B> putAll( in putAll()
96 private static <B, T extends B> T cast(Class<T> type, B value) { in cast()
[all …]
/external/boringssl/src/crypto/md5/
Dmd5.c82 md5->B = 0xefcdab89UL; in MD5_Init()
110 ll = (c)->B; \
156 uint32_t A, B, C, D, l; in md5_block_data_order() local
162 B = md5->B; in md5_block_data_order()
172 R0(A, B, C, D, X(0), 7, 0xd76aa478L); in md5_block_data_order()
175 R0(D, A, B, C, X(1), 12, 0xe8c7b756L); in md5_block_data_order()
178 R0(C, D, A, B, X(2), 17, 0x242070dbL); in md5_block_data_order()
181 R0(B, C, D, A, X(3), 22, 0xc1bdceeeL); in md5_block_data_order()
184 R0(A, B, C, D, X(4), 7, 0xf57c0fafL); in md5_block_data_order()
187 R0(D, A, B, C, X(5), 12, 0x4787c62aL); in md5_block_data_order()
[all …]
/external/clang/test/CXX/drs/
Ddr0xx.cpp67 struct B { struct
68 B(const A&);
69 B(const B&);
71 const volatile B b = a;
81 class B : virtual private A {}; // expected-note 2 {{declared private here}} class
82 …class C : public B {} c; // expected-error 2 {{inherited virtual base class 'dr7::A' has private d…
85 class VeryDerivedC : public B, virtual public A {} vdc;
116 struct B { struct
121 struct N : protected B { // expected-note 2{{protected}}
130 struct B { struct in dr10::A
[all …]
/external/boringssl/src/crypto/md4/
Dmd4.c68 md4->B = 0xefcdab89UL; in MD4_Init()
89 ll = (c)->B; \
127 uint32_t A, B, C, D, l; in md4_block_data_order() local
131 B = c->B; in md4_block_data_order()
141 R0(A, B, C, D, X0, 3, 0); in md4_block_data_order()
144 R0(D, A, B, C, X1, 7, 0); in md4_block_data_order()
147 R0(C, D, A, B, X2, 11, 0); in md4_block_data_order()
150 R0(B, C, D, A, X3, 19, 0); in md4_block_data_order()
153 R0(A, B, C, D, X4, 3, 0); in md4_block_data_order()
156 R0(D, A, B, C, X5, 7, 0); in md4_block_data_order()
[all …]
/external/elfutils/src/lib/
Dsha1.c55 ctx->B = 0xefcdab89;
75 ((sha1_uint32 *) resbuf)[1] = SWAP (ctx->B);
234 sha1_uint32 B = ctx->B; local
251 sha1_uint32 B_save = B;
273 OP (0, A, B, C, D, E);
274 OP (1, E, A, B, C, D);
275 OP (2, D, E, A, B, C);
276 OP (3, C, D, E, A, B);
277 OP (4, B, C, D, E, A);
278 OP (5, A, B, C, D, E);
[all …]
/external/llvm/lib/Transforms/Utils/
DBuildLibCalls.cpp29 Value *llvm::CastToCStr(Value *V, IRBuilder<> &B) { in CastToCStr() argument
31 return B.CreateBitCast(V, B.getInt8PtrTy(AS), "cstr"); in CastToCStr()
36 Value *llvm::EmitStrLen(Value *Ptr, IRBuilder<> &B, const DataLayout &DL, in EmitStrLen() argument
41 Module *M = B.GetInsertBlock()->getParent()->getParent(); in EmitStrLen()
47 LLVMContext &Context = B.GetInsertBlock()->getContext(); in EmitStrLen()
50 DL.getIntPtrType(Context), B.getInt8PtrTy(), nullptr); in EmitStrLen()
51 CallInst *CI = B.CreateCall(StrLen, CastToCStr(Ptr, B), "strlen"); in EmitStrLen()
61 Value *llvm::EmitStrNLen(Value *Ptr, Value *MaxLen, IRBuilder<> &B, in EmitStrNLen() argument
66 Module *M = B.GetInsertBlock()->getParent()->getParent(); in EmitStrNLen()
72 LLVMContext &Context = B.GetInsertBlock()->getContext(); in EmitStrNLen()
[all …]

12345678910>>...149