Home
last modified time | relevance | path

Searched refs:fork_state (Results 1 – 9 of 9) sorted by relevance

/dports/misc/mc/mc-4.8.27/lib/
H A Dutilunix.c428 my_fork_state_t fork_state; in my_systemv() local
434 fork_state = my_fork (); in my_systemv()
435 switch (fork_state) in my_systemv()
/dports/misc/mc-nox11/mc-4.8.27/lib/
H A Dutilunix.c428 my_fork_state_t fork_state; in my_systemv() local
434 fork_state = my_fork (); in my_systemv()
435 switch (fork_state) in my_systemv()
/dports/biology/viennarna/ViennaRNA-2.4.18/src/ViennaRNA/
H A Dsubopt.c626 fork_state(int i, in fork_state() function
1127 fork_state(i, j - 1, state, P->MLbase + sc->energy_up[j][1], array_flag, env); in scan_interval()
1129 fork_state(i, j - 1, state, P->MLbase, array_flag, env); in scan_interval()
1355 fork_state(i, j - 1, state, tmp_en, 0, env); in scan_interval()
1511 fork_state(k, l, state, tmpE, 2, env); in scan_interval()
1675 fork_state(i + 1, j, state, tmp_en, 4, env); in scan_interval()
1779 fork_state(i, j - 1, state, tmp_en, 5, env); in scan_interval()
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/compiler/src/
H A Dbeam_validator.erl2490 Vst2 = fork_state(Lbl, Vst1),
2541 fork_state(?EXCEPTION_LABEL, Vst0) -> function
2555 fork_state(Fail, Vst);
2562 fork_state(L, #vst{current=St0,branched=Branched0,ref_ctr=Counter0}=Vst) -> function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/compiler/src/
H A Dbeam_validator.erl2468 Vst2 = fork_state(Lbl, Vst1),
2516 fork_state(?EXCEPTION_LABEL, Vst0) -> function
2530 fork_state(Fail, Vst);
2537 fork_state(L, #vst{current=St0,branched=Branched0,ref_ctr=Counter0}=Vst) -> function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/compiler/src/
H A Dbeam_validator.erl2490 Vst2 = fork_state(Lbl, Vst1),
2541 fork_state(?EXCEPTION_LABEL, Vst0) -> function
2555 fork_state(Fail, Vst);
2562 fork_state(L, #vst{current=St0,branched=Branched0,ref_ctr=Counter0}=Vst) -> function
/dports/lang/erlang/otp-OTP-24.1.7/lib/compiler/src/
H A Dbeam_validator.erl2490 Vst2 = fork_state(Lbl, Vst1),
2541 fork_state(?EXCEPTION_LABEL, Vst0) -> function
2555 fork_state(Fail, Vst);
2562 fork_state(L, #vst{current=St0,branched=Branched0,ref_ctr=Counter0}=Vst) -> function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/compiler/src/
H A Dbeam_validator.erl2490 Vst2 = fork_state(Lbl, Vst1),
2541 fork_state(?EXCEPTION_LABEL, Vst0) -> function
2555 fork_state(Fail, Vst);
2562 fork_state(L, #vst{current=St0,branched=Branched0,ref_ctr=Counter0}=Vst) -> function
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/
H A Dsession_state.cc812 snapshot_t fork_state = NormalSave; in save_state() local
815 fork_state = switch_to_snapshot ? SwitchToSnapshot : SnapshotKeep; in save_state()
845 tree.set_root (&state (false, fork_state, only_used_assets)); in save_state()