Home
last modified time | relevance | path

Searched refs:MAPTYPE (Results 1 – 18 of 18) sorted by relevance

/dports/devel/stxxl/stxxl-1.4.1/tests/containers/
H A Dmap_test_handlers.h29 template <typename MAPTYPE>
30 bool there(const MAPTYPE& map_, const typename MAPTYPE::key_type& key, const typename MAPTYPE::mapp… in there()
47 template <typename MAPTYPE>
48 bool is_equal_end(const MAPTYPE& map_, typename MAPTYPE::const_iterator& iter) in is_equal_end()
73 template <typename MAPTYPE>
74 bool not_there(const MAPTYPE& map_, const typename MAPTYPE::key_type& key) in not_there()
83 template <typename MAPTYPE>
93 template <typename MAPTYPE>
94 bool is_end(MAPTYPE& map_, typename MAPTYPE::iterator& iter) in is_end()
100 bool is_end(const MAPTYPE& map_, typename MAPTYPE::const_iterator& iter) in is_end()
[all …]
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/src/runtime/hexagon/target/
H A Dhexagon_stubapi.h166 MAPTYPE(tvm_remote_load_library, tvm_remote_buffer)
168 MAPTYPE(tvm_remote_get_symbol, tvm_remote_buffer)
169 MAPTYPE(tvm_remote_kernel, tvm_remote_buffer)
170 MAPTYPE(tvm_remote_close, tvm_remote_buffer)
171 MAPTYPE(tvm_remote_alloc_vtcm, tvm_remote_buffer)
172 MAPTYPE(tvm_remote_free_vtcm, tvm_remote_buffer)
173 MAPTYPE(tvm_remote_call_mmap64, tvm_remote_buffer)
178 MAPTYPE(tvm_remote_nd_kernel, tvm_remote_nd_buffer)
179 MAPTYPE(tvm_remote_nd_close, tvm_remote_buffer)
180 MAPTYPE(tvm_remote_nd_call_mmap64, tvm_remote_buffer)
[all …]
/dports/databases/grass7/grass-7.8.6/raster/r.buffer/
H A Dread_map.c37 register MAPTYPE *ptr; in read_input_map()
39 map = (MAPTYPE *) G_malloc((size_t) window.rows * window.cols * sizeof(MAPTYPE)); in read_input_map()
H A Ddistance.h35 typedef unsigned char MAPTYPE; typedef
45 extern MAPTYPE *map;
H A Dexecute.c30 MAPTYPE *ptr; in execute_distance()
H A Dprocess_at.c26 register MAPTYPE *to_ptr, *from_ptr; in process_at()
H A Dprocess_left.c28 register MAPTYPE *to_ptr, *from_ptr; in process_left()
H A Dwrite_map.c36 register MAPTYPE *ptr; in write_output_map()
H A Dprocess_rite.c28 register MAPTYPE *to_ptr, *from_ptr; in process_right()
H A Dmain.c35 MAPTYPE *map;
/dports/databases/grass7/grass-7.8.6/lib/python/pygrass/vector/
H A Dvector_type.py11 MAPTYPE = {libvect.GV_FORMAT_NATIVE: "native", variable
H A Dabstract.py10 from grass.pygrass.vector.vector_type import MAPTYPE
253 return MAPTYPE[libvect.Vect_maptype(self.c_mapinfo)]
/dports/dns/idnkit/idnkit-1.0-src/util/
H A DSparseMap.pm508 if (exists $opt{MAPTYPE}) {
509 $idtype = $opt{MAPTYPE};
/dports/dns/bind911/bind-9.11.37/contrib/idn/idnkit-1.0-src/util/
H A DSparseMap.pm508 if (exists $opt{MAPTYPE}) {
509 $idtype = $opt{MAPTYPE};
/dports/dns/idnkit2/idnkit-2.3/util/
H A DSparseMap.pm667 if (exists $opt{MAPTYPE}) {
668 $idtype = $opt{MAPTYPE};
/dports/misc/openvdb/openvdb-9.0.0/tsc/meetings/
H A D2020-01-23.md87 Another option is explicitly devirtualizing with this->MAPTYPE::indexToPos()
/dports/mail/p5-MIME-Charset/MIME-Charset-1.012.2/lib/POD2/JA/MIME/
H A DCharset.pod109 =item Mapping => MAPTYPE
/dports/sysutils/fusefs-ntfs/ntfs-3g_ntfsprogs-2017.3.23/ntfsprogs/
H A Dntfssecaudit.c351 typedef enum { MAPNONE, MAPEXTERN, MAPLOCAL, MAPDUMMY } MAPTYPE;
555 MAPTYPE mappingtype;