Home
last modified time | relevance | path

Searched refs:map_type (Results 151 – 175 of 3723) sorted by relevance

12345678910>>...149

/dports/databases/grass7/grass-7.8.6/raster/r.univar/
H A Dr.univar_main.c170 stats = ((map_type == -1) in main()
189 if (map_type != -1) { in main()
194 if (map_type < -1) { in main()
197 map_type = this_type; in main()
198 stats = univar_stat_with_percentiles(map_type); in main()
200 else if (this_type != map_type) { in main()
279 raster_row = Rast_allocate_buf(map_type); in process_raster()
288 Rast_get_row(fd, raster_row, row, map_type); in process_raster()
314 if (Rast_is_null_value(ptr, map_type)) { in process_raster()
326 switch (map_type) { in process_raster()
[all …]
/dports/devel/cmph/cmph-2.0/cxxmph/
H A Dmap_tester.h18 template <template<typename...> class map_type>
21 map_type<int64_t, int64_t> m; in small_insert()
27 map_type<int64_t, int64_t> m; in large_insert()
34 map_type<int64_t, int64_t> m; in small_search()
41 map_type<int64_t, int64_t> m; in default_search()
51 map_type<int64_t, int64_t> m; in large_search()
62 map_type<string, int64_t> m; in string_search()
72 map_type<int64_t, int64_t> m; in rehash_zero()
77 map_type<int64_t, int64_t> m; in rehash_size()
88 map_type<int64_t, int64_t> m; in erase_iterator()
[all …]
/dports/devel/swig/swig-4.0.2/Lib/ruby/
H A Dstd_unordered_map.i21 typedef std::unordered_map<K,T,Hash,Compare,Alloc> map_type;
22 static int asptr(VALUE obj, map_type **val) {
29 map_type *p;
30 swig_type_info *descriptor = swig::type_info<map_type>();
40 typedef std::unordered_map<K,T,Hash,Compare,Alloc> map_type;
41 typedef typename map_type::const_iterator const_iterator;
42 typedef typename map_type::size_type size_type;
44 static VALUE from(const map_type& map) {
45 swig_type_info *desc = swig::type_info<map_type>();
47 return SWIG_NewPointerObj(new map_type(map), desc, SWIG_POINTER_OWN);
/dports/math/vtk8/VTK-8.2.0/ThirdParty/exodusII/vtkexodusII/src/
H A Dex_get_partial_num_map.c66 int ex_get_partial_num_map(int exoid, ex_entity_type map_type, ex_entity_id map_id, in ex_get_partial_num_map() argument
78 switch (map_type) { in ex_get_partial_num_map()
96 snprintf(errmsg, MAX_ERR_LENGTH, "Bad map type (%d) specified", map_type); in ex_get_partial_num_map()
136 ex_name_of_object(map_type), exoid); in ex_get_partial_num_map()
142 id_ndx = ex_id_lkup(exoid, map_type, map_id); in ex_get_partial_num_map()
146 ex_name_of_object(map_type), map_id, exoid); in ex_get_partial_num_map()
152 if ((status = nc_inq_varid(exoid, ex_name_of_map(map_type, id_ndx), &var_id)) != NC_NOERR) { in ex_get_partial_num_map()
154 ex_name_of_object(map_type), map_id, exoid); in ex_get_partial_num_map()
175 ex_name_of_object(map_type), exoid); in ex_get_partial_num_map()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/exodusII/vtkexodusII/src/
H A Dex_get_partial_num_map.c34 int ex_get_partial_num_map(int exoid, ex_entity_type map_type, ex_entity_id map_id, in ex_get_partial_num_map() argument
48 switch (map_type) { in ex_get_partial_num_map()
66 snprintf(errmsg, MAX_ERR_LENGTH, "Bad map type (%d) specified", map_type); in ex_get_partial_num_map()
106 ex_name_of_object(map_type), exoid); in ex_get_partial_num_map()
112 id_ndx = ex__id_lkup(exoid, map_type, map_id); in ex_get_partial_num_map()
116 ex_name_of_object(map_type), map_id, exoid); in ex_get_partial_num_map()
122 if ((status = nc_inq_varid(exoid, ex__name_of_map(map_type, id_ndx), &var_id)) != NC_NOERR) { in ex_get_partial_num_map()
124 ex_name_of_object(map_type), map_id, exoid); in ex_get_partial_num_map()
145 ex_name_of_object(map_type), exoid); in ex_get_partial_num_map()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5Fio.c86 H5FD_mem_t map_type; /* Mapped memory type */ in H5F_shared_block_read() local
101 map_type = (type == H5FD_MEM_GHEAP) ? H5FD_MEM_DRAW : type; in H5F_shared_block_read()
104 if (H5PB_read(f_sh, map_type, addr, size, buf) < 0) in H5F_shared_block_read()
128 H5FD_mem_t map_type; /* Mapped memory type */ in H5F_block_read() local
144 map_type = (type == H5FD_MEM_GHEAP) ? H5FD_MEM_DRAW : type; in H5F_block_read()
147 if (H5PB_read(f->shared, map_type, addr, size, buf) < 0) in H5F_block_read()
171 H5FD_mem_t map_type; /* Mapped memory type */ in H5F_shared_block_write() local
187 map_type = (type == H5FD_MEM_GHEAP) ? H5FD_MEM_DRAW : type; in H5F_shared_block_write()
190 if (H5PB_write(f_sh, map_type, addr, size, buf) < 0) in H5F_shared_block_write()
214 H5FD_mem_t map_type; /* Mapped memory type */ in H5F_block_write() local
[all …]
/dports/databases/grass7/grass-7.8.6/raster/r.in.lidar/
H A Drast_segment.c10 RASTER_MAP_TYPE map_type) in rast_segment_load() argument
12 void *raster_row = Rast_allocate_input_buf(map_type); in rast_segment_load()
17 Rast_get_row(rowio, raster_row, row, map_type); in rast_segment_load()
25 RASTER_MAP_TYPE * map_type) in rast_segment_open() argument
30 *map_type = Rast_get_map_type(rowio); in rast_segment_open()
39 Rast_cell_size(*map_type), segments_in_memory) != 1) in rast_segment_open()
41 rast_segment_load(segment, rowio, *map_type); in rast_segment_open()
/dports/databases/grass7/grass-7.8.6/raster3d/r3.in.lidar/
H A Drast_segment.c23 RASTER_MAP_TYPE map_type) in rast_segment_load() argument
25 void *raster_row = Rast_allocate_input_buf(map_type); in rast_segment_load()
30 Rast_get_row(rowio, raster_row, row, map_type); in rast_segment_load()
38 RASTER_MAP_TYPE * map_type) in rast_segment_open() argument
43 *map_type = Rast_get_map_type(rowio); in rast_segment_open()
52 Rast_cell_size(*map_type), segments_in_memory) != 1) in rast_segment_open()
54 rast_segment_load(segment, rowio, *map_type); in rast_segment_open()
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/testing/selftests/bpf/prog_tests/
H A Dbtf.c70 enum bpf_map_type map_type; member
137 .map_type = BPF_MAP_TYPE_ARRAY,
192 .map_type = BPF_MAP_TYPE_ARRAY,
217 .map_type = BPF_MAP_TYPE_ARRAY,
258 .map_type = BPF_MAP_TYPE_ARRAY,
303 .map_type = BPF_MAP_TYPE_ARRAY,
3827 create_attr.map_type = test->map_type; in do_test_raw()
4664 enum bpf_map_type map_type; member
4895 create_attr.map_type = test->map_type; in do_test_pprint()
5056 pprint_test_template[0].map_type = pprint_tests_meta[i].map_type; in test_pprint()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/tools/testing/selftests/bpf/prog_tests/
H A Dbtf.c70 enum bpf_map_type map_type; member
137 .map_type = BPF_MAP_TYPE_ARRAY,
192 .map_type = BPF_MAP_TYPE_ARRAY,
217 .map_type = BPF_MAP_TYPE_ARRAY,
258 .map_type = BPF_MAP_TYPE_ARRAY,
303 .map_type = BPF_MAP_TYPE_ARRAY,
3827 create_attr.map_type = test->map_type; in do_test_raw()
4664 enum bpf_map_type map_type; member
4895 create_attr.map_type = test->map_type; in do_test_pprint()
5056 pprint_test_template[0].map_type = pprint_tests_meta[i].map_type; in test_pprint()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/testing/selftests/bpf/prog_tests/
H A Dbtf.c70 enum bpf_map_type map_type; member
137 .map_type = BPF_MAP_TYPE_ARRAY,
192 .map_type = BPF_MAP_TYPE_ARRAY,
217 .map_type = BPF_MAP_TYPE_ARRAY,
258 .map_type = BPF_MAP_TYPE_ARRAY,
303 .map_type = BPF_MAP_TYPE_ARRAY,
3827 create_attr.map_type = test->map_type; in do_test_raw()
4664 enum bpf_map_type map_type; member
4895 create_attr.map_type = test->map_type; in do_test_pprint()
5056 pprint_test_template[0].map_type = pprint_tests_meta[i].map_type; in test_pprint()
[all …]
/dports/lang/perl5.34/perl-5.34.0/dist/ExtUtils-ParseXS/t/
H A D104-map_type.t19 $result = map_type($self, $type, $varname);
27 $result = map_type($self, $type, $varname);
35 $result = map_type($self, $type, $varname);
43 $result = map_type($self, $type, $varname);
51 $result = map_type($self, $type, $varname);
59 $result = map_type($self, $type, $varname);
67 $result = map_type($self, $type, $varname);
/dports/lang/perl5.30/perl-5.30.3/dist/ExtUtils-ParseXS/t/
H A D104-map_type.t19 $result = map_type($self, $type, $varname);
27 $result = map_type($self, $type, $varname);
35 $result = map_type($self, $type, $varname);
43 $result = map_type($self, $type, $varname);
51 $result = map_type($self, $type, $varname);
59 $result = map_type($self, $type, $varname);
67 $result = map_type($self, $type, $varname);
/dports/lang/perl5.32/perl-5.32.1/dist/ExtUtils-ParseXS/t/
H A D104-map_type.t19 $result = map_type($self, $type, $varname);
27 $result = map_type($self, $type, $varname);
35 $result = map_type($self, $type, $varname);
43 $result = map_type($self, $type, $varname);
51 $result = map_type($self, $type, $varname);
59 $result = map_type($self, $type, $varname);
67 $result = map_type($self, $type, $varname);
/dports/devel/p5-ExtUtils-ParseXS/ExtUtils-ParseXS-3.35/t/
H A D104-map_type.t19 $result = map_type($self, $type, $varname);
27 $result = map_type($self, $type, $varname);
35 $result = map_type($self, $type, $varname);
43 $result = map_type($self, $type, $varname);
51 $result = map_type($self, $type, $varname);
59 $result = map_type($self, $type, $varname);
67 $result = map_type($self, $type, $varname);
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/dist/ExtUtils-ParseXS/t/
H A D104-map_type.t19 $result = map_type($self, $type, $varname);
27 $result = map_type($self, $type, $varname);
35 $result = map_type($self, $type, $varname);
43 $result = map_type($self, $type, $varname);
51 $result = map_type($self, $type, $varname);
59 $result = map_type($self, $type, $varname);
67 $result = map_type($self, $type, $varname);
/dports/devel/boost-docs/boost_1_72_0/boost/graph/property_maps/
H A Dcontainer_property_map.hpp37 > map_type; typedef
38 typedef typename map_type::key_type key_type;
39 typedef typename map_type::value_type value_type;
40 typedef typename map_type::reference reference;
41 typedef typename map_type::category category;
71 map_type m_map;
/dports/devel/stxxl/stxxl-1.4.1/examples/containers/
H A Dmap1.cpp34 …typedef stxxl::map<int, char, CompareGreater, DATA_NODE_BLOCK_SIZE, DATA_LEAF_BLOCK_SIZE> map_type; in main() typedef
37map_type my_map((map_type::node_block_type::raw_size)*3, (map_type::leaf_block_type::raw_size)*3); in main()
46 map_type::iterator iter; in main()
54 map_type::iterator iter_low, iter_up; in main()
/dports/devel/hyperscan/boost_1_75_0/boost/graph/property_maps/
H A Dcontainer_property_map.hpp33 map_type; typedef
34 typedef typename map_type::key_type key_type;
35 typedef typename map_type::value_type value_type;
36 typedef typename map_type::reference reference;
37 typedef typename map_type::category category;
66 map_type m_map;
/dports/devel/R-cran-BH/BH/inst/include/boost/graph/property_maps/
H A Dcontainer_property_map.hpp33 map_type; typedef
34 typedef typename map_type::key_type key_type;
35 typedef typename map_type::value_type value_type;
36 typedef typename map_type::reference reference;
37 typedef typename map_type::category category;
66 map_type m_map;
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/graph/property_maps/
H A Dcontainer_property_map.hpp37 > map_type; typedef
38 typedef typename map_type::key_type key_type;
39 typedef typename map_type::value_type value_type;
40 typedef typename map_type::reference reference;
41 typedef typename map_type::category category;
71 map_type m_map;
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/graph/property_maps/
H A Dcontainer_property_map.hpp37 > map_type; typedef
38 typedef typename map_type::key_type key_type;
39 typedef typename map_type::value_type value_type;
40 typedef typename map_type::reference reference;
41 typedef typename map_type::category category;
71 map_type m_map;
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/graph/property_maps/
H A Dcontainer_property_map.hpp33 map_type; typedef
34 typedef typename map_type::key_type key_type;
35 typedef typename map_type::value_type value_type;
36 typedef typename map_type::reference reference;
37 typedef typename map_type::category category;
66 map_type m_map;
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/graph/property_maps/
H A Dcontainer_property_map.hpp33 map_type; typedef
34 typedef typename map_type::key_type key_type;
35 typedef typename map_type::value_type value_type;
36 typedef typename map_type::reference reference;
37 typedef typename map_type::category category;
66 map_type m_map;
/dports/databases/percona57-server/boost_1_59_0/boost/graph/property_maps/
H A Dcontainer_property_map.hpp37 > map_type; typedef
38 typedef typename map_type::key_type key_type;
39 typedef typename map_type::value_type value_type;
40 typedef typename map_type::reference reference;
41 typedef typename map_type::category category;
71 map_type m_map;

12345678910>>...149