Searched refs:EndLoop (Results 1 - 18 of 18) sorted by relevance

/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_emulate_loops.h16 struct rc_instruction * EndLoop; member in struct:loop_info
H A Dradeon_emulate_loops.c62 unsigned int loop_i = (loop->EndLoop->IP - loop->BeginLoop->IP) - 1;
73 struct rc_instruction * last = loop->EndLoop->Prev;
76 rc_remove_instruction(loop->EndLoop);
244 loop->EndLoop = inst;
315 loop->EndLoop = NULL;
340 for(ptr = loop->BeginLoop->Next; !loop->EndLoop; ptr = ptr->Next) {
394 loop->EndLoop = ptr;
400 && loop->Cond && loop->EndLoop) {
468 rc_insert_instruction(loop->EndLoop->Prev, loop->EndIf);
515 if(!s->Loops[i].EndLoop){
[all...]
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
H A DCharsetSCSU.java198 private static final int EndLoop=2; field in class:CharsetSCSU.CharsetDecoderSCSU
264 case EndLoop:
278 case EndLoop:
326 label = EndLoop;
360 label = EndLoop;
403 label = EndLoop;
457 label = EndLoop;
486 label = EndLoop;
498 label = EndLoop;
512 label = EndLoop;
611 private static final int EndLoop =3; field in class:CharsetSCSU.CharsetEncoderSCSU
[all...]
/external/pdfium/xfa/include/fwl/adapter/
H A Dfwl_adapterwidgetmgr.h59 virtual FWL_ERR EndLoop() = 0;
H A Dfwl_sdadapterimp.h64 virtual FWL_ERR EndLoop();
/external/pdfium/xfa/src/fwl/src/core/
H A Dfwl_sdadapterimp.cpp115 FWL_ERR CFWL_SDAdapterWidgetMgr::EndLoop() { function in class:CFWL_SDAdapterWidgetMgr
H A Dfwl_noteimp.cpp52 adapterWidgetMgr->EndLoop();
/external/v8/src/compiler/
H A Dcontrol-builders.h72 void EndLoop();
H A Dcontrol-builders.cc60 void LoopBuilder::EndLoop() { function in class:v8::internal::compiler::LoopBuilder
H A Dast-graph-builder.cc1345 while_loop.EndLoop();
1357 while_loop.EndLoop();
1375 for_loop.EndLoop();
1456 for_loop.EndLoop();
1474 for_loop.EndLoop();
/external/v8/src/interpreter/
H A Dcontrol-flow-builders.cc106 void LoopBuilder::EndLoop() { function in class:v8::internal::interpreter::LoopBuilder
H A Dcontrol-flow-builders.h95 void EndLoop();
H A Dbytecode-generator.cc1008 loop_builder.EndLoop();
1026 loop_builder.EndLoop();
1052 loop_builder.EndLoop();
1174 loop_builder.EndLoop();
1195 loop_builder.EndLoop();
/external/v8/test/unittests/compiler/
H A Dregister-allocator-unittest.cc121 EndLoop();
296 EndLoop();
553 EndLoop();
H A Dinstruction-sequence-unittest.h134 void EndLoop();
H A Dinstruction-sequence-unittest.cc100 void InstructionSequenceTest::EndLoop() { function in class:v8::internal::compiler::InstructionSequenceTest
H A Dscheduler-rpo-unittest.cc136 TEST_F(SchedulerRPOTest, EndLoop) {
/external/v8/test/cctest/compiler/
H A Dtest-simplified-lowering.cc511 loop.EndLoop();

Completed in 2247 milliseconds