Home
last modified time | relevance | path

Searched refs:Goto (Results 1 – 25 of 30) sorted by relevance

12

/external/e2fsprogs/debugfs/
Dextent_cmds.ct10 request do_root_node, "Goto root extent",
13 request do_last_leaf, "Goto last leaf",
16 request do_first_sib, "Goto first sibling",
19 request do_last_sib, "Goto last sibling",
22 request do_next_sib, "Goto next sibling",
25 request do_prev_sib, "Goto previous sibling",
28 request do_next_leaf, "Goto next leaf",
31 request do_prev_leaf, "Goto previous leaf",
34 request do_next, "Goto next node",
37 request do_prev, "Goto previous node",
[all …]
/external/libpng/contrib/pngminus/
Dmakevms.com65 $ If Argument .Eqs. "" Then Goto Exit
69 $ If File .Eqs. " " Then Goto Endl
74 $ If AFile .Eqs. "" .Or. AFile .Eqs. OFile Then Goto NextEl
75 $ If F$CvTime(F$File(AFile,"RDT")) .Ges. Time Then Goto Makeit
76 $ Goto Loop3
79 $ Goto Loop2
82 $ If arg .Le. 8 Then Goto Loop
83 $ Goto Exit
/external/libpng/scripts/
Dmakevms.com115 $ If Argument .Eqs. "" Then Goto Exit
119 $ If File .Eqs. " " Then Goto Endl
124 $ If AFile .Eqs. "" .Or. AFile .Eqs. OFile Then Goto NextEl
125 $ If F$CvTime(F$File(AFile,"RDT")) .Ges. Time Then Goto Makeit
126 $ Goto Loop3
129 $ Goto Loop2
132 $ If arg .Le. 8 Then Goto Loop
133 $ Goto Exit
/external/chromium_org/v8/src/
Dhydrogen-osr.cc37 builder_->Goto(non_osr_entry, loop_predecessor); in BuildOsrLoopEntry()
77 builder_->Goto(loop_predecessor); in BuildOsrLoopEntry()
Dhydrogen.h172 void Goto(HBasicBlock* block,
177 Goto(block, position, NULL, false); in GotoNoSimulate()
1080 void Goto(HBasicBlock* from,
1084 from->Goto(target, source_position(), state, add_simulate);
1086 void Goto(HBasicBlock* target,
1089 Goto(current_block(), target, state, add_simulate);
1092 Goto(from, target, NULL, false); in GotoNoSimulate()
1095 Goto(target, NULL, false); in GotoNoSimulate()
Dhydrogen.cc212 void HBasicBlock::Goto(HBasicBlock* block, in Goto() function in v8::internal::HBasicBlock
3350 Goto(first, join_block); in CreateJoin()
3351 Goto(second, join_block); in CreateJoin()
3362 if (exit_block != NULL) Goto(exit_block, continue_block); in JoinContinue()
3375 if (body_exit != NULL) Goto(body_exit, loop_entry); in CreateLoop()
3378 if (loop_successor != NULL) Goto(loop_successor, break_block); in CreateLoop()
3389 Goto(loop_entry); in BuildLoopEntry()
4155 owner()->Goto(empty_true, if_true(), owner()->function_state()); in ReturnControl()
4156 owner()->Goto(empty_false, if_false(), owner()->function_state()); in ReturnControl()
4167 owner()->Goto(true_branch, if_true(), owner()->function_state()); in ReturnContinuation()
[all …]
Dcode-stubs-hydrogen.cc128 Goto(next_block); in BuildGraph()
/external/chromium_org/v8/test/cctest/compiler/
Dtest-run-machops.cc92 m.Goto(&next); in TEST()
106 m.Goto(&labels[i]); in TEST()
150 m.Goto(&blocka); in TEST()
167 m.Goto(&blockb); in TEST()
183 m.Goto(&end); in TEST()
185 m.Goto(&end); in TEST()
198 m.Goto(&header); in TEST()
202 m.Goto(&header); in TEST()
218 m->Goto(end); in BuildDiamondPhi()
220 m->Goto(end); in BuildDiamondPhi()
[all …]
/external/zlib/src/
Dmake_vms.com268 $ If Argument .Eqs. "" Then Goto Exit
272 $ If File .Eqs. " " Then Goto Endl
277 $ If AFile .Eqs. "" .Or. AFile .Eqs. OFile Then Goto NextEl
278 $ If F$CvTime(F$File(AFile,"RDT")) .Ges. Time Then Goto Makeit
279 $ Goto Loop3
282 $ Goto Loop2
285 $ If arg .Le. 8 Then Goto Loop
286 $ Goto Exit
/external/libmtp/
DREADME.windows.txt37 4. Goto Start -> Run, type "devmgmt.msc" and press "ok".
49 1. Goto Start -> Run, type "devmgmt.msc" and press "ok".
/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyOps.def47 TIL_OPCODE_DEF(Goto)
DThreadSafetyTraverse.h243 R_SExpr reduceGoto(Goto &Orig, BasicBlock *B) { in reduceGoto()
244 return new (Arena) Goto(Orig, B, 0); // FIXME: set index in reduceGoto()
376 R_SExpr reduceGoto(Goto &Orig, BasicBlock *B) { in reduceGoto()
894 void printGoto(Goto *E, StreamType &SS) { in printGoto()
DThreadSafetyTIL.h1606 class Goto : public SExpr {
1610 Goto(BasicBlock *B, unsigned I) in Goto() function
1612 Goto(const Goto &G, BasicBlock *B, unsigned I) in Goto() function
1626 template <class C> typename C::CType compare(Goto *E, C &Cmp) { in compare()
/external/chromium_org/v8/src/compiler/
Dinstruction-selector-unittest.cc224 m.Goto(&c); in TARGET_TEST_P()
226 m.Goto(&c); in TARGET_TEST_P()
244 m.Goto(&c); in TARGET_TEST_P()
246 m.Goto(&c); in TARGET_TEST_P()
Draw-machine-assembler.cc62 void RawMachineAssembler::Goto(Label* label) { in Goto() function in v8::internal::compiler::RawMachineAssembler
Draw-machine-assembler.h377 void Goto(Label* label);
/external/libpng/contrib/gregbook/
Dmakevms.com100 $ If F$Search(P1) .Eqs. "" Then Goto Makeit
/external/clang/lib/Analysis/
DThreadSafetyCommon.cpp729 til::SExpr *Tm = new (Arena) til::Goto(BB, Idx); in exitCFGBlockBody()
/external/chromium_org/v8/src/arm/
Dlithium-arm.h83 V(Goto) \
389 DECLARE_CONCRETE_INSTRUCTION(Goto, "goto")
/external/chromium_org/v8/src/mips64/
Dlithium-mips64.h83 V(Goto) \
385 DECLARE_CONCRETE_INSTRUCTION(Goto, "goto")
/external/chromium_org/v8/src/x64/
Dlithium-x64.h83 V(Goto) \
394 DECLARE_CONCRETE_INSTRUCTION(Goto, "goto")
/external/chromium_org/v8/src/ia32/
Dlithium-ia32.h87 V(Goto) \
389 DECLARE_CONCRETE_INSTRUCTION(Goto, "goto")
/external/chromium_org/v8/src/x87/
Dlithium-x87.h88 V(Goto) \
406 DECLARE_CONCRETE_INSTRUCTION(Goto, "goto")
/external/chromium_org/v8/src/mips/
Dlithium-mips.h83 V(Goto) \
386 DECLARE_CONCRETE_INSTRUCTION(Goto, "goto")
/external/chromium_org/v8/src/arm64/
Dlithium-arm64.h86 V(Goto) \
496 DECLARE_CONCRETE_INSTRUCTION(Goto, "goto")

12