Home
last modified time | relevance | path

Searched refs:modified_index (Results 1 – 25 of 36) sorted by relevance

12

/dports/cad/ngspice_rework/ngspice-35/src/xspice/evt/
H A Devtbackup.c158 node_index = node_data->modified_index[i]; in EVTbackup_node_data()
197 node_index = node_data->modified_index[i]; in EVTbackup_node_data()
205 node_data->modified_index[j] = node_data->modified_index[i]; in EVTbackup_node_data()
286 state_data->modified_index[j] = state_data->modified_index[i]; in EVTbackup_state_data()
328 port_index = msg_data->modified_index[i]; in EVTbackup_msg_data()
360 port_index = msg_data->modified_index[i]; in EVTbackup_msg_data()
368 msg_data->modified_index[j] = msg_data->modified_index[i]; in EVTbackup_msg_data()
452 j = inst_queue->modified_index[i]; in EVTbackup_inst_queue()
500 inst_queue->modified_index[j] = inst_queue->modified_index[i]; in EVTbackup_inst_queue()
591 j = output_queue->modified_index[i]; in EVTbackup_output_queue()
[all …]
H A Devtaccept.c97 index = inst_queue->modified_index[i]; in EVTaccept()
113 index = output_queue->modified_index[i]; in EVTaccept()
129 index = node_data->modified_index[i]; in EVTaccept()
144 index = state_data->modified_index[i]; in EVTaccept()
159 index = msg_data->modified_index[i]; in EVTaccept()
H A Devtdest.c57 tfree(inst_queue->modified_index); in Evt_Queue_destroy()
94 tfree(output_queue->modified_index); in Evt_Queue_destroy()
141 tfree(state_data->modified_index); in Evt_State_Data_destroy()
189 tfree(node_data->modified_index); in Evt_Node_Data_destroy()
252 tfree(msg_data->modified_index); in Evt_Msg_Data_destroy()
H A Devtqueue.c147 output_queue->modified_index[(output_queue->num_modified)++] = in EVTqueue_output()
244 inst_queue->modified_index[(inst_queue->num_modified)++] = in EVTqueue_inst()
H A Devtdeque.c156 output_queue->modified_index[(output_queue->num_modified)++] = index; in EVTdequeue_output()
252 inst_queue->modified_index[(inst_queue->num_modified)++] = index; in EVTdequeue_inst()
/dports/cad/ngspice_rework/ngspice-35/src/include/ngspice/
H A Devt.h136 int *modified_index; /* Indexes of modified instances */ member
178 int *modified_index; /* Indexes of modified outputs */ member
222 int *modified_index; /* Indexes of modified nodes */ member
254 int *modified_index; /* List of indexes modified */ member
278 int *modified_index; /* List of indexes modified */ member
/dports/lang/swi-pl/swipl-8.2.3/boot/
H A Dautoload.pl149 ( flag('$modified_index', true, false)
357 flag('$modified_index', _, true)
/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/libgit2-sys-0.7.11/libgit2/src/
H A Dstash.c844 git_index *modified_index = NULL; in git_stash_apply() local
902 &modified_index, repo, stash_parent_tree, repo_index, stash_tree)) < 0) in git_stash_apply()
930 if (!git_index_has_conflicts(modified_index)) in git_stash_apply()
941 if ((error = git_checkout_index(repo, modified_index, &opts.checkout_options)) < 0) in git_stash_apply()
944 if (unstashed_index && !git_index_has_conflicts(modified_index)) { in git_stash_apply()
955 git_index_free(modified_index); in git_stash_apply()
/dports/misc/broot/broot-1.7.0/cargo-crates/libgit2-sys-0.12.21+1.1.0/libgit2/src/
H A Dstash.c877 git_index *modified_index = NULL; in git_stash_apply() local
935 &modified_index, repo, stash_parent_tree, repo_index, stash_tree)) < 0) in git_stash_apply()
963 if (!git_index_has_conflicts(modified_index)) in git_stash_apply()
974 if ((error = git_checkout_index(repo, modified_index, &opts.checkout_options)) < 0) in git_stash_apply()
977 if (unstashed_index && !git_index_has_conflicts(modified_index)) { in git_stash_apply()
988 git_index_free(modified_index); in git_stash_apply()
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/libgit2-sys-0.12.26+1.3.0/libgit2/src/
H A Dstash.c877 git_index *modified_index = NULL; in git_stash_apply() local
935 &modified_index, repo, stash_parent_tree, repo_index, stash_tree)) < 0) in git_stash_apply()
963 if (!git_index_has_conflicts(modified_index)) in git_stash_apply()
974 if ((error = git_checkout_index(repo, modified_index, &opts.checkout_options)) < 0) in git_stash_apply()
977 if (unstashed_index && !git_index_has_conflicts(modified_index)) { in git_stash_apply()
988 git_index_free(modified_index); in git_stash_apply()
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/libgit2-sys-0.12.23+1.2.0/libgit2/src/
H A Dstash.c877 git_index *modified_index = NULL; in git_stash_apply() local
935 &modified_index, repo, stash_parent_tree, repo_index, stash_tree)) < 0) in git_stash_apply()
963 if (!git_index_has_conflicts(modified_index)) in git_stash_apply()
974 if ((error = git_checkout_index(repo, modified_index, &opts.checkout_options)) < 0) in git_stash_apply()
977 if (unstashed_index && !git_index_has_conflicts(modified_index)) { in git_stash_apply()
988 git_index_free(modified_index); in git_stash_apply()
/dports/devel/git-absorb/git-absorb-0.6.6/cargo-crates/libgit2-sys-0.12.13+1.0.1/libgit2/src/
H A Dstash.c875 git_index *modified_index = NULL; in git_stash_apply() local
933 &modified_index, repo, stash_parent_tree, repo_index, stash_tree)) < 0) in git_stash_apply()
961 if (!git_index_has_conflicts(modified_index)) in git_stash_apply()
972 if ((error = git_checkout_index(repo, modified_index, &opts.checkout_options)) < 0) in git_stash_apply()
975 if (unstashed_index && !git_index_has_conflicts(modified_index)) { in git_stash_apply()
986 git_index_free(modified_index); in git_stash_apply()
/dports/devel/R-cran-git2r/git2r/src/libgit2/src/
H A Dstash.c893 git_index *modified_index = NULL; in git_stash_apply() local
951 &modified_index, repo, stash_parent_tree, repo_index, stash_tree)) < 0) in git_stash_apply()
979 if (!git_index_has_conflicts(modified_index)) in git_stash_apply()
990 if ((error = git_checkout_index(repo, modified_index, &opts.checkout_options)) < 0) in git_stash_apply()
993 if (unstashed_index && !git_index_has_conflicts(modified_index)) { in git_stash_apply()
1004 git_index_free(modified_index); in git_stash_apply()
/dports/devel/git-delta/delta-0.9.2/cargo-crates/libgit2-sys-0.12.24+1.3.0/libgit2/src/
H A Dstash.c877 git_index *modified_index = NULL; in git_stash_apply() local
935 &modified_index, repo, stash_parent_tree, repo_index, stash_tree)) < 0) in git_stash_apply()
963 if (!git_index_has_conflicts(modified_index)) in git_stash_apply()
974 if ((error = git_checkout_index(repo, modified_index, &opts.checkout_options)) < 0) in git_stash_apply()
977 if (unstashed_index && !git_index_has_conflicts(modified_index)) { in git_stash_apply()
988 git_index_free(modified_index); in git_stash_apply()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/libgit2-sys-0.12.7+1.0.0/libgit2/src/
H A Dstash.c873 git_index *modified_index = NULL; in git_stash_apply() local
931 &modified_index, repo, stash_parent_tree, repo_index, stash_tree)) < 0) in git_stash_apply()
959 if (!git_index_has_conflicts(modified_index)) in git_stash_apply()
970 if ((error = git_checkout_index(repo, modified_index, &opts.checkout_options)) < 0) in git_stash_apply()
973 if (unstashed_index && !git_index_has_conflicts(modified_index)) { in git_stash_apply()
984 git_index_free(modified_index); in git_stash_apply()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/libgit2-sys-0.12.23+1.2.0/libgit2/src/
H A Dstash.c877 git_index *modified_index = NULL; in git_stash_apply() local
935 &modified_index, repo, stash_parent_tree, repo_index, stash_tree)) < 0) in git_stash_apply()
963 if (!git_index_has_conflicts(modified_index)) in git_stash_apply()
974 if ((error = git_checkout_index(repo, modified_index, &opts.checkout_options)) < 0) in git_stash_apply()
977 if (unstashed_index && !git_index_has_conflicts(modified_index)) { in git_stash_apply()
988 git_index_free(modified_index); in git_stash_apply()
/dports/devel/tokei/tokei-12.1.2/cargo-crates/libgit2-sys-0.12.17+1.1.0/libgit2/src/
H A Dstash.c877 git_index *modified_index = NULL; in git_stash_apply() local
935 &modified_index, repo, stash_parent_tree, repo_index, stash_tree)) < 0) in git_stash_apply()
963 if (!git_index_has_conflicts(modified_index)) in git_stash_apply()
974 if ((error = git_checkout_index(repo, modified_index, &opts.checkout_options)) < 0) in git_stash_apply()
977 if (unstashed_index && !git_index_has_conflicts(modified_index)) { in git_stash_apply()
988 git_index_free(modified_index); in git_stash_apply()
/dports/devel/gbump/gbump-1.0.1/cargo-crates/libgit2-sys-0.9.1/libgit2/src/
H A Dstash.c893 git_index *modified_index = NULL; in git_stash_apply() local
951 &modified_index, repo, stash_parent_tree, repo_index, stash_tree)) < 0) in git_stash_apply()
979 if (!git_index_has_conflicts(modified_index)) in git_stash_apply()
990 if ((error = git_checkout_index(repo, modified_index, &opts.checkout_options)) < 0) in git_stash_apply()
993 if (unstashed_index && !git_index_has_conflicts(modified_index)) { in git_stash_apply()
1004 git_index_free(modified_index); in git_stash_apply()
/dports/devel/libgit2/libgit2-1.3.0/src/
H A Dstash.c877 git_index *modified_index = NULL; in git_stash_apply() local
935 &modified_index, repo, stash_parent_tree, repo_index, stash_tree)) < 0) in git_stash_apply()
963 if (!git_index_has_conflicts(modified_index)) in git_stash_apply()
974 if ((error = git_checkout_index(repo, modified_index, &opts.checkout_options)) < 0) in git_stash_apply()
977 if (unstashed_index && !git_index_has_conflicts(modified_index)) { in git_stash_apply()
988 git_index_free(modified_index); in git_stash_apply()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/libgit2-sys-0.12.19+1.1.0/libgit2/src/
H A Dstash.c877 git_index *modified_index = NULL; in git_stash_apply() local
935 &modified_index, repo, stash_parent_tree, repo_index, stash_tree)) < 0) in git_stash_apply()
963 if (!git_index_has_conflicts(modified_index)) in git_stash_apply()
974 if ((error = git_checkout_index(repo, modified_index, &opts.checkout_options)) < 0) in git_stash_apply()
977 if (unstashed_index && !git_index_has_conflicts(modified_index)) { in git_stash_apply()
988 git_index_free(modified_index); in git_stash_apply()
/dports/devel/gitui/gitui-0.10.1/cargo-crates/libgit2-sys-0.12.12+1.0.1/libgit2/src/
H A Dstash.c875 git_index *modified_index = NULL; in git_stash_apply() local
933 &modified_index, repo, stash_parent_tree, repo_index, stash_tree)) < 0) in git_stash_apply()
961 if (!git_index_has_conflicts(modified_index)) in git_stash_apply()
972 if ((error = git_checkout_index(repo, modified_index, &opts.checkout_options)) < 0) in git_stash_apply()
975 if (unstashed_index && !git_index_has_conflicts(modified_index)) { in git_stash_apply()
986 git_index_free(modified_index); in git_stash_apply()
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/libgit2-sys-0.12.22+1.1.0/libgit2/src/
H A Dstash.c877 git_index *modified_index = NULL; in git_stash_apply() local
935 &modified_index, repo, stash_parent_tree, repo_index, stash_tree)) < 0) in git_stash_apply()
963 if (!git_index_has_conflicts(modified_index)) in git_stash_apply()
974 if ((error = git_checkout_index(repo, modified_index, &opts.checkout_options)) < 0) in git_stash_apply()
977 if (unstashed_index && !git_index_has_conflicts(modified_index)) { in git_stash_apply()
988 git_index_free(modified_index); in git_stash_apply()
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/libgit2-sys-0.12.21+1.1.0/libgit2/src/
H A Dstash.c877 git_index *modified_index = NULL; in git_stash_apply() local
935 &modified_index, repo, stash_parent_tree, repo_index, stash_tree)) < 0) in git_stash_apply()
963 if (!git_index_has_conflicts(modified_index)) in git_stash_apply()
974 if ((error = git_checkout_index(repo, modified_index, &opts.checkout_options)) < 0) in git_stash_apply()
977 if (unstashed_index && !git_index_has_conflicts(modified_index)) { in git_stash_apply()
988 git_index_free(modified_index); in git_stash_apply()
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libgit2-sys-0.12.24+1.3.0/libgit2/src/
H A Dstash.c877 git_index *modified_index = NULL; in git_stash_apply() local
935 &modified_index, repo, stash_parent_tree, repo_index, stash_tree)) < 0) in git_stash_apply()
963 if (!git_index_has_conflicts(modified_index)) in git_stash_apply()
974 if ((error = git_checkout_index(repo, modified_index, &opts.checkout_options)) < 0) in git_stash_apply()
977 if (unstashed_index && !git_index_has_conflicts(modified_index)) { in git_stash_apply()
988 git_index_free(modified_index); in git_stash_apply()
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/libgit2-sys-0.12.24+1.3.0/libgit2/src/
H A Dstash.c877 git_index *modified_index = NULL; in git_stash_apply() local
935 &modified_index, repo, stash_parent_tree, repo_index, stash_tree)) < 0) in git_stash_apply()
963 if (!git_index_has_conflicts(modified_index)) in git_stash_apply()
974 if ((error = git_checkout_index(repo, modified_index, &opts.checkout_options)) < 0) in git_stash_apply()
977 if (unstashed_index && !git_index_has_conflicts(modified_index)) { in git_stash_apply()
988 git_index_free(modified_index); in git_stash_apply()

12