Home
last modified time | relevance | path

Searched refs:i_tree (Results 1 – 25 of 45) sorted by relevance

12

/dports/math/cgal/CGAL-5.3/include/CGAL/Classification/ETHZ/internal/random-forest/
H A Dforest.hpp93 inline void apply (std::size_t i_tree) const in apply()
97 RandomGen gen(seed_start + i_tree); in apply()
160 for (std::size_t i_tree = nb_trees; i_tree < nb_trees + params.n_trees; ++ i_tree) in train() local
177 for (size_t i_tree = nb_trees; i_tree < nb_trees + params.n_trees; ++i_tree) in train() local
182 f.apply(i_tree); in train()
190 for (size_t i_tree = 0; i_tree < trees.size(); ++i_tree) { in evaluate() local
213 for (size_t i_tree = 0; i_tree < trees.size(); ++i_tree) {
220 for (size_t i_tree = 0; i_tree < trees.size(); ++i_tree) {
240 for (std::size_t i_tree = 0; i_tree < trees.size(); ++i_tree) in write() local
241 trees[i_tree].write(os); in write()
[all …]
/dports/biology/iqtree/IQ-TREE-2.0.6/booster/
H A Dbooster.c294 int i_tree; in main_booster() local
339 for(i_tree=0; i_tree < num_trees;i_tree++){ in main_booster()
340 free(alt_tree_strings[i_tree]); in main_booster()
355 int i_tree,i; in fbp() local
368 for(i_tree=0; i_tree< num_trees; i_tree++){ in fbp()
422 int i_tree; in tbe() local
440 for(i_tree=0; i_tree< num_trees; i_tree++){ in tbe()
446 for(i_tree=0; i_tree< num_trees; i_tree++){ in tbe()
515 for(i_tree=0; i_tree < num_trees; i_tree++){ in tbe()
586 for(i_tree=0; i_tree < num_trees;i_tree++){ in tbe()
[all …]
/dports/textproc/fox-xml/fox-4.1.2-91-g9c6716e/dom/
H A Dm_dom_treewalk.m429 i_tree = 0
86 thatParent => item(getAttributes(thatParent), i_tree)
110 if (i_tree<getLength(getAttributes(getOwnerElement(this)))-1) then
111 i_tree= i_tree+ 1
112 this => item(getAttributes(getOwnerElement(this)), i_tree)
114 that => item(getAttributes(getOwnerElement(that)), i_tree)
118 i_tree= 0
H A Dm_dom_dom.F90915 i_tree= i_tree+ 1
1470 i_tree= i_tree+ 1
1633 i_tree= i_tree+ 1
1975 i_tree= i_tree+ 1
2140 i_tree= i_tree+ 1
2579 i_tree= i_tree+ 1
2742 i_tree= i_tree+ 1
3102 i_tree= i_tree+ 1
3258 i_tree= i_tree+ 1
3729 i_tree= i_tree+ 1
[all …]
H A Dm_dom_utils.f90232 integer :: i_tree, j, k local
246 i_tree = 0
411 if (i_tree<getLength(getAttributes(getOwnerElement(this)))-1) then
412 i_tree= i_tree+ 1
413 this => item(getAttributes(getOwnerElement(this)), i_tree)
416 i_tree= 0
/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/libgit2-sys-0.7.11/libgit2/src/
H A Dstash.c124 git_tree *i_tree = NULL; in commit_index() local
143 i_tree, in commit_index()
151 git_tree_free(i_tree); in commit_index()
220 git_tree *i_tree = NULL; in build_untracked_tree() local
240 if ((error = git_commit_tree(&i_tree, i_commit)) < 0) in build_untracked_tree()
244 &diff, git_index_owner(index), i_tree, &opts)) < 0) in build_untracked_tree()
254 git_tree_free(i_tree); in build_untracked_tree()
364 git_tree *w_tree = NULL, *i_tree = NULL; in commit_worktree() local
371 if ((error = git_commit_tree(&i_tree, i_commit)) < 0) in commit_worktree()
374 if ((error = git_index_read_tree(index, i_tree)) < 0) in commit_worktree()
[all …]
/dports/devel/R-cran-git2r/git2r/src/libgit2/src/
H A Dstash.c129 git_tree *i_tree = NULL; in commit_index() local
134 if ((error = build_tree_from_index(&i_tree, repo, index)) < 0) in commit_index()
148 i_tree, in commit_index()
156 git_tree_free(i_tree); in commit_index()
257 git_tree *i_tree = NULL; in build_untracked_tree() local
278 if ((error = git_commit_tree(&i_tree, i_commit)) < 0) in build_untracked_tree()
291 git_tree_free(i_tree); in build_untracked_tree()
402 git_tree *w_tree = NULL, *i_tree = NULL; in commit_worktree() local
411 if ((error = git_commit_tree(&i_tree, i_commit)) < 0) in commit_worktree()
420 if ((error = git_index_read_tree(i_index, i_tree)) < 0) in commit_worktree()
[all …]
/dports/security/silktools/silk-3.19.1/src/libsilk/
H A Dskbag.c428 } i_tree; member
1296 iter->d.i_tree.key = 0; in bagIterResetTree()
1297 iter->d.i_tree.max_key = (UINT32_MAX in bagIterResetTree()
1299 iter->d.i_tree.no_more_entries = 0; in bagIterResetTree()
1649 if (iter->d.i_tree.no_more_entries) { in bagtreeIterNext()
1652 if ((0 == iter->d.i_tree.key) in bagtreeIterNext()
1684 if (iter->d.i_tree.max_key == iter->d.i_tree.key) { in bagtreeIterNext()
1687 ++iter->d.i_tree.key; in bagtreeIterNext()
1701 if (iter->d.i_tree.max_key == iter->d.i_tree.key) { in bagtreeIterNext()
1704 ++iter->d.i_tree.key; in bagtreeIterNext()
[all …]
/dports/net/wireshark-lite/wireshark-3.6.1/plugins/epan/irda/
H A Dpacket-irda.c1462 proto_tree* i_tree = NULL;
1471 i_tree = proto_item_add_subtree(ti, ett_lap_i);
1480 proto_tree_add_uint(i_tree, hf_xid_saddr, tvb, offset, 4, saddr);
1486 proto_tree_add_uint(i_tree, hf_xid_daddr, tvb, offset, 4, daddr);
1507 ti = proto_tree_add_uint(i_tree, hf_xid_slotnr, tvb, offset, 1, s);
1521 proto_item_set_end(i_tree, tvb, offset);
1741 proto_tree* i_tree = NULL;
1820 i_tree = proto_item_add_subtree(ti, ett_lap_i);
1851 offset = dissect_negotiation(tvb, i_tree, offset);
1867 i_tree = proto_item_add_subtree(ti, ett_lap_i);
[all …]
/dports/net/wireshark/wireshark-3.6.1/plugins/epan/irda/
H A Dpacket-irda.c1462 proto_tree* i_tree = NULL; in dissect_xid() local
1471 i_tree = proto_item_add_subtree(ti, ett_lap_i); in dissect_xid()
1480 proto_tree_add_uint(i_tree, hf_xid_saddr, tvb, offset, 4, saddr); in dissect_xid()
1486 proto_tree_add_uint(i_tree, hf_xid_daddr, tvb, offset, 4, daddr); in dissect_xid()
1507 ti = proto_tree_add_uint(i_tree, hf_xid_slotnr, tvb, offset, 1, s); in dissect_xid()
1521 proto_item_set_end(i_tree, tvb, offset); in dissect_xid()
1741 proto_tree* i_tree = NULL; in dissect_irlap() local
1820 i_tree = proto_item_add_subtree(ti, ett_lap_i); in dissect_irlap()
1851 offset = dissect_negotiation(tvb, i_tree, offset); in dissect_irlap()
1867 i_tree = proto_item_add_subtree(ti, ett_lap_i); in dissect_irlap()
[all …]
/dports/net/tshark-lite/wireshark-3.6.1/plugins/epan/irda/
H A Dpacket-irda.c1462 proto_tree* i_tree = NULL; in dissect_xid() local
1471 i_tree = proto_item_add_subtree(ti, ett_lap_i); in dissect_xid()
1480 proto_tree_add_uint(i_tree, hf_xid_saddr, tvb, offset, 4, saddr); in dissect_xid()
1486 proto_tree_add_uint(i_tree, hf_xid_daddr, tvb, offset, 4, daddr); in dissect_xid()
1507 ti = proto_tree_add_uint(i_tree, hf_xid_slotnr, tvb, offset, 1, s); in dissect_xid()
1521 proto_item_set_end(i_tree, tvb, offset); in dissect_xid()
1741 proto_tree* i_tree = NULL; in dissect_irlap() local
1820 i_tree = proto_item_add_subtree(ti, ett_lap_i); in dissect_irlap()
1851 offset = dissect_negotiation(tvb, i_tree, offset); in dissect_irlap()
1867 i_tree = proto_item_add_subtree(ti, ett_lap_i); in dissect_irlap()
[all …]
/dports/net/tshark/wireshark-3.6.1/plugins/epan/irda/
H A Dpacket-irda.c1462 proto_tree* i_tree = NULL; in dissect_xid() local
1471 i_tree = proto_item_add_subtree(ti, ett_lap_i); in dissect_xid()
1480 proto_tree_add_uint(i_tree, hf_xid_saddr, tvb, offset, 4, saddr); in dissect_xid()
1486 proto_tree_add_uint(i_tree, hf_xid_daddr, tvb, offset, 4, daddr); in dissect_xid()
1507 ti = proto_tree_add_uint(i_tree, hf_xid_slotnr, tvb, offset, 1, s); in dissect_xid()
1521 proto_item_set_end(i_tree, tvb, offset); in dissect_xid()
1741 proto_tree* i_tree = NULL; in dissect_irlap() local
1820 i_tree = proto_item_add_subtree(ti, ett_lap_i); in dissect_irlap()
1851 offset = dissect_negotiation(tvb, i_tree, offset); in dissect_irlap()
1867 i_tree = proto_item_add_subtree(ti, ett_lap_i); in dissect_irlap()
[all …]
/dports/devel/cgit/cgit-1.2.3/git/
H A Dgit-legacy-stash.sh162 i_tree=$(git write-tree) &&
164 git commit-tree $i_tree -p $b_commit) ||
192 git read-tree --index-output="$TMPindex" -m $i_tree &&
/dports/devel/cgit/cgit-1.2.3/git/builtin/
H A Dstash.c109 struct object_id i_tree; member
126 get_oidf(&info->i_tree, "%s^2:", revision)) in assert_stash_like()
230 static int reset_tree(struct object_id *i_tree, int update, int reset) in reset_tree() argument
246 tree = parse_tree_indirect(i_tree); in reset_tree()
406 if (oideq(&info->b_tree, &info->i_tree) || in do_apply_stash()
407 oideq(&c_tree, &info->i_tree)) { in do_apply_stash()
1067 if (reset_tree(&info->i_tree, 0, 0)) { in stash_working_tree()
1168 if (write_cache_as_tree(&info->i_tree, 0, NULL) || in do_create_stash()
1170 &info->i_tree, parents, &info->i_commit, NULL, NULL)) { in do_create_stash()
1402 if (keep_index == 1 && !is_null_oid(&info.i_tree)) { in do_push_stash()
[all …]
/dports/misc/broot/broot-1.7.0/cargo-crates/libgit2-sys-0.12.21+1.1.0/libgit2/src/
H A Dstash.c129 git_tree *i_tree = NULL; in commit_index() local
134 if ((error = build_tree_from_index(&i_tree, repo, index)) < 0) in commit_index()
148 i_tree, in commit_index()
156 git_tree_free(i_tree); in commit_index()
257 git_tree *i_tree = NULL; in build_untracked_tree() local
278 if ((error = git_commit_tree(&i_tree, i_commit)) < 0) in build_untracked_tree()
281 if ((error = git_diff_tree_to_workdir(&diff, repo, i_tree, &opts)) < 0) in build_untracked_tree()
291 git_tree_free(i_tree); in build_untracked_tree()
/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.c129 git_tree *i_tree = NULL; in commit_index() local
134 if ((error = build_tree_from_index(&i_tree, repo, index)) < 0) in commit_index()
148 i_tree, in commit_index()
156 git_tree_free(i_tree); in commit_index()
257 git_tree *i_tree = NULL; in build_untracked_tree() local
278 if ((error = git_commit_tree(&i_tree, i_commit)) < 0) in build_untracked_tree()
281 if ((error = git_diff_tree_to_workdir(&diff, repo, i_tree, &opts)) < 0) in build_untracked_tree()
291 git_tree_free(i_tree); in build_untracked_tree()
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/libgit2-sys-0.12.23+1.2.0/libgit2/src/
H A Dstash.c129 git_tree *i_tree = NULL; in commit_index() local
134 if ((error = build_tree_from_index(&i_tree, repo, index)) < 0) in commit_index()
148 i_tree, in commit_index()
156 git_tree_free(i_tree); in commit_index()
257 git_tree *i_tree = NULL; in build_untracked_tree() local
278 if ((error = git_commit_tree(&i_tree, i_commit)) < 0) in build_untracked_tree()
281 if ((error = git_diff_tree_to_workdir(&diff, repo, i_tree, &opts)) < 0) in build_untracked_tree()
291 git_tree_free(i_tree); in build_untracked_tree()
/dports/devel/git-absorb/git-absorb-0.6.6/cargo-crates/libgit2-sys-0.12.13+1.0.1/libgit2/src/
H A Dstash.c129 git_tree *i_tree = NULL; in commit_index() local
134 if ((error = build_tree_from_index(&i_tree, repo, index)) < 0) in commit_index()
148 i_tree, in commit_index()
156 git_tree_free(i_tree); in commit_index()
257 git_tree *i_tree = NULL; in build_untracked_tree() local
278 if ((error = git_commit_tree(&i_tree, i_commit)) < 0) in build_untracked_tree()
281 if ((error = git_diff_tree_to_workdir(&diff, repo, i_tree, &opts)) < 0) in build_untracked_tree()
291 git_tree_free(i_tree); in build_untracked_tree()
/dports/devel/git-delta/delta-0.9.2/cargo-crates/libgit2-sys-0.12.24+1.3.0/libgit2/src/
H A Dstash.c129 git_tree *i_tree = NULL; in commit_index() local
134 if ((error = build_tree_from_index(&i_tree, repo, index)) < 0) in commit_index()
148 i_tree, in commit_index()
156 git_tree_free(i_tree); in commit_index()
257 git_tree *i_tree = NULL; in build_untracked_tree() local
278 if ((error = git_commit_tree(&i_tree, i_commit)) < 0) in build_untracked_tree()
281 if ((error = git_diff_tree_to_workdir(&diff, repo, i_tree, &opts)) < 0) in build_untracked_tree()
291 git_tree_free(i_tree); in build_untracked_tree()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/libgit2-sys-0.12.7+1.0.0/libgit2/src/
H A Dstash.c129 git_tree *i_tree = NULL; in commit_index() local
134 if ((error = build_tree_from_index(&i_tree, repo, index)) < 0) in commit_index()
148 i_tree, in commit_index()
156 git_tree_free(i_tree); in commit_index()
257 git_tree *i_tree = NULL; in build_untracked_tree() local
278 if ((error = git_commit_tree(&i_tree, i_commit)) < 0) in build_untracked_tree()
281 if ((error = git_diff_tree_to_workdir(&diff, repo, i_tree, &opts)) < 0) in build_untracked_tree()
291 git_tree_free(i_tree); in build_untracked_tree()
/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.c129 git_tree *i_tree = NULL; in commit_index() local
134 if ((error = build_tree_from_index(&i_tree, repo, index)) < 0) in commit_index()
148 i_tree, in commit_index()
156 git_tree_free(i_tree); in commit_index()
257 git_tree *i_tree = NULL; in build_untracked_tree() local
278 if ((error = git_commit_tree(&i_tree, i_commit)) < 0) in build_untracked_tree()
281 if ((error = git_diff_tree_to_workdir(&diff, repo, i_tree, &opts)) < 0) in build_untracked_tree()
291 git_tree_free(i_tree); in build_untracked_tree()
/dports/devel/tokei/tokei-12.1.2/cargo-crates/libgit2-sys-0.12.17+1.1.0/libgit2/src/
H A Dstash.c129 git_tree *i_tree = NULL; in commit_index() local
134 if ((error = build_tree_from_index(&i_tree, repo, index)) < 0) in commit_index()
148 i_tree, in commit_index()
156 git_tree_free(i_tree); in commit_index()
257 git_tree *i_tree = NULL; in build_untracked_tree() local
278 if ((error = git_commit_tree(&i_tree, i_commit)) < 0) in build_untracked_tree()
281 if ((error = git_diff_tree_to_workdir(&diff, repo, i_tree, &opts)) < 0) in build_untracked_tree()
291 git_tree_free(i_tree); in build_untracked_tree()
/dports/devel/gbump/gbump-1.0.1/cargo-crates/libgit2-sys-0.9.1/libgit2/src/
H A Dstash.c129 git_tree *i_tree = NULL; in commit_index() local
134 if ((error = build_tree_from_index(&i_tree, repo, index)) < 0) in commit_index()
148 i_tree, in commit_index()
156 git_tree_free(i_tree); in commit_index()
257 git_tree *i_tree = NULL; in build_untracked_tree() local
278 if ((error = git_commit_tree(&i_tree, i_commit)) < 0) in build_untracked_tree()
281 if ((error = git_diff_tree_to_workdir(&diff, repo, i_tree, &opts)) < 0) in build_untracked_tree()
291 git_tree_free(i_tree); in build_untracked_tree()
/dports/devel/libgit2/libgit2-1.3.0/src/
H A Dstash.c129 git_tree *i_tree = NULL; in commit_index() local
134 if ((error = build_tree_from_index(&i_tree, repo, index)) < 0) in commit_index()
148 i_tree, in commit_index()
156 git_tree_free(i_tree); in commit_index()
257 git_tree *i_tree = NULL; in build_untracked_tree() local
278 if ((error = git_commit_tree(&i_tree, i_commit)) < 0) in build_untracked_tree()
281 if ((error = git_diff_tree_to_workdir(&diff, repo, i_tree, &opts)) < 0) in build_untracked_tree()
291 git_tree_free(i_tree); in build_untracked_tree()
/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.c129 git_tree *i_tree = NULL; in commit_index() local
134 if ((error = build_tree_from_index(&i_tree, repo, index)) < 0) in commit_index()
148 i_tree, in commit_index()
156 git_tree_free(i_tree); in commit_index()
257 git_tree *i_tree = NULL; in build_untracked_tree() local
278 if ((error = git_commit_tree(&i_tree, i_commit)) < 0) in build_untracked_tree()
281 if ((error = git_diff_tree_to_workdir(&diff, repo, i_tree, &opts)) < 0) in build_untracked_tree()
291 git_tree_free(i_tree); in build_untracked_tree()

12