Home
last modified time | relevance | path

Searched refs:emap (Results 1 – 25 of 1215) sorted by relevance

12345678910>>...49

/dports/biology/canu/canu-2.2/src/stores/
H A DloadErates.C87 emap[ii]._name = fileList[ii]; in addEvalues()
88 emap[ii]._bgnID = 0; in addEvalues()
89 emap[ii]._endID = 0; in addEvalues()
90 emap[ii]._Nolap = 0; in addEvalues()
94 loadFromFile(emap[ii]._bgnID, "bgnID", E); in addEvalues()
101 emap[ii]._name, emap[ii]._bgnID, emap[ii]._endID, emap[ii]._Nolap); in addEvalues()
106 std::sort(emap, emap + fileList.size()); in addEvalues()
111 if (emap[ii-1]._endID < emap[ii]._bgnID) in addEvalues()
112 … fprintf(stderr, "Discontinuity between files '%s' and '%s'.\n", emap[ii-1]._name, emap[ii]._name); in addEvalues()
126 AS_UTL_loadFile(emap[ii]._name, ev, emap[ii]._Nolap + 8); in addEvalues()
[all …]
/dports/net-p2p/eiskaltdcpp-cli/eiskaltdcpp-2.2.10/eiskaltdcpp-qt/src/
H A DSettingsNotification.cpp134 unsigned emap = 0; in ok() local
137 emap |= Notification::ANY; in ok()
140 emap |= Notification::TRANSFER; in ok()
143 emap |= Notification::NICKSAY; in ok()
146 emap |= Notification::PM; in ok()
149 emap |= Notification::FAVORITE; in ok()
151 WISET(WI_NOTIFY_EVENTMAP, emap); in ok()
173 unsigned emap = 0; in ok() local
179 emap |= Notification::NICKSAY; in ok()
182 emap |= Notification::PM; in ok()
[all …]
/dports/net-p2p/eiskaltdcpp-gtk/eiskaltdcpp-2.2.10/eiskaltdcpp-qt/src/
H A DSettingsNotification.cpp134 unsigned emap = 0; in ok() local
137 emap |= Notification::ANY; in ok()
140 emap |= Notification::TRANSFER; in ok()
143 emap |= Notification::NICKSAY; in ok()
146 emap |= Notification::PM; in ok()
149 emap |= Notification::FAVORITE; in ok()
151 WISET(WI_NOTIFY_EVENTMAP, emap); in ok()
173 unsigned emap = 0; in ok() local
179 emap |= Notification::NICKSAY; in ok()
182 emap |= Notification::PM; in ok()
[all …]
/dports/net-p2p/eiskaltdcpp-lib/eiskaltdcpp-2.2.10/eiskaltdcpp-qt/src/
H A DSettingsNotification.cpp134 unsigned emap = 0; in ok() local
137 emap |= Notification::ANY; in ok()
140 emap |= Notification::TRANSFER; in ok()
143 emap |= Notification::NICKSAY; in ok()
146 emap |= Notification::PM; in ok()
149 emap |= Notification::FAVORITE; in ok()
151 WISET(WI_NOTIFY_EVENTMAP, emap); in ok()
173 unsigned emap = 0; in ok() local
179 emap |= Notification::NICKSAY; in ok()
182 emap |= Notification::PM; in ok()
[all …]
/dports/net-p2p/eiskaltdcpp-data/eiskaltdcpp-2.2.10/eiskaltdcpp-qt/src/
H A DSettingsNotification.cpp134 unsigned emap = 0; in ok() local
137 emap |= Notification::ANY; in ok()
140 emap |= Notification::TRANSFER; in ok()
143 emap |= Notification::NICKSAY; in ok()
146 emap |= Notification::PM; in ok()
149 emap |= Notification::FAVORITE; in ok()
151 WISET(WI_NOTIFY_EVENTMAP, emap); in ok()
173 unsigned emap = 0; in ok() local
179 emap |= Notification::NICKSAY; in ok()
182 emap |= Notification::PM; in ok()
[all …]
/dports/net-p2p/eiskaltdcpp-daemon/eiskaltdcpp-2.2.10/eiskaltdcpp-qt/src/
H A DSettingsNotification.cpp134 unsigned emap = 0; in ok() local
137 emap |= Notification::ANY; in ok()
140 emap |= Notification::TRANSFER; in ok()
143 emap |= Notification::NICKSAY; in ok()
146 emap |= Notification::PM; in ok()
149 emap |= Notification::FAVORITE; in ok()
151 WISET(WI_NOTIFY_EVENTMAP, emap); in ok()
173 unsigned emap = 0; in ok() local
179 emap |= Notification::NICKSAY; in ok()
182 emap |= Notification::PM; in ok()
[all …]
/dports/math/cgal/CGAL-5.3/include/CGAL/internal/TDS_2/
H A Dedge_list.h297 Edge_map emap;
313 List_item& li_e = emap[e];
328 if ( emap.find(e) == emap.end() ) { return false; }
351 return emap[e].next();
365 return emap[e].previous();
429 emap[e] = List_item(e,e);
442 List_item& li_e = emap[e];
466 List_item& li_e = emap[e];
498 emap[e].reset();
503 List_item& li_e = emap[e];
[all …]
/dports/textproc/p5-PDF-API2/PDF-API2-2.042/lib/PDF/API2/Resource/CIDFont/
H A DCJKFont.pm167 my $emap = {
177 $emap->{'reg'} = $cmap->{'ccs'}->[0];
178 $emap->{'ord'} = $cmap->{'ccs'}->[1];
179 $emap->{'sup'} = $cmap->{'ccs'}->[2];
191 $self->data->{'decode'} = $emap->{'dec'};
195 $emap->{'map'},
196 $emap->{'dir'}));
197 $self->{'Encoding'} = PDFName($emap->{'map'} . '-' . $emap->{'dir'});
206 $de->{'CIDSystemInfo'}->{'Registry'} = PDFStr($emap->{'reg'});
207 $de->{'CIDSystemInfo'}->{'Ordering'} = PDFStr($emap->{'ord'});
[all …]
/dports/math/cgal/CGAL-5.3/include/CGAL/Voronoi_diagram_2/
H A DCached_degeneracy_testers.h90 emap.insert(p); in operator()
92 emap.insert(p); in operator()
122 emap.erase(it); in erase()
127 emap.clear(); in clear()
136 std::swap(emap, other.emap); in swap()
145 for (it = emap.begin(); it != emap.end(); ++it) { in is_valid()
200 if ( emap.is_defined(e) && emap[e] != UNDEFINED ) { in operator()
206 emap[e] = b3; in operator()
233 if ( emap.is_defined(e) ) { emap[e] = UNDEFINED; } in erase()
247 std::swap(emap, other.emap); in swap()
[all …]
/dports/devel/critcl/critcl-3.1.18.1/test/
H A Demap.test3 # emap.test
24 useLocal lib/critcl-emap/emap.tcl critcl::emap
36 test emap-mode-tcl-1.0 {critcl-emap, mode: tcl (default)} -setup {
43 critcl::emap::def demo {
79 test emap-mode-tcl-1.1 {critcl-emap, mode: tcl (default) +nocase} -setup {
111 test emap-mode-tcl-1.2 {critcl-emap, mode: tcl (default), int/direct} -setup {
152 test emap-mode-c-1.0 {critcl-emap, mode: c} -setup {
182 test emap-mode-c-1.2 {critcl-emap, mode: c, int/direct} -setup {
210 test emap-mode-tcl+c-1.0 {critcl-emap, mode: tcl+c} -setup {
253 test emap-mode-tcl+c-1.2 {critcl-emap, mode: tcl+c, int/direct} -setup {
[all …]
/dports/textproc/p5-PDF-Builder/PDF-Builder-3.023/lib/PDF/Builder/Resource/CIDFont/
H A DCJKFont.pm121 my $emap = {
131 $emap->{'reg'} = $cmap->{'ccs'}->[0];
132 $emap->{'ord'} = $cmap->{'ccs'}->[1];
133 $emap->{'sup'} = $cmap->{'ccs'}->[2];
144 $self->data()->{'decode'} = $emap->{'dec'};
146 $self->{'BaseFont'} = PDFName($self->fontname()."-$emap->{'map'}-$emap->{'dir'}");
147 $self->{'Encoding'} = PDFName("$emap->{'map'}-$emap->{'dir'}");
153 $de->{'CIDSystemInfo'}->{'Registry'} = PDFString($emap->{'reg'}, 'x');
154 $de->{'CIDSystemInfo'}->{'Ordering'} = PDFString($emap->{'ord'}, 'x');
155 $de->{'CIDSystemInfo'}->{'Supplement'} = PDFNum($emap->{'sup'});
/dports/emulators/qemu/qemu-6.2.0/hw/mips/
H A Dloongson3_bootp.c50 struct efi_memory_map_loongson *emap = g_map; in init_memory_map() local
52 emap->nr_map = cpu_to_le32(2); in init_memory_map()
53 emap->mem_freq = cpu_to_le32(300000000); in init_memory_map()
55 emap->map[0].node_id = cpu_to_le32(0); in init_memory_map()
56 emap->map[0].mem_type = cpu_to_le32(1); in init_memory_map()
57 emap->map[0].mem_start = cpu_to_le64(0x0); in init_memory_map()
58 emap->map[0].mem_size = cpu_to_le32(240); in init_memory_map()
60 emap->map[1].node_id = cpu_to_le32(0); in init_memory_map()
61 emap->map[1].mem_type = cpu_to_le32(2); in init_memory_map()
62 emap->map[1].mem_start = cpu_to_le64(0x90000000); in init_memory_map()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/hw/mips/
H A Dloongson3_bootp.c50 struct efi_memory_map_loongson *emap = g_map; in init_memory_map() local
52 emap->nr_map = cpu_to_le32(2); in init_memory_map()
53 emap->mem_freq = cpu_to_le32(300000000); in init_memory_map()
55 emap->map[0].node_id = cpu_to_le32(0); in init_memory_map()
56 emap->map[0].mem_type = cpu_to_le32(1); in init_memory_map()
57 emap->map[0].mem_start = cpu_to_le64(0x0); in init_memory_map()
58 emap->map[0].mem_size = cpu_to_le32(240); in init_memory_map()
60 emap->map[1].node_id = cpu_to_le32(0); in init_memory_map()
61 emap->map[1].mem_type = cpu_to_le32(2); in init_memory_map()
62 emap->map[1].mem_start = cpu_to_le64(0x90000000); in init_memory_map()
[all …]
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/hw/mips/
H A Dloongson3_bootp.c50 struct efi_memory_map_loongson *emap = g_map; in init_memory_map() local
52 emap->nr_map = cpu_to_le32(2); in init_memory_map()
53 emap->mem_freq = cpu_to_le32(300000000); in init_memory_map()
55 emap->map[0].node_id = cpu_to_le32(0); in init_memory_map()
56 emap->map[0].mem_type = cpu_to_le32(1); in init_memory_map()
57 emap->map[0].mem_start = cpu_to_le64(0x0); in init_memory_map()
58 emap->map[0].mem_size = cpu_to_le32(240); in init_memory_map()
60 emap->map[1].node_id = cpu_to_le32(0); in init_memory_map()
61 emap->map[1].mem_type = cpu_to_le32(2); in init_memory_map()
62 emap->map[1].mem_start = cpu_to_le64(0x90000000); in init_memory_map()
[all …]
/dports/net-p2p/libktorrent/libktorrent-21.12.3/src/dht/
H A Dkclosestnodessearch.cpp32 if (emap.size() < max_entries) {
34 emap.insert(std::make_pair(d, e));
40 const dht::Key &max = emap.rbegin()->first;
43 emap.insert(std::make_pair(d, e));
45 emap.erase(max);
54 KNSitr i = emap.begin();
55 while (i != emap.end()) {
H A Dkclosestnodessearch.h26 std::map<dht::Key, KBucketEntry> emap; in A()
44 return emap.begin(); in A()
48 return emap.end(); in A()
53 return emap.begin(); in A()
57 return emap.end(); in A()
69 return emap.size(); in A()
/dports/graphics/qgis/qgis-3.22.3/src/plugins/grass/
H A Dqgsgrassselect.cpp96 emap->hide(); in QgsGrassSelect()
120 emap->clear(); in setLocations()
196 emap->clear(); in setMapsets()
226 if ( emap->isHidden() ) in setMapsets()
239 emap->clear(); in setMaps()
258 emap->addItem( list[j] ); in setMaps()
273 emap->addItem( list[j] ); in setMaps()
290 emap->addItem( m ); in setMaps()
306 emap->addItem( m ); in setMaps()
324 if ( !emap->isHidden() ) in setMaps()
[all …]
/dports/graphics/qgis-ltr/qgis-3.16.16/src/plugins/grass/
H A Dqgsgrassselect.cpp96 emap->hide(); in QgsGrassSelect()
120 emap->clear(); in setLocations()
196 emap->clear(); in setMapsets()
226 if ( emap->isHidden() ) in setMapsets()
239 emap->clear(); in setMaps()
258 emap->addItem( list[j] ); in setMaps()
273 emap->addItem( list[j] ); in setMaps()
290 emap->addItem( m ); in setMaps()
306 emap->addItem( m ); in setMaps()
324 if ( !emap->isHidden() ) in setMaps()
[all …]
/dports/cad/sumo/sumo-1.2.0/tools/import/visum/
H A Dvisum_convertTurnPercentages.py45 emap = {} variable
48 emap[e._id] = {}
52 emap[e._id][o._id] = 0
93 emap[fromedge][toedge] = number
110 for i in emap:
113 for o in emap[i]:
114 sum = sum + emap[i][o]
115 for o in emap[i]:
117 no = emap[i][o] / sum
/dports/textproc/p5-PDF-API3/PDF-API3-3.001/lib/PDF/API3/Compat/API2/Resource/CIDFont/
H A DCJKFont.pm148 my $emap={
158 $emap->{reg}=$cmap->{ccs}->[0];
159 $emap->{ord}=$cmap->{ccs}->[1];
160 $emap->{sup}=$cmap->{ccs}->[2];
171 $self->data->{decode}=$emap->{dec};
173 $self->{'BaseFont'} = PDFName($self->fontname."-$emap->{map}-$emap->{dir}");
174 $self->{'Encoding'} = PDFName("$emap->{map}-$emap->{dir}");
180 $de->{'CIDSystemInfo'}->{Registry} = PDFStr($emap->{reg});
181 $de->{'CIDSystemInfo'}->{Ordering} = PDFStr($emap->{ord});
182 $de->{'CIDSystemInfo'}->{Supplement} = PDFNum($emap->{sup});
/dports/misc/mxnet/incubator-mxnet-1.9.0/cpp-package/scripts/
H A Dlint.py45 for fname, emap in result_map.iteritems():
46 if len(emap) == 0:
49 fname, sum(emap.values()), len(emap), str(emap)))
93 emap = {}
100 if key not in emap:
101 emap[key] = 1
103 emap[key] += 1
105 self.python_map[str(path)] = emap
/dports/emulators/citra/citra-ac98458e0/externals/cpp-jwt/include/jwt/
H A Dbase64.hpp95 constexpr static const EMap emap{}; in base64_encode() local
104 result[j++] = emap.at( (first >> 2) & 0x3F ); in base64_encode()
105 result[j++] = emap.at(((first & 0x03) << 4) | ((second & 0xF0) >> 4)); in base64_encode()
106 result[j++] = emap.at(((second & 0x0F) << 2) | ((third & 0xC0) >> 6)); in base64_encode()
107 result[j++] = emap.at( (third & 0x3F) ); in base64_encode()
116 result[j++] = emap.at( (first >> 2) & 0x3F ); in base64_encode()
117 result[j++] = emap.at(((first & 0x03) << 4) | ((second & 0xF0) >> 4)); in base64_encode()
118 result[j++] = emap.at( (second & 0x0F) << 2 ); in base64_encode()
126 result[j++] = emap.at((first >> 2) & 0x3F); in base64_encode()
127 result[j++] = emap.at((first & 0x03) << 4); in base64_encode()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/cpp-jwt/include/jwt/
H A Dbase64.hpp95 constexpr static const EMap emap{}; in base64_encode() local
104 result[j++] = emap.at( (first >> 2) & 0x3F ); in base64_encode()
105 result[j++] = emap.at(((first & 0x03) << 4) | ((second & 0xF0) >> 4)); in base64_encode()
106 result[j++] = emap.at(((second & 0x0F) << 2) | ((third & 0xC0) >> 6)); in base64_encode()
107 result[j++] = emap.at( (third & 0x3F) ); in base64_encode()
116 result[j++] = emap.at( (first >> 2) & 0x3F ); in base64_encode()
117 result[j++] = emap.at(((first & 0x03) << 4) | ((second & 0xF0) >> 4)); in base64_encode()
118 result[j++] = emap.at( (second & 0x0F) << 2 ); in base64_encode()
126 result[j++] = emap.at((first >> 2) & 0x3F); in base64_encode()
127 result[j++] = emap.at((first & 0x03) << 4); in base64_encode()
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/cpp-package/scripts/
H A Dlint.py45 for fname, emap in result_map.iteritems():
46 if len(emap) == 0:
49 fname, sum(emap.values()), len(emap), str(emap)))
93 emap = {}
100 if key not in emap:
101 emap[key] = 1
103 emap[key] += 1
105 self.python_map[str(path)] = emap
/dports/science/sparta/sparta-20Oct2021/src/KOKKOS/
H A Dcompute_grid_kokkos.cpp331 emap = map[index]; in post_process_grid_kokkos()
363 mass = emap[0]; in post_process_grid_kokkos()
380 mass = emap[0]; in post_process_grid_kokkos()
404 mass = emap[1]; in post_process_grid_kokkos()
412 mvsq = emap[0]; in post_process_grid_kokkos()
421 mvsq = emap[0]; in post_process_grid_kokkos()
431 eng = emap[0]; in post_process_grid_kokkos()
441 eng = emap[0]; in post_process_grid_kokkos()
442 dof = emap[1]; in post_process_grid_kokkos()
452 mom = emap[0]; in post_process_grid_kokkos()
[all …]

12345678910>>...49