Home
last modified time | relevance | path

Searched refs:HB (Results 1 – 25 of 85) sorted by relevance

1234

/external/llvm-project/llvm/test/Object/
Dcoff-archive.test38 CHECKIDX: ?_Rank@?$_Arithmetic_traits@C@std@@2HB in Debug\mymath.obj
39 CHECKIDX: ?_Rank@?$_Arithmetic_traits@D@std@@2HB in Debug\mymath.obj
40 CHECKIDX: ?_Rank@?$_Arithmetic_traits@E@std@@2HB in Debug\mymath.obj
41 CHECKIDX: ?_Rank@?$_Arithmetic_traits@F@std@@2HB in Debug\mymath.obj
42 CHECKIDX: ?_Rank@?$_Arithmetic_traits@G@std@@2HB in Debug\mymath.obj
43 CHECKIDX: ?_Rank@?$_Arithmetic_traits@H@std@@2HB in Debug\mymath.obj
44 CHECKIDX: ?_Rank@?$_Arithmetic_traits@I@std@@2HB in Debug\mymath.obj
45 CHECKIDX: ?_Rank@?$_Arithmetic_traits@J@std@@2HB in Debug\mymath.obj
46 CHECKIDX: ?_Rank@?$_Arithmetic_traits@K@std@@2HB in Debug\mymath.obj
47 CHECKIDX: ?_Rank@?$_Arithmetic_traits@M@std@@2HB in Debug\mymath.obj
[all …]
/external/llvm/test/Object/
Dcoff-archive.test38 CHECKIDX: ?_Rank@?$_Arithmetic_traits@C@std@@2HB in Debug\mymath.obj
39 CHECKIDX: ?_Rank@?$_Arithmetic_traits@D@std@@2HB in Debug\mymath.obj
40 CHECKIDX: ?_Rank@?$_Arithmetic_traits@E@std@@2HB in Debug\mymath.obj
41 CHECKIDX: ?_Rank@?$_Arithmetic_traits@F@std@@2HB in Debug\mymath.obj
42 CHECKIDX: ?_Rank@?$_Arithmetic_traits@G@std@@2HB in Debug\mymath.obj
43 CHECKIDX: ?_Rank@?$_Arithmetic_traits@H@std@@2HB in Debug\mymath.obj
44 CHECKIDX: ?_Rank@?$_Arithmetic_traits@I@std@@2HB in Debug\mymath.obj
45 CHECKIDX: ?_Rank@?$_Arithmetic_traits@J@std@@2HB in Debug\mymath.obj
46 CHECKIDX: ?_Rank@?$_Arithmetic_traits@K@std@@2HB in Debug\mymath.obj
47 CHECKIDX: ?_Rank@?$_Arithmetic_traits@M@std@@2HB in Debug\mymath.obj
[all …]
/external/tcpdump/tests/
Dforces2vvv.out99 1) [HB REQ]
102 1) [HB ACK]
105 1) [HB REQ]
108 1) [HB ACK]
111 1) [HB REQ]
114 1) [HB ACK]
117 1) [HB REQ]
120 1) [HB ACK]
168 1) [HB REQ]
171 1) [HB ACK]
[all …]
Dforces1.out26 IP 150.140.254.202.57077 > 211.129.72.8.6704: sctp[ForCES HP] (1) [HB REQ]
27 IP 211.129.72.8.6704 > 150.140.254.202.57077: sctp[ForCES HP] (1) [HB REQ]
28 IP 150.140.254.202.57077 > 211.129.72.8.6704: sctp[ForCES HP] (1) [HB ACK]
32 IP 211.129.72.8.6704 > 150.140.254.202.57077: sctp[ForCES HP] (1) [HB ACK]
Dforces2vv.out129 1) [HB REQ]
132 1) [HB ACK]
135 1) [HB REQ]
138 1) [HB ACK]
141 1) [HB REQ]
144 1) [HB ACK]
147 1) [HB REQ]
150 1) [HB ACK]
Dforces1vvv.out176 1) [HB REQ]
179 1) [HB REQ]
182 1) [HB ACK]
197 1) [HB ACK]
Dforces1vvvv.out240 1) [HB REQ]
243 1) [HB REQ]
246 1) [HB ACK]
266 1) [HB ACK]
/external/llvm/test/DebugInfo/COFF/
Dglobals.ll37 ; ASM: .section .debug$S,"dr",associative,"?comdat@?$A@X@@2HB"
44 ; ASM: .secrel32 "?comdat@?$A@X@@2HB" # DataOffset
45 ; ASM: .secidx "?comdat@?$A@X@@2HB" # Segment
105 ; OBJ: DataOffset: ?comdat@?$A@X@@2HB+0x0
108 ; OBJ: LinkageName: ?comdat@?$A@X@@2HB
118 $"\01?comdat@?$A@X@@2HB" = comdat any
121 @"\01?comdat@?$A@X@@2HB" = linkonce_odr constant i32 3, comdat, align 4
122 @"\01?middle@@3PEBHEB" = thread_local global i32* @"\01?comdat@?$A@X@@2HB", align 8
135 …1?comdat@?$A@X@@2HB", scope: !0, file: !1, line: 2, type: !7, isLocal: false, isDefinition: true, …
/external/llvm-project/llvm/lib/CodeGen/
DMachineLoopInfo.cpp123 MachineBasicBlock *HB = L->getHeader(), *LB = L->getLoopLatch(); in findLoopPreheader() local
124 if (HB->pred_size() != 2 || HB->hasAddressTaken()) in findLoopPreheader()
128 for (MachineBasicBlock *P : HB->predecessors()) { in findLoopPreheader()
140 if (S == HB) in findLoopPreheader()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineLoopInfo.cpp123 MachineBasicBlock *HB = L->getHeader(), *LB = L->getLoopLatch(); in findLoopPreheader() local
124 if (HB->pred_size() != 2 || HB->hasAddressTaken()) in findLoopPreheader()
128 for (MachineBasicBlock *P : HB->predecessors()) { in findLoopPreheader()
140 if (S == HB) in findLoopPreheader()
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/io/
DCharTypes.java8 private final static byte[] HB; field in CharTypes
11 HB = new byte[len];
13 HB[i] = (byte) HC[i];
271 return (byte[]) HB.clone(); in copyHexBytes()
DJsonStringEncoder.java26 private final static byte[] HB = CharTypes.copyHexBytes(); field in JsonStringEncoder
579 bb.append(HB[hi >> 4]); in _appendByte()
580 bb.append(HB[hi & 0xF]); in _appendByte()
586 bb.append(HB[ch >> 4]); in _appendByte()
587 bb.append(HB[ch & 0xF]); in _appendByte()
/external/rust/crates/ring/crypto/perlasm/
Dx86asm.pl47 sub ::HB
60 &xchg(&HB(@_),&LB(@_));
62 &xchg(&HB(@_),&LB(@_));
/external/boringssl/src/crypto/perlasm/
Dx86asm.pl67 sub ::HB
80 &xchg(&HB(@_),&LB(@_));
82 &xchg(&HB(@_),&LB(@_));
Dreadme27 &HB(reg); High byte for a register
/external/llvm-project/clang/test/Layout/
Dms-x86-vtordisp.cpp388 struct HB : virtual HA {}; struct
391 struct HC : virtual HB {};
/external/clang/test/Layout/
Dms-x86-vtordisp.cpp388 struct HB : virtual HA {}; struct
391 struct HC : virtual HB {};
/external/llvm-project/llvm/test/DebugInfo/COFF/
Dglobals.ll119 ; ASM: .section .debug$S,"dr",associative,"?comdat@?$A@X@@2HB"
125 ; ASM-NEXT: .secrel32 "?comdat@?$A@X@@2HB" # DataOffset
126 ; ASM-NEXT: .secidx "?comdat@?$A@X@@2HB" # Segment
224 ; OBJ-LABEL: DataOffset: ?comdat@?$A@X@@2HB+0x0
227 ; OBJ-NEXT: LinkageName: ?comdat@?$A@X@@2HB
314 $"?comdat@?$A@X@@2HB" = comdat any
321 @"?comdat@?$A@X@@2HB" = linkonce_odr dso_local constant i32 3, comdat, align 4, !dbg !17
322 @"?middle@@3PEBHEB" = dso_local thread_local global i32* @"?comdat@?$A@X@@2HB", align 8, !dbg !24
429 !18 = distinct !DIGlobalVariable(name: "comdat", linkageName: "?comdat@?$A@X@@2HB", scope: !2, file…
/external/cldr/tools/java/org/unicode/cldr/util/
DPreferredAndAllowedHour.java20 H, Hb(H), HB(H), k, h, hb(h), hB(h), K; enumConstant
/external/llvm-project/llvm/lib/Target/Hexagon/
DHexagonSplitDouble.cpp478 const MachineBasicBlock *HB = L->getHeader(); in collectIndRegsForLoop() local
480 if (!HB || !LB) in collectIndRegsForLoop()
498 if (TB != HB && FB != HB) in collectIndRegsForLoop()
534 for (auto &MI : *HB) { in collectIndRegsForLoop()
566 dbgs() << "For loop at " << printMBBReference(*HB) << " ind regs: "; in collectIndRegsForLoop()
/external/llvm/lib/Target/Hexagon/
DHexagonSplitDouble.cpp432 const MachineBasicBlock *HB = L->getHeader(); in collectIndRegsForLoop() local
434 if (!HB || !LB) in collectIndRegsForLoop()
452 if (TB != HB && FB != HB) in collectIndRegsForLoop()
487 for (auto &MI : *HB) { in collectIndRegsForLoop()
519 dbgs() << "For loop at BB#" << HB->getNumber() << " ind regs: "; in collectIndRegsForLoop()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonSplitDouble.cpp478 const MachineBasicBlock *HB = L->getHeader(); in collectIndRegsForLoop() local
480 if (!HB || !LB) in collectIndRegsForLoop()
498 if (TB != HB && FB != HB) in collectIndRegsForLoop()
534 for (auto &MI : *HB) { in collectIndRegsForLoop()
566 dbgs() << "For loop at " << printMBBReference(*HB) << " ind regs: "; in collectIndRegsForLoop()
/external/ImageMagick/PerlMagick/t/reference/filter/
DWave.miff15HB�nc������v�|r�l}�v��p�\m�Gp�Ho�Ww�Ff�ix�MU�i`��������������w��q��o��zg}Z@>0+.(;86WM=d]TdZ\aVX]XZ…
DNormalize.miff179 …RO�DK�ER�TW�HQ�8V\rN:T#�������������������������=.<.=.:-<+8*:+<+6+%HB\^_�ki�tp�cc�JR�d2E�…
224 #!<>N>?q=<�ad�or�kk�jo�lk�vk�xp�g_tZ82CB'HB!�80�<G�TO�*������ ���%����� �
/external/llvm-project/llvm/test/Demangle/
Dms-nested-scopes.test116 ?X@?$C@H@C@0@2HB
119 ?X@?$C@H@C@1@2HB
122 ?X@?$C@H@C@2@2HB

1234