Home
last modified time | relevance | path

Searched refs:mapto (Results 1 – 25 of 124) sorted by relevance

12345

/dports/cad/gmsh/gmsh-4.9.2-source/contrib/Netgen/libsrc/meshing/
H A Dboundarylayer.cpp23 Array<int> mapto(np); in InsertVirtualBoundaryLayer() local
49 mapto.Elem(i) = mesh.AddPoint (mesh.Point (i)); in InsertVirtualBoundaryLayer()
51 mapto.Elem(i) = 0; in InsertVirtualBoundaryLayer()
58 if (mapto.Get(el.PNum(j))) in InsertVirtualBoundaryLayer()
59 el.PNum(j) = mapto.Get(el.PNum(j)); in InsertVirtualBoundaryLayer()
71 int p3 = mapto.Get (p1); in InsertVirtualBoundaryLayer()
73 int p4 = mapto.Get (p2); in InsertVirtualBoundaryLayer()
236 Array<int> mapto(np); in GenerateBoundaryLayer() local
300 mapto.Elem(i) = 0; in GenerateBoundaryLayer()
499 if (mapto.Get(sel.PNum(j))) in GenerateBoundaryLayer()
[all …]
/dports/science/afni/afni-AFNI_21.3.16/src/gifsicledir/
H A Dmerge.c119 if (mapto == -1) in merge_colormap_if_possible()
128 mapto = 255; in merge_colormap_if_possible()
133 mapto = ndestcol; in merge_colormap_if_possible()
134 destcol[mapto] = srccol[i]; in merge_colormap_if_possible()
138 if (mapto == -1) in merge_colormap_if_possible()
142 mapto = x; in merge_colormap_if_possible()
143 destcol[mapto] = srccol[i]; in merge_colormap_if_possible()
147 if (mapto == -1) in merge_colormap_if_possible()
151 assert(mapto >= 0 && mapto < ndestcol); in merge_colormap_if_possible()
154 srccol[i].pixel = mapto; in merge_colormap_if_possible()
[all …]
/dports/net/gtk-vnc/gtk-vnc-0.7.2/src/keycodemapdb/tools/
H A Dkeymap-gen124 self.mapto = {}
131 self.mapto[name] = {}
182 self.mapto[self.MAP_LINUX][linux] = linux
204 self.mapto[mapname][linux] = val
220 if linux in self.mapto[self.MAP_XKBDXT]:
230 if linux in self.mapto[self.MAP_OSX]:
236 if linux in self.mapto[self.MAP_XWINXT]:
246 if linux in self.mapto[self.MAP_XTKBD]:
270 if tomapname not in database.mapto:
275 fromlinux = database.mapto[tomapname]
[all …]
/dports/astro/py-astropy/astropy-5.0/cextern/wcslib/C/
H A Dwcsfix.c1230 int *mapto = 0x0; in wcspcx() local
1237 mapto[i] = -1; in wcspcx()
1247 mapto[wcs->lng] = j; in wcspcx()
1253 mapto[wcs->lng]--; in wcspcx()
1256 mapto[wcs->lat] = mapto[wcs->lng] + 1; in wcspcx()
1267 if (!(mapto[i] < 0)) { in wcspcx()
1273 mapto[i] = j; in wcspcx()
1341 if (mapto[i] != i) { in wcspcx()
1405 free(mapto); in wcspcx()
1413 if (mapto) free(mapto); in wcspcx()
[all …]
/dports/astro/wcslib/wcslib-7.7/C/
H A Dwcsfix.c1230 int *mapto = 0x0; in wcspcx() local
1237 mapto[i] = -1; in wcspcx()
1247 mapto[wcs->lng] = j; in wcspcx()
1253 mapto[wcs->lng]--; in wcspcx()
1256 mapto[wcs->lat] = mapto[wcs->lng] + 1; in wcspcx()
1267 if (!(mapto[i] < 0)) { in wcspcx()
1273 mapto[i] = j; in wcspcx()
1341 if (mapto[i] != i) { in wcspcx()
1405 free(mapto); in wcspcx()
1413 if (mapto) free(mapto); in wcspcx()
[all …]
/dports/graphics/gifski/gifski-1.5.0/cargo-crates/gifsicle-1.92.5/vendor/src/
H A Dmerge.c133 if (mapto == -1) in merge_colormap_if_possible()
136 if (mapto == -1 && ndestcol < 256) { in merge_colormap_if_possible()
138 mapto = ndestcol; in merge_colormap_if_possible()
139 destcol[mapto] = srccol[i]; in merge_colormap_if_possible()
143 if (mapto == -1) in merge_colormap_if_possible()
147 mapto = x; in merge_colormap_if_possible()
152 if (mapto == -1) in merge_colormap_if_possible()
156 assert(mapto >= 0 && mapto < ndestcol); in merge_colormap_if_possible()
159 srccol[i].pixel = mapto; in merge_colormap_if_possible()
160 destcol[mapto].haspixel = 1; in merge_colormap_if_possible()
[all …]
/dports/graphics/gifsicle/gifsicle-1.93/src/
H A Dmerge.c133 if (mapto == -1) in merge_colormap_if_possible()
136 if (mapto == -1 && ndestcol < 256) { in merge_colormap_if_possible()
138 mapto = ndestcol; in merge_colormap_if_possible()
139 destcol[mapto] = srccol[i]; in merge_colormap_if_possible()
143 if (mapto == -1) in merge_colormap_if_possible()
147 mapto = x; in merge_colormap_if_possible()
152 if (mapto == -1) in merge_colormap_if_possible()
156 assert(mapto >= 0 && mapto < ndestcol); in merge_colormap_if_possible()
159 srccol[i].pixel = mapto; in merge_colormap_if_possible()
160 destcol[mapto].haspixel = 1; in merge_colormap_if_possible()
[all …]
/dports/science/elmerfem/elmerfem-release-9.0/ElmerGUI/netgen/libsrc/meshing/
H A Dboundarylayer.cpp23 ARRAY<int> mapto(np); in InsertVirtualBoundaryLayer() local
49 mapto.Elem(i) = mesh.AddPoint (mesh.Point (i)); in InsertVirtualBoundaryLayer()
51 mapto.Elem(i) = 0; in InsertVirtualBoundaryLayer()
58 if (mapto.Get(el.PNum(j))) in InsertVirtualBoundaryLayer()
59 el.PNum(j) = mapto.Get(el.PNum(j)); in InsertVirtualBoundaryLayer()
71 int p3 = mapto.Get (p1); in InsertVirtualBoundaryLayer()
73 int p4 = mapto.Get (p2); in InsertVirtualBoundaryLayer()
/dports/emulators/qemu5/qemu-5.2.0/ui/keycodemapdb/tools/
H A Dkeymap-gen161 self.mapto = {}
168 self.mapto[name] = {}
241 self.mapto[mapname][linux] = val
258 if linux in self.mapto[self.MAP_ATSET1]:
269 if linux in self.mapto[self.MAP_XKBDXT]:
279 if linux in self.mapto[self.MAP_OSX]:
285 if linux in self.mapto[self.MAP_XWINXT]:
292 if linux in self.mapto[self.MAP_ATSET1]:
347 if tomapname not in database.mapto:
352 fromlinux = database.mapto[tomapname]
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/ui/keycodemapdb/tools/
H A Dkeymap-gen161 self.mapto = {}
168 self.mapto[name] = {}
241 self.mapto[mapname][linux] = val
258 if linux in self.mapto[self.MAP_ATSET1]:
269 if linux in self.mapto[self.MAP_XKBDXT]:
279 if linux in self.mapto[self.MAP_OSX]:
285 if linux in self.mapto[self.MAP_XWINXT]:
292 if linux in self.mapto[self.MAP_ATSET1]:
347 if tomapname not in database.mapto:
352 fromlinux = database.mapto[tomapname]
[all …]
/dports/emulators/qemu42/qemu-4.2.1/ui/keycodemapdb/tools/
H A Dkeymap-gen161 self.mapto = {}
168 self.mapto[name] = {}
241 self.mapto[mapname][linux] = val
258 if linux in self.mapto[self.MAP_ATSET1]:
269 if linux in self.mapto[self.MAP_XKBDXT]:
279 if linux in self.mapto[self.MAP_OSX]:
285 if linux in self.mapto[self.MAP_XWINXT]:
292 if linux in self.mapto[self.MAP_ATSET1]:
347 if tomapname not in database.mapto:
352 fromlinux = database.mapto[tomapname]
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/ui/keycodemapdb/tools/
H A Dkeymap-gen161 self.mapto = {}
168 self.mapto[name] = {}
241 self.mapto[mapname][linux] = val
258 if linux in self.mapto[self.MAP_ATSET1]:
269 if linux in self.mapto[self.MAP_XKBDXT]:
279 if linux in self.mapto[self.MAP_OSX]:
285 if linux in self.mapto[self.MAP_XWINXT]:
292 if linux in self.mapto[self.MAP_ATSET1]:
347 if tomapname not in database.mapto:
352 fromlinux = database.mapto[tomapname]
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/ui/keycodemapdb/tools/
H A Dkeymap-gen161 self.mapto = {}
168 self.mapto[name] = {}
241 self.mapto[mapname][linux] = val
258 if linux in self.mapto[self.MAP_ATSET1]:
269 if linux in self.mapto[self.MAP_XKBDXT]:
279 if linux in self.mapto[self.MAP_OSX]:
285 if linux in self.mapto[self.MAP_XWINXT]:
292 if linux in self.mapto[self.MAP_ATSET1]:
347 if tomapname not in database.mapto:
352 fromlinux = database.mapto[tomapname]
[all …]
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/ui/keycodemapdb/tools/
H A Dkeymap-gen161 self.mapto = {}
168 self.mapto[name] = {}
241 self.mapto[mapname][linux] = val
258 if linux in self.mapto[self.MAP_ATSET1]:
269 if linux in self.mapto[self.MAP_XKBDXT]:
279 if linux in self.mapto[self.MAP_OSX]:
285 if linux in self.mapto[self.MAP_XWINXT]:
292 if linux in self.mapto[self.MAP_ATSET1]:
347 if tomapname not in database.mapto:
352 fromlinux = database.mapto[tomapname]
[all …]
/dports/devel/p5-Term-ANSIScreen/Term-ANSIScreen-1.50/lib/Term/
H A DANSIScreen.pm285 my ($key, $mapto) = @_;
287 if ($key eq $mapto) {
295 $mapto = qq("$mapto") unless ($mapto =~ /^\d+;\d+$/);
297 return (defined wantarray) ? "\e[$key;${mapto}p"
298 : print("\e[$key;${mapto}p");
/dports/deskutils/spice-gtk/spice-gtk-0.37/subprojects/keycodemapdb/tools/
H A Dkeymap-gen161 self.mapto = {}
168 self.mapto[name] = {}
241 self.mapto[mapname][linux] = val
258 if linux in self.mapto[self.MAP_ATSET1]:
269 if linux in self.mapto[self.MAP_XKBDXT]:
279 if linux in self.mapto[self.MAP_OSX]:
285 if linux in self.mapto[self.MAP_XWINXT]:
292 if linux in self.mapto[self.MAP_ATSET1]:
346 if tomapname not in database.mapto:
351 fromlinux = database.mapto[tomapname]
[all …]
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/ui/keycodemapdb/tools/
H A Dkeymap-gen161 self.mapto = {}
168 self.mapto[name] = {}
241 self.mapto[mapname][linux] = val
258 if linux in self.mapto[self.MAP_ATSET1]:
269 if linux in self.mapto[self.MAP_XKBDXT]:
279 if linux in self.mapto[self.MAP_OSX]:
285 if linux in self.mapto[self.MAP_XWINXT]:
292 if linux in self.mapto[self.MAP_ATSET1]:
346 if tomapname not in database.mapto:
351 fromlinux = database.mapto[tomapname]
[all …]
/dports/emulators/qemu/qemu-6.2.0/ui/keycodemapdb/tools/
H A Dkeymap-gen161 self.mapto = {}
168 self.mapto[name] = {}
241 self.mapto[mapname][linux] = val
258 if linux in self.mapto[self.MAP_ATSET1]:
269 if linux in self.mapto[self.MAP_XKBDXT]:
279 if linux in self.mapto[self.MAP_OSX]:
285 if linux in self.mapto[self.MAP_XWINXT]:
292 if linux in self.mapto[self.MAP_ATSET1]:
346 if tomapname not in database.mapto:
351 fromlinux = database.mapto[tomapname]
[all …]
/dports/emulators/qemu60/qemu-6.0.0/ui/keycodemapdb/tools/
H A Dkeymap-gen161 self.mapto = {}
168 self.mapto[name] = {}
241 self.mapto[mapname][linux] = val
258 if linux in self.mapto[self.MAP_ATSET1]:
269 if linux in self.mapto[self.MAP_XKBDXT]:
279 if linux in self.mapto[self.MAP_OSX]:
285 if linux in self.mapto[self.MAP_XWINXT]:
292 if linux in self.mapto[self.MAP_ATSET1]:
346 if tomapname not in database.mapto:
351 fromlinux = database.mapto[tomapname]
[all …]
/dports/games/kodi-addon-game.libretro/game.libretro-2.2.0-Matrix/src/input/
H A DButtonMapper.cpp124 std::string mapto = GetFeature(strControllerId, strFeatureName); in GetLibretroIndex() local
125 if (!mapto.empty()) in GetLibretroIndex()
126 return LibretroTranslator::GetFeatureIndex(mapto); in GetLibretroIndex()
136 std::string mapto = GetFeature(strControllerId, strFeatureName); in GetLibretroDevice() local
137 if (!mapto.empty()) in GetLibretroDevice()
138 return LibretroTranslator::GetLibretroDevice(mapto); in GetLibretroDevice()
204 std::string mapto; in GetFeature() local
219 mapto = libretroFeature; in GetFeature()
225 return mapto; in GetFeature()
/dports/cad/netgen/netgen-6.2.2105/libsrc/meshing/
H A Dboundarylayer.cpp26 NgArray<int> mapto(np); in InsertVirtualBoundaryLayer() local
54 mapto.Elem(i) = 0; in InsertVirtualBoundaryLayer()
61 if (mapto.Get(el.PNum(j))) in InsertVirtualBoundaryLayer()
74 int p3 = mapto.Get (p1); in InsertVirtualBoundaryLayer()
76 int p4 = mapto.Get (p2); in InsertVirtualBoundaryLayer()
453 if(mapto[p].Size()) in GenerateBoundaryLayer()
469 if(mapto[p].Size()) in GenerateBoundaryLayer()
479 if(mapto[p].Size()) in GenerateBoundaryLayer()
493 if(mapto[p].Size()) in GenerateBoundaryLayer()
514 if(mapto[p].Size()) in GenerateBoundaryLayer()
[all …]
/dports/devel/libvirt/libvirt-7.10.0/src/keycodemapdb/tools/
H A Dkeymap-gen161 self.mapto = {}
168 self.mapto[name] = {}
241 self.mapto[mapname][linux] = val
258 if linux in self.mapto[self.MAP_ATSET1]:
269 if linux in self.mapto[self.MAP_XKBDXT]:
279 if linux in self.mapto[self.MAP_OSX]:
285 if linux in self.mapto[self.MAP_XWINXT]:
292 if linux in self.mapto[self.MAP_ATSET1]:
346 if tomapname not in database.mapto:
351 fromlinux = database.mapto[tomapname]
[all …]
/dports/www/moodle311/moodle/lib/classes/
H A Ddate.php657 $mapto = 'Etc/GMT+' . $off;
661 $mapto = 'Etc/GMT-' . $off;
665 $mapto = 'Etc/GMT';
669 if (isset(self::$bczones[$mapto])) {
670 self::$badzones[$i . ''] = $mapto;
671 self::$badzones[$i . '.0'] = $mapto;
672 self::$badzones[$utc] = $mapto;
673 self::$badzones[$gmt] = $mapto;
/dports/www/moodle310/moodle/lib/classes/
H A Ddate.php657 $mapto = 'Etc/GMT+' . $off;
661 $mapto = 'Etc/GMT-' . $off;
665 $mapto = 'Etc/GMT';
669 if (isset(self::$bczones[$mapto])) {
670 self::$badzones[$i . ''] = $mapto;
671 self::$badzones[$i . '.0'] = $mapto;
672 self::$badzones[$utc] = $mapto;
673 self::$badzones[$gmt] = $mapto;
/dports/www/moodle39/moodle/lib/classes/
H A Ddate.php536 $mapto = 'Etc/GMT+' . $off;
540 $mapto = 'Etc/GMT-' . $off;
544 $mapto = 'Etc/GMT';
548 if (isset(self::$bczones[$mapto])) {
549 self::$badzones[$i . ''] = $mapto;
550 self::$badzones[$i . '.0'] = $mapto;
551 self::$badzones[$utc] = $mapto;
552 self::$badzones[$gmt] = $mapto;

12345