Home
last modified time | relevance | path

Searched refs:firstdiff (Results 1 – 21 of 21) sorted by relevance

/dports/devel/hwloc/hwloc-1.11.13/utils/hwloc/
H A Dhwloc-diff.c24 hwloc_topology_diff_t firstdiff = NULL, diff; in main() local
111 err = hwloc_topology_diff_build(topo1, topo2, 0, &firstdiff); in main()
117 diff = firstdiff; in main()
135 err = hwloc_topology_diff_export_xml(topo1, firstdiff, refname, output); in main()
137 err = hwloc_topology_diff_export_xmlbuffer(topo1, firstdiff, refname, &xmlbuffer, &xmlbuflen); in main()
147 hwloc_topology_diff_destroy(topo1, firstdiff); in main()
H A Dhwloc-patch.c69 hwloc_topology_diff_t firstdiff = NULL; in main() local
115 err = hwloc_diff_read(topo, inputdiff, &firstdiff, &refname); in main()
151 err = hwloc_topology_diff_apply(topo, firstdiff, patchflags); in main()
165 hwloc_topology_diff_destroy(topo, firstdiff); in main()
171 hwloc_topology_diff_destroy(topo, firstdiff); in main()
/dports/devel/hwloc2/hwloc-2.5.0/utils/hwloc/
H A Dhwloc-diff.c24 hwloc_topology_diff_t firstdiff = NULL, diff; in main() local
125 err = hwloc_topology_diff_build(topo1, topo2, 0, &firstdiff); in main()
131 diff = firstdiff; in main()
149 err = hwloc_topology_diff_export_xml(firstdiff, refname, output); in main()
151 err = hwloc_topology_diff_export_xmlbuffer(firstdiff, refname, &xmlbuffer, &xmlbuflen); in main()
161 hwloc_topology_diff_destroy(firstdiff); in main()
H A Dhwloc-patch.c69 hwloc_topology_diff_t firstdiff = NULL; in main() local
123 err = hwloc_diff_read(inputdiff, &firstdiff, &refname); in main()
159 err = hwloc_topology_diff_apply(topo, firstdiff, patchflags); in main()
174 hwloc_topology_diff_destroy(firstdiff); in main()
180 hwloc_topology_diff_destroy(firstdiff); in main()
/dports/net/mpich/mpich-3.4.3/src/pm/hydra2/libhydra/topo/hwloc/hwloc/utils/hwloc/
H A Dhwloc-diff.c23 hwloc_topology_diff_t firstdiff = NULL, diff; in main() local
119 err = hwloc_topology_diff_build(topo1, topo2, 0, &firstdiff); in main()
125 diff = firstdiff; in main()
143 err = hwloc_topology_diff_export_xml(firstdiff, refname, output); in main()
145 err = hwloc_topology_diff_export_xmlbuffer(firstdiff, refname, &xmlbuffer, &xmlbuflen); in main()
155 hwloc_topology_diff_destroy(firstdiff); in main()
H A Dhwloc-patch.c68 hwloc_topology_diff_t firstdiff = NULL; in main() local
117 err = hwloc_diff_read(inputdiff, &firstdiff, &refname); in main()
153 err = hwloc_topology_diff_apply(topo, firstdiff, patchflags); in main()
168 hwloc_topology_diff_destroy(firstdiff); in main()
174 hwloc_topology_diff_destroy(firstdiff); in main()
/dports/net/mpich/mpich-3.4.3/modules/hwloc/utils/hwloc/
H A Dhwloc-diff.c23 hwloc_topology_diff_t firstdiff = NULL, diff; in main() local
119 err = hwloc_topology_diff_build(topo1, topo2, 0, &firstdiff); in main()
125 diff = firstdiff; in main()
143 err = hwloc_topology_diff_export_xml(firstdiff, refname, output); in main()
145 err = hwloc_topology_diff_export_xmlbuffer(firstdiff, refname, &xmlbuffer, &xmlbuflen); in main()
155 hwloc_topology_diff_destroy(firstdiff); in main()
H A Dhwloc-patch.c68 hwloc_topology_diff_t firstdiff = NULL; in main() local
117 err = hwloc_diff_read(inputdiff, &firstdiff, &refname); in main()
153 err = hwloc_topology_diff_apply(topo, firstdiff, patchflags); in main()
168 hwloc_topology_diff_destroy(firstdiff); in main()
174 hwloc_topology_diff_destroy(firstdiff); in main()
/dports/net/mpich/mpich-3.4.3/src/pm/hydra/tools/topo/hwloc/hwloc/utils/hwloc/
H A Dhwloc-diff.c23 hwloc_topology_diff_t firstdiff = NULL, diff; in main() local
119 err = hwloc_topology_diff_build(topo1, topo2, 0, &firstdiff); in main()
125 diff = firstdiff; in main()
143 err = hwloc_topology_diff_export_xml(firstdiff, refname, output); in main()
145 err = hwloc_topology_diff_export_xmlbuffer(firstdiff, refname, &xmlbuffer, &xmlbuflen); in main()
155 hwloc_topology_diff_destroy(firstdiff); in main()
H A Dhwloc-patch.c68 hwloc_topology_diff_t firstdiff = NULL; in main() local
117 err = hwloc_diff_read(inputdiff, &firstdiff, &refname); in main()
153 err = hwloc_topology_diff_apply(topo, firstdiff, patchflags); in main()
168 hwloc_topology_diff_destroy(firstdiff); in main()
174 hwloc_topology_diff_destroy(firstdiff); in main()
/dports/devel/upp/upp/uppsrc/TextDiffCtrl/
H A DDiffCtrl.cpp65 int firstdiff = -1; in Set() local
69 if(firstdiff < 0 && diff) in Set()
70 firstdiff = outln; in Set()
89 if(firstdiff >= 0) in Set()
90 left.SetSb(max(firstdiff - 2, 0)); in Set()
/dports/math/octave/octave-6.4.0/scripts/miscellaneous/
H A Dcompare_versions.m164 firstdiff = find (vcmp, 1); variable
166 if (isempty (firstdiff))
171 out = (vcmp(firstdiff) > 0);
/dports/science/afni/afni-AFNI_21.3.16/src/SUMA/
H A DSUMA_MiscFunc.h57 char *SUMA_StringMatch(char *s1, char *s2, int firstdiff, char filler);
H A DSUMA_MiscFunc.c2703 char *SUMA_StringMatch(char *s1, char *s2, int firstdiff, char filler) in SUMA_StringMatch() argument
2737 if (firstdiff) { in SUMA_StringMatch()
2757 s1, s2, firstdiff, filler, sm); in SUMA_StringMatch()
/dports/devel/hwloc/hwloc-1.11.13/src/
H A Dtopology-xml.c962 hwloc_topology_diff_t firstdiff = NULL, lastdiff = NULL; in hwloc__xml_import_diff() local
977 ret = hwloc__xml_import_diff_one(&childstate, &firstdiff, &lastdiff); in hwloc__xml_import_diff()
987 *firstdiffp = firstdiff; in hwloc__xml_import_diff()
/dports/net/openmpi3/openmpi-3.1.6/opal/mca/hwloc/hwloc1117/hwloc/src/
H A Dtopology-xml.c926 hwloc_topology_diff_t firstdiff = NULL, lastdiff = NULL; in hwloc__xml_import_diff() local
941 ret = hwloc__xml_import_diff_one(&childstate, &firstdiff, &lastdiff); in hwloc__xml_import_diff()
951 *firstdiffp = firstdiff; in hwloc__xml_import_diff()
/dports/net/openmpi/openmpi-4.1.1/opal/mca/hwloc/hwloc201/hwloc/hwloc/
H A Dtopology-xml.c1518 hwloc_topology_diff_t firstdiff = NULL, lastdiff = NULL; in hwloc__xml_import_diff() local
1533 ret = hwloc__xml_import_diff_one(&childstate, &firstdiff, &lastdiff); in hwloc__xml_import_diff()
1543 *firstdiffp = firstdiff; in hwloc__xml_import_diff()
/dports/net/mpich/mpich-3.4.3/modules/hwloc/hwloc/
H A Dtopology-xml.c1960 hwloc_topology_diff_t firstdiff = NULL, lastdiff = NULL; in hwloc__xml_import_diff() local
1975 ret = hwloc__xml_import_diff_one(&childstate, &firstdiff, &lastdiff); in hwloc__xml_import_diff()
1985 *firstdiffp = firstdiff; in hwloc__xml_import_diff()
/dports/net/mpich/mpich-3.4.3/src/pm/hydra2/libhydra/topo/hwloc/hwloc/hwloc/
H A Dtopology-xml.c1960 hwloc_topology_diff_t firstdiff = NULL, lastdiff = NULL; in hwloc__xml_import_diff() local
1975 ret = hwloc__xml_import_diff_one(&childstate, &firstdiff, &lastdiff); in hwloc__xml_import_diff()
1985 *firstdiffp = firstdiff; in hwloc__xml_import_diff()
/dports/net/mpich/mpich-3.4.3/src/pm/hydra/tools/topo/hwloc/hwloc/hwloc/
H A Dtopology-xml.c1960 hwloc_topology_diff_t firstdiff = NULL, lastdiff = NULL; in hwloc__xml_import_diff() local
1975 ret = hwloc__xml_import_diff_one(&childstate, &firstdiff, &lastdiff); in hwloc__xml_import_diff()
1985 *firstdiffp = firstdiff; in hwloc__xml_import_diff()
/dports/devel/hwloc2/hwloc-2.5.0/hwloc/
H A Dtopology-xml.c1963 hwloc_topology_diff_t firstdiff = NULL, lastdiff = NULL; in hwloc__xml_import_diff() local
1978 ret = hwloc__xml_import_diff_one(&childstate, &firstdiff, &lastdiff); in hwloc__xml_import_diff()
1988 *firstdiffp = firstdiff; in hwloc__xml_import_diff()