/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
D | CharsetSCSU.java | 198 private static final int EndLoop=2; field in CharsetSCSU.CharsetDecoderSCSU 264 case EndLoop: in decodeLoop() 278 case EndLoop: in decodeLoop() 326 label = EndLoop; in fastSingle() 360 label = EndLoop; in singleByteMode() 403 label = EndLoop; in singleByteMode() 457 label = EndLoop; in singleByteMode() 486 label = EndLoop; in singleByteMode() 498 label = EndLoop; in singleByteMode() 512 label = EndLoop; in singleByteMode() [all …]
|
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
D | radeon_emulate_loops.c | 62 unsigned int loop_i = (loop->EndLoop->IP - loop->BeginLoop->IP) - 1; in loop_max_possible_iterations() 73 struct rc_instruction * last = loop->EndLoop->Prev; in unroll_loop() 76 rc_remove_instruction(loop->EndLoop); in unroll_loop() 244 loop->EndLoop = inst; in try_unroll_loop() 315 loop->EndLoop = NULL; in try_unroll_loop() 340 for(ptr = loop->BeginLoop->Next; !loop->EndLoop; ptr = ptr->Next) { in build_loop_info() 394 loop->EndLoop = ptr; in build_loop_info() 400 && loop->Cond && loop->EndLoop) { in build_loop_info() 468 rc_insert_instruction(loop->EndLoop->Prev, loop->EndIf); in transform_loop() 515 if(!s->Loops[i].EndLoop){ in rc_emulate_loops()
|
D | radeon_emulate_loops.h | 16 struct rc_instruction * EndLoop; member
|
/external/v8/test/unittests/compiler/ |
D | register-allocator-unittest.cc | 121 EndLoop(); in TEST_F() 296 EndLoop(); in TEST_F() 553 EndLoop(); in TEST_F()
|
D | instruction-sequence-unittest.h | 134 void EndLoop();
|
D | instruction-sequence-unittest.cc | 98 void InstructionSequenceTest::EndLoop() { in EndLoop() function in v8::internal::compiler::InstructionSequenceTest
|
D | scheduler-unittest.cc | 218 TEST_F(SchedulerRPOTest, EndLoop) { in TEST_F() argument
|
/external/v8/src/interpreter/ |
D | control-flow-builders.cc | 103 void LoopBuilder::EndLoop() { in EndLoop() function in v8::internal::interpreter::LoopBuilder
|
D | control-flow-builders.h | 95 void EndLoop();
|
D | bytecode-generator.cc | 709 loop_builder.EndLoop(); in VisitDoWhileStatement() 729 loop_builder.EndLoop(); in VisitWhileStatement() 758 loop_builder.EndLoop(); in VisitForStatement() 847 loop_builder.EndLoop(); in VisitForInStatement()
|
/external/pdfium/xfa/include/fwl/adapter/ |
D | fwl_adapterwidgetmgr.h | 59 virtual FWL_ERR EndLoop() = 0;
|
D | fwl_sdadapterimp.h | 64 virtual FWL_ERR EndLoop();
|
/external/v8/src/compiler/ |
D | control-builders.h | 72 void EndLoop();
|
D | control-builders.cc | 60 void LoopBuilder::EndLoop() { in EndLoop() function in v8::internal::compiler::LoopBuilder
|
D | ast-graph-builder.cc | 1281 while_loop.EndLoop(); in VisitDoWhileStatement() 1293 while_loop.EndLoop(); in VisitWhileStatement() 1311 for_loop.EndLoop(); in VisitForStatement() 1388 for_loop.EndLoop(); in VisitForInStatement() 1406 for_loop.EndLoop(); in VisitForOfStatement()
|
/external/pdfium/xfa/src/fwl/src/core/ |
D | fwl_sdadapterimp.cpp | 115 FWL_ERR CFWL_SDAdapterWidgetMgr::EndLoop() { in EndLoop() function in CFWL_SDAdapterWidgetMgr
|
D | fwl_noteimp.cpp | 52 adapterWidgetMgr->EndLoop(); in EndModalLoop()
|
/external/v8/test/cctest/compiler/ |
D | test-simplified-lowering.cc | 496 loop.EndLoop(); in RunCopyElements()
|