/external/icu/icu4c/source/common/ |
D | ucnvscsu.cpp | 326 goto endloop; in _SCSUToUnicodeWithOffsets() 381 goto endloop; in _SCSUToUnicodeWithOffsets() 434 goto endloop; in _SCSUToUnicodeWithOffsets() 458 goto endloop; in _SCSUToUnicodeWithOffsets() 469 goto endloop; in _SCSUToUnicodeWithOffsets() 535 goto endloop; in _SCSUToUnicodeWithOffsets() 555 endloop: in _SCSUToUnicodeWithOffsets() 658 goto endloop; in _SCSUToUnicode() 705 goto endloop; in _SCSUToUnicode() 741 goto endloop; in _SCSUToUnicode() [all …]
|
D | ucnvbocu.cpp | 1102 goto endloop; in _Bocu1ToUnicodeWithOffsets() 1111 goto endloop; in _Bocu1ToUnicodeWithOffsets() 1121 goto endloop; in _Bocu1ToUnicodeWithOffsets() 1151 endloop: in _Bocu1ToUnicodeWithOffsets() 1307 goto endloop; in _Bocu1ToUnicode() 1315 goto endloop; in _Bocu1ToUnicode() 1325 goto endloop; in _Bocu1ToUnicode() 1350 endloop: in _Bocu1ToUnicode()
|
D | ucnv_u7.cpp | 1029 goto endloop; in _IMAPToUnicodeWithOffsets() 1047 goto endloop; in _IMAPToUnicodeWithOffsets() 1065 goto endloop; in _IMAPToUnicodeWithOffsets() 1123 endloop: in _IMAPToUnicodeWithOffsets()
|
D | ustring.cpp | 497 goto endloop; in _matchFromSet() 525 goto endloop; in _matchFromSet() 531 endloop: in _matchFromSet()
|
D | ucnv2022.cpp | 2281 goto endloop; in UConverter_toUnicode_ISO_2022_JP_OFFSETS_LOGIC() 2323 endloop: in UConverter_toUnicode_ISO_2022_JP_OFFSETS_LOGIC() 3421 goto endloop; in UConverter_toUnicode_ISO_2022_CN_OFFSETS_LOGIC() 3468 endloop: in UConverter_toUnicode_ISO_2022_CN_OFFSETS_LOGIC()
|
/external/llvm/test/Analysis/ScalarEvolution/ |
D | 2008-11-02-QuadraticCrash.ll | 16 br i1 %A, label %loop_1, label %endloop 18 endloop: ; preds = %loop_1
|
/external/swiftshader/third_party/LLVM/test/Analysis/ScalarEvolution/ |
D | 2008-11-02-QuadraticCrash.ll | 16 br i1 %A, label %loop_1, label %endloop 18 endloop: ; preds = %loop_1
|
/external/libhevc/common/arm64/ |
D | ihevc_intra_pred_chroma_horz.s | 193 b endloop 274 b endloop 322 b endloop 358 endloop: label
|
/external/libhevc/common/arm/ |
D | ihevc_intra_pred_chroma_horz.s | 195 b endloop 273 b endloop 318 b endloop 351 endloop: label
|
/external/llvm/test/MC/Hexagon/ |
D | endloop.s | 19 # CHECK: rror: packet marked with `:endloop{{.}}' cannot contain instructions that modify register
|
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
D | radeon_variable.c | 205 struct rc_instruction * endloop = in rc_variable_compute_live_intervals() local 207 if (endloop->IP > chan_end) { in rc_variable_compute_live_intervals() 208 chan_end = endloop->IP; in rc_variable_compute_live_intervals()
|
D | radeon_compiler_util.c | 637 struct rc_instruction * rc_match_endloop(struct rc_instruction * endloop) in rc_match_endloop() argument 641 for (inst = endloop->Prev; inst != endloop; inst = inst->Prev) { in rc_match_endloop()
|
D | radeon_compiler_util.h | 109 struct rc_instruction * rc_match_endloop(struct rc_instruction * endloop);
|
D | radeon_dataflow.c | 689 struct rc_instruction * endloop = NULL; in get_readers_for_single_write() local 732 endloop = tmp; in get_readers_for_single_write() 785 tmp = endloop; in get_readers_for_single_write() 786 endloop = NULL; in get_readers_for_single_write()
|
D | radeon_pair_regalloc.c | 549 struct rc_instruction * endloop = in do_advanced_regalloc() local 551 if (endloop->IP > s->LoopEnd) { in do_advanced_regalloc() 552 s->LoopEnd = endloop->IP; in do_advanced_regalloc()
|
/external/llvm/test/CodeGen/Hexagon/ |
D | hwloop-wrap.ll | 4 ; value may be zero, which means the endloop instruction will not decrement
|
D | hwloop-const.ll | 14 ; CHECK: endloop
|
/external/syslinux/com32/lua/src/ |
D | llex.c | 287 goto endloop; in read_long_string() 302 } endloop: in read_long_string()
|
/external/smali/smali/src/main/antlr/ |
D | smaliParser.g | 850 : //e.g. goto endloop: 893 : //e.g. goto/16 endloop: 938 : //e.g. if-eqz v0, endloop: 980 : //e.g. if-eq v0, v1, endloop: 995 : //e.g. goto/32 endloop:
|
D | smaliTreeWalker.g | 762 : //e.g. goto endloop: 825 : //e.g. goto/16 endloop: 904 : //e.g. if-eqz v0, endloop: 967 : //e.g. if-eq v0, v1, endloop: 1001 : //e.g. goto/32 endloop:
|
/external/smali/smalidea/src/main/antlr/ |
D | smalideaParser.g | 1134 : //e.g. goto endloop: 1163 : //e.g. goto/16 endloop: 1195 : //e.g. if-eqz v0, endloop: 1223 : //e.g. if-eq v0, v1, endloop: 1235 : //e.g. goto/32 endloop:
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/ |
D | codegen.ml | 165 * br endcond, loop, endloop
|
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter7/ |
D | codegen.ml | 165 * br endcond, loop, endloop
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_soa.c | 449 LLVMBasicBlockRef endloop; in lp_exec_endloop() local 505 endloop = lp_build_insert_new_block(mask->bld->gallivm, "endloop"); in lp_exec_endloop() 508 icond, ctx->loop_block, endloop); in lp_exec_endloop() 510 LLVMPositionBuilderAtEnd(builder, endloop); in lp_exec_endloop()
|
/external/mesa3d/src/gallium/docs/source/ |
D | tgsi.rst | 1690 last bgnloop. The instruction must appear within a bgnloop/endloop. 1700 Start a loop. Must have a matching endloop. 1726 next endloop or endswitch. The instruction must appear within a loop/endloop 1733 next endloop or endswitch. The instruction must appear within a loop/endloop
|