/external/llvm/test/MC/AArch64/ |
D | arm64-condbr-without-dots.s | 3 beq lbl 4 bne lbl 5 bcs lbl 6 bhs lbl 7 blo lbl 8 bcc lbl 9 bmi lbl 10 bpl lbl 11 bvs lbl 12 bvc lbl [all …]
|
D | basic-a64-instructions.s | 1149 cbz w5, lbl 1150 cbz x5, lbl 1151 cbnz x2, lbl 1152 cbnz x26, lbl 1162 cbz wzr, lbl 1163 cbnz xzr, lbl 1183 b.eq lbl 1184 b.ne lbl 1185 b.cs lbl 1186 b.hs lbl [all …]
|
/external/llvm/test/Transforms/LICM/ |
D | PR24013.ll | 6 br label %lbl 8 lbl.loopexit: ; No predecessors! 9 br label %lbl 11 lbl: ; preds = %lbl.loopexit, %entry 12 %phi = phi i32 [ %conv, %lbl.loopexit ], [ undef, %entry ] 16 if.then.5: ; preds = %if.then.5, %lbl
|
/external/python/cpython2/Parser/ |
D | acceler.c | 80 int lbl = a->a_lbl; in fixstate() local 81 label *l = &g->g_ll.ll_label[lbl]; in fixstate() 103 else if (lbl == EMPTY) in fixstate() 105 else if (lbl >= 0 && lbl < nl) in fixstate() 106 accel[lbl] = a->a_arrow; in fixstate()
|
D | grammar.c | 92 addarc(dfa *d, int from, int to, int lbl) in addarc() argument 105 a->a_lbl = lbl; in addarc()
|
/external/llvm/test/CodeGen/X86/ |
D | shrinkwrap-hang.ll | 16 br i1 %tobool, label %if.end, label %lbl 18 lbl: ; preds = %if.end, %entry 22 if.end: ; preds = %entry, %lbl 26 br i1 %tobool1, label %if.end3, label %lbl
|
/external/clang/test/CodeGen/ |
D | statements.c | 29 static void *lbls[] = { &&lbl }; in test5() 31 lbl: in test5()
|
D | exprs.c | 174 __extension__({ goto lbl; }); in f16() 175 lbl: in f16()
|
/external/clang/test/SemaCXX/ |
D | goto.cpp | 122 goto lbl; // expected-error {{cannot jump}} in test() 124 lbl: in test()
|
/external/iproute2/examples/ |
D | gaiconf | 41 ${IP} -6 addrlabel list | while read p pfx l lbl; do 42 echo label ${pfx} ${lbl}
|
/external/llvm/test/Transforms/LoopStrengthReduce/ |
D | pr18165.ll | 34 br i1 %tobool7.i, label %if.end9.i, label %lbl.loopexit.i 36 lbl.loopexit.i: ; preds = %for.body6.i.outer, %lbl.loopexit.i 37 br label %lbl.loopexit.i
|
/external/clang/test/Sema/ |
D | return.c | 281 lbl: in test35() 283 goto lbl; in test35()
|
/external/clang/test/CodeGenCXX/ |
D | exceptions.cpp | 303 lbl: in test() 304 if (cond()) goto lbl; in test()
|
D | const-init-cxx11.cpp | 474 constexpr long a(bool x) { return x ? 0 : (long)&&lbl + (0 && ({lbl: 0;})); } in a() 475 void test() { static long b = (long)&&lbl - a(false); lbl: return; } in test()
|
/external/libpcap/ |
D | Makefile.in | 296 lbl/os-aix4.h \ 297 lbl/os-aix7.h \ 298 lbl/os-hpux11.h \ 299 lbl/os-osf4.h \ 300 lbl/os-osf5.h \ 301 lbl/os-solaris2.h \ 302 lbl/os-sunos4.h \ 303 lbl/os-ultrix4.h \
|
D | README.md | 28 Network Research Group <libpcap@ee.lbl.gov> 29 ftp://ftp.ee.lbl.gov/old/libpcap-0.4a7.tar.Z
|
/external/tcpdump/ |
D | Makefile.in | 363 lbl/os-osf4.h \ 364 lbl/os-solaris2.h \ 365 lbl/os-sunos4.h \ 366 lbl/os-ultrix4.h \
|
/external/python/cpython2/Include/ |
D | grammar.h | 75 void addarc(dfa *d, int from, int to, int lbl);
|
/external/llvm/test/Transforms/IPConstantProp/ |
D | PR26044.ll | 12 if.end: ; preds = %lbl, %for.cond1
|
/external/python/cpython2/Lib/idlelib/ |
D | help.py | 218 for lbl, dex in text.parser.toc: 219 drop.add_command(label=lbl, command=lambda dex=dex:text.yview(dex))
|
/external/python/cpython3/Lib/idlelib/ |
D | help.py | 232 for lbl, dex in text.parser.toc: 233 drop.add_command(label=lbl, command=lambda dex=dex:text.yview(dex))
|
/external/iperf3/src/ |
D | version.h.in | 9 * Department at TTD@lbl.gov.
|
/external/python/cpython3/Modules/_decimal/libmpdec/literature/ |
D | REFERENCES.txt | 32 http://crd.lbl.gov/~dhbailey/dhbpapers/
|
D | six-step.txt | 61 http://crd.lbl.gov/~dhbailey/dhbpapers/
|
/external/cronet/base/substring_set_matcher/ |
D | substring_set_matcher.cc | 385 const __m128i lbl = _mm_set1_epi32(static_cast<int>(label)); in GetEdgeNoInline() local 390 const __m128i match = _mm_cmpeq_epi32(_mm_and_si128(four, mask), lbl); in GetEdgeNoInline()
|