Home
last modified time | relevance | path

Searched refs:num_paths (Results 1 – 25 of 479) sorted by relevance

12345678910>>...20

/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/HDF5/src/itkhdf5/src/
H A DH5PL.c228 num_paths = H5PL__get_num_paths(); in H5PLreplace()
229 if (0 == num_paths) in H5PLreplace()
231 else if (index >= num_paths) in H5PLreplace()
271 if ((0 != num_paths) && (index >= num_paths)) in H5PLinsert()
307 if (0 == num_paths) in H5PLremove()
309 else if (index >= num_paths) in H5PLremove()
358 if (0 == num_paths) in H5PLget()
360 else if (index >= num_paths) in H5PLget()
398 H5PLsize(unsigned int *num_paths) in H5PLsize() argument
403 H5TRACE1("e", "*Iu", num_paths); in H5PLsize()
[all …]
/dports/science/hdf5/hdf5-1.10.6/src/
H A DH5PL.c227 num_paths = H5PL__get_num_paths(); in H5PLreplace()
228 if (0 == num_paths) in H5PLreplace()
230 else if (index >= num_paths) in H5PLreplace()
270 if ((0 != num_paths) && (index >= num_paths)) in H5PLinsert()
306 if (0 == num_paths) in H5PLremove()
308 else if (index >= num_paths) in H5PLremove()
357 if (0 == num_paths) in H5PLget()
359 else if (index >= num_paths) in H5PLget()
397 H5PLsize(unsigned int *num_paths) in H5PLsize() argument
402 H5TRACE1("e", "*Iu", num_paths); in H5PLsize()
[all …]
/dports/math/vtk9/VTK-9.1.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5PL.c215 num_paths = H5PL__get_num_paths(); in H5PLreplace()
216 if (0 == num_paths) in H5PLreplace()
218 else if (idx >= num_paths) in H5PLreplace()
258 if ((0 != num_paths) && (idx >= num_paths)) in H5PLinsert()
294 if (0 == num_paths) in H5PLremove()
296 else if (idx >= num_paths) in H5PLremove()
345 if (0 == num_paths) in H5PLget()
347 else if (idx >= num_paths) in H5PLget()
384 H5PLsize(unsigned int *num_paths) in H5PLsize() argument
389 H5TRACE1("e", "*Iu", num_paths); in H5PLsize()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/interconnect/
H A Dbulk.c15 int __must_check of_icc_bulk_get(struct device *dev, int num_paths, in of_icc_bulk_get() argument
20 for (i = 0; i < num_paths; i++) { in of_icc_bulk_get()
46 void icc_bulk_put(int num_paths, struct icc_bulk_data *paths) in icc_bulk_put() argument
48 while (--num_paths >= 0) { in icc_bulk_put()
49 icc_put(paths[num_paths].path); in icc_bulk_put()
50 paths[num_paths].path = NULL; in icc_bulk_put()
62 int icc_bulk_set_bw(int num_paths, const struct icc_bulk_data *paths) in icc_bulk_set_bw() argument
67 for (i = 0; i < num_paths; i++) { in icc_bulk_set_bw()
90 for (i = 0; i < num_paths; i++) { in icc_bulk_enable()
114 while (--num_paths >= 0) in icc_bulk_disable()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/interconnect/
H A Dbulk.c15 int __must_check of_icc_bulk_get(struct device *dev, int num_paths, in of_icc_bulk_get() argument
20 for (i = 0; i < num_paths; i++) { in of_icc_bulk_get()
46 void icc_bulk_put(int num_paths, struct icc_bulk_data *paths) in icc_bulk_put() argument
48 while (--num_paths >= 0) { in icc_bulk_put()
49 icc_put(paths[num_paths].path); in icc_bulk_put()
50 paths[num_paths].path = NULL; in icc_bulk_put()
62 int icc_bulk_set_bw(int num_paths, const struct icc_bulk_data *paths) in icc_bulk_set_bw() argument
67 for (i = 0; i < num_paths; i++) { in icc_bulk_set_bw()
90 for (i = 0; i < num_paths; i++) { in icc_bulk_enable()
114 while (--num_paths >= 0) in icc_bulk_disable()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/interconnect/
H A Dbulk.c15 int __must_check of_icc_bulk_get(struct device *dev, int num_paths, in of_icc_bulk_get() argument
20 for (i = 0; i < num_paths; i++) { in of_icc_bulk_get()
46 void icc_bulk_put(int num_paths, struct icc_bulk_data *paths) in icc_bulk_put() argument
48 while (--num_paths >= 0) { in icc_bulk_put()
49 icc_put(paths[num_paths].path); in icc_bulk_put()
50 paths[num_paths].path = NULL; in icc_bulk_put()
62 int icc_bulk_set_bw(int num_paths, const struct icc_bulk_data *paths) in icc_bulk_set_bw() argument
67 for (i = 0; i < num_paths; i++) { in icc_bulk_set_bw()
90 for (i = 0; i < num_paths; i++) { in icc_bulk_enable()
114 while (--num_paths >= 0) in icc_bulk_disable()
[all …]
/dports/graphics/plotutils/plotutils-2.6/libplot/
H A Dg_endpath.c55 if (_plotter->drawstate->num_paths == 0) in _API_endpath()
82 saved_num_paths = _plotter->drawstate->num_paths; in _API_endpath()
84 _plotter->drawstate->num_paths = 0; in _API_endpath()
144 _plotter->drawstate->num_paths = saved_num_paths; in _API_endpath()
151 if (_plotter->drawstate->num_paths == 1) in _API_endpath()
189 _plotter->drawstate->num_paths); in _API_endpath()
190 for (i = 0; i < _plotter->drawstate->num_paths; i++) in _API_endpath()
226 for (i = 0; i < _plotter->drawstate->num_paths; i++) in _API_endpath()
230 _plotter->drawstate->num_paths = 0; in _API_endpath()
249 if (_plotter->drawstate->num_paths == 0) in _API_endsubpath()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/samples/landlock/
H A Dsandboxer.c57 int i, num_paths = 0; in parse_path() local
60 num_paths++; in parse_path()
63 num_paths++; in parse_path()
66 *path_list = malloc(num_paths * sizeof(**path_list)); in parse_path()
67 for (i = 0; i < num_paths; i++) in parse_path()
70 return num_paths; in parse_path()
82 int num_paths, i, ret = 1; in populate_ruleset() local
97 num_paths = parse_path(env_path_name, &path_list); in populate_ruleset()
98 if (num_paths == 1 && path_list[0][0] == '\0') { in populate_ruleset()
107 for (i = 0; i < num_paths; i++) { in populate_ruleset()
/dports/multimedia/v4l_compat/linux-5.13-rc2/samples/landlock/
H A Dsandboxer.c57 int i, num_paths = 0; in parse_path() local
60 num_paths++; in parse_path()
63 num_paths++; in parse_path()
66 *path_list = malloc(num_paths * sizeof(**path_list)); in parse_path()
67 for (i = 0; i < num_paths; i++) in parse_path()
70 return num_paths; in parse_path()
82 int num_paths, i, ret = 1; in populate_ruleset() local
97 num_paths = parse_path(env_path_name, &path_list); in populate_ruleset()
98 if (num_paths == 1 && path_list[0][0] == '\0') { in populate_ruleset()
107 for (i = 0; i < num_paths; i++) { in populate_ruleset()
/dports/multimedia/v4l-utils/linux-5.13-rc2/samples/landlock/
H A Dsandboxer.c57 int i, num_paths = 0; in parse_path() local
60 num_paths++; in parse_path()
63 num_paths++; in parse_path()
66 *path_list = malloc(num_paths * sizeof(**path_list)); in parse_path()
67 for (i = 0; i < num_paths; i++) in parse_path()
70 return num_paths; in parse_path()
82 int num_paths, i, ret = 1; in populate_ruleset() local
97 num_paths = parse_path(env_path_name, &path_list); in populate_ruleset()
98 if (num_paths == 1 && path_list[0][0] == '\0') { in populate_ruleset()
107 for (i = 0; i < num_paths; i++) { in populate_ruleset()
/dports/science/wannier90/wannier90-3.1.0/src/postw90/
H A Dkpath.F90264 num_spts = num_paths + 1
294 do i = 2, num_paths
342 do i = 1, num_paths - 1
481 do j = 1, num_paths - 1
571 do j = 1, num_paths - 1
656 do j = 1, num_paths - 1
1038 integer, intent(out) :: num_paths, total_pts local
1051 allocate (kpath_pts(num_paths))
1052 allocate (kpath_len(num_paths))
1053 do loop_path = 1, num_paths
[all …]
/dports/cad/opentimer/OpenTimer-18d28ff/unittest/
H A Dpath.cpp25 REQUIRE(heap.num_paths() == 0);
39 REQUIRE(heap.num_paths() == N);
55 REQUIRE(heap.num_paths() == 0);
65 REQUIRE(heap.num_paths() == 10);
76 REQUIRE(heap.num_paths() == 10);
79 REQUIRE(heap.num_paths() == 0);
94 REQUIRE(heap.num_paths() == 2*N);
95 REQUIRE(heap2.num_paths() == 0);
/dports/multimedia/mpv/mpv-0.34.1/video/out/win32/
H A Ddisplayconfig.c130 UINT32 *num_paths, DISPLAYCONFIG_PATH_INFO** paths, in get_config() argument
141 res = pGetDisplayConfigBufferSizes(QDC_ONLY_ACTIVE_PATHS, num_paths, in get_config()
149 *paths = talloc_array(ctx, DISPLAYCONFIG_PATH_INFO, *num_paths); in get_config()
152 res = pQueryDisplayConfig(QDC_ONLY_ACTIVE_PATHS, num_paths, *paths, in get_config()
165 static DISPLAYCONFIG_PATH_INFO *get_path(UINT32 num_paths, in get_path() argument
170 for (UINT32 i = 0; i < num_paths; i++) { in get_path()
216 UINT32 num_paths; in mp_w32_displayconfig_get_refresh_rate() local
220 if (get_config(ctx, &num_paths, &paths, &num_modes, &modes)) in mp_w32_displayconfig_get_refresh_rate()
225 if (!(path = get_path(num_paths, paths, device))) in mp_w32_displayconfig_get_refresh_rate()
/dports/math/igraph/igraph-0.9.5/tests/regression/
H A Dbug_1760.c10 igraph_integer_t num_paths; in test_unweighted() local
17 IGRAPH_CHECK(igraph_vs_size(g, to, &num_paths)); in test_unweighted()
18 IGRAPH_CHECK(igraph_vector_ptr_init(&vpath, num_paths)); in test_unweighted()
19 IGRAPH_CHECK(igraph_vector_ptr_init(&epath, num_paths)); in test_unweighted()
71 igraph_integer_t num_paths; in test_weighted() local
80 IGRAPH_CHECK(igraph_vs_size(g, to, &num_paths)); in test_weighted()
81 IGRAPH_CHECK(igraph_vector_ptr_init(&vpath, num_paths)); in test_weighted()
82 IGRAPH_CHECK(igraph_vector_ptr_init(&epath, num_paths)); in test_weighted()
/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/
H A Dinterconnect.h41 int __must_check of_icc_bulk_get(struct device *dev, int num_paths,
43 void icc_bulk_put(int num_paths, struct icc_bulk_data *paths);
44 int icc_bulk_set_bw(int num_paths, const struct icc_bulk_data *paths);
45 int icc_bulk_enable(int num_paths, const struct icc_bulk_data *paths);
46 void icc_bulk_disable(int num_paths, const struct icc_bulk_data *paths);
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/
H A Dinterconnect.h41 int __must_check of_icc_bulk_get(struct device *dev, int num_paths,
43 void icc_bulk_put(int num_paths, struct icc_bulk_data *paths);
44 int icc_bulk_set_bw(int num_paths, const struct icc_bulk_data *paths);
45 int icc_bulk_enable(int num_paths, const struct icc_bulk_data *paths);
46 void icc_bulk_disable(int num_paths, const struct icc_bulk_data *paths);
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/
H A Dinterconnect.h41 int __must_check of_icc_bulk_get(struct device *dev, int num_paths,
43 void icc_bulk_put(int num_paths, struct icc_bulk_data *paths);
44 int icc_bulk_set_bw(int num_paths, const struct icc_bulk_data *paths);
45 int icc_bulk_enable(int num_paths, const struct icc_bulk_data *paths);
46 void icc_bulk_disable(int num_paths, const struct icc_bulk_data *paths);
/dports/sysutils/cpufetch/cpufetch-1.00/src/common/
H A Dudev.c121 int get_num_caches_from_files(char** paths, int num_paths) { in get_num_caches_from_files() argument
125 uint32_t* shared_maps = emalloc(sizeof(uint32_t *) * num_paths); in get_num_caches_from_files()
128 for(int i=0; i < num_paths; i++) { in get_num_caches_from_files()
154 uint32_t* unique_shared_maps = emalloc(sizeof(uint32_t *) * num_paths); in get_num_caches_from_files()
155 for(int i=0; i < num_paths; i++) unique_shared_maps[i] = 0; in get_num_caches_from_files()
157 for(int i=0; i < num_paths; i++) { in get_num_caches_from_files()
158 for(int j=0; j < num_paths && !found; j++) { in get_num_caches_from_files()
/dports/math/py-networkx/networkx-2.6.3/networkx/algorithms/centrality/
H A Dload.py117 num_paths = len(pred[v]) # Discount betweenness if more than
121 between[x] += between[v] / float(num_paths)
190 num_paths = len(pred[v])
194 num_paths = len(pred[w])
196 between[(w, x)] += between[(v, w)] / num_paths
197 between[(x, w)] += between[(w, v)] / num_paths
/dports/textproc/regex2dfa/regex2dfa-0.1.6/third_party/openfst/src/script/
H A Drandequivalent.cc26 int32 seed, ssize_t num_paths, float delta, in RandEquivalent() argument
29 RandEquivalentInnerArgs1 args(fst1, fst2, seed, num_paths, delta, in RandEquivalent()
40 ssize_t num_paths, float delta, in RandEquivalent() argument
44 RandEquivalentInnerArgs2 args(fst1, fst2, seed, num_paths, delta, opts); in RandEquivalent()
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/ooni/psiphon/oopsi/github.com/redjack/marionette/third_party/openfst/src/script/
H A Drandequivalent.cc26 int32 seed, ssize_t num_paths, float delta, in RandEquivalent() argument
29 RandEquivalentInnerArgs1 args(fst1, fst2, seed, num_paths, delta, in RandEquivalent()
40 ssize_t num_paths, float delta, in RandEquivalent() argument
44 RandEquivalentInnerArgs2 args(fst1, fst2, seed, num_paths, delta, opts); in RandEquivalent()
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/ooni/psiphon/oopsi/github.com/redjack/marionette/third_party/openfst/src/script/
H A Drandequivalent.cc26 int32 seed, ssize_t num_paths, float delta, in RandEquivalent() argument
29 RandEquivalentInnerArgs1 args(fst1, fst2, seed, num_paths, delta, in RandEquivalent()
40 ssize_t num_paths, float delta, in RandEquivalent() argument
44 RandEquivalentInnerArgs2 args(fst1, fst2, seed, num_paths, delta, opts); in RandEquivalent()
/dports/editors/impress/impress-1.1b9/pstoedit_3.21/src/
H A Dsubpath.cpp316 for(unsigned int i = 0; i < num_paths; i++) in clean_children()
331 for(i = 0; i < num_paths; i++) in find_parents()
334 for(j = 0; j < num_paths; j++) in find_parents()
352 for(i = 0; i < num_paths; i++) in find_parents()
363 for(i = 0; i < num_paths; i++) in find_parents()
388 for(unsigned int i = 0; i < num_paths; i++) in new_points()
395 num_paths = 0; in read()
402 num_paths++; in read()
405 paths = new sub_path[num_paths]; in read()
408 for(i = 0; i < num_paths; i++) in read()
[all …]
/dports/graphics/pstoedit/pstoedit-3.70/src/
H A Dsubpath.cpp313 for (unsigned int i = 0; i < num_paths; i++) in clean_children()
328 for (i = 0; i < num_paths; i++) { in find_parents()
329 paths[i].parents = new sub_path *[num_paths - 1]; in find_parents()
330 for (j = 0; j < num_paths; j++) { in find_parents()
345 for (i = 0; i < num_paths; i++) { in find_parents()
354 for (i = 0; i < num_paths; i++) { in find_parents()
375 for (unsigned int i = 0; i < num_paths; i++) in new_points()
382 num_paths = 0; in read()
388 num_paths++; in read()
391 paths = new sub_path[num_paths]; in read()
[all …]
/dports/textproc/meld-legacy/meld-1.8.6/meld/
H A Dnewdifftab.py99 num_paths = 3 if three_way else 2
101 num_paths = 1
102 return num_paths
108 num_paths = self._get_num_paths()
109 for chooser in type_choosers[self.diff_type][:num_paths]:

12345678910>>...20