Searched refs:map_type (Results 1 - 25 of 36) sorted by relevance

12

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/23_containers/map/element_access/
H A D1.cc28 typedef std::map<int, double> map_type; typedef
31 map_type m;
52 map_type m;
54 const map_type cm(m);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/23_containers/unordered_map/
H A Ddr761.cc29 typedef std::unordered_map<int, double> map_type; typedef
32 map_type m;
53 map_type m;
55 const map_type cm(m);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/23_containers/map/element_access/
H A D1.cc29 typedef std::map<int, double> map_type; typedef
32 map_type m;
53 map_type m;
55 const map_type cm(m);
/netbsd-6-1-5-RELEASE/share/examples/amd/
H A Damd.conf9 map_type = file
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/ext/pb_ds/example/
H A Dtrie_split.cc52 typedef trie<string, char> map_type; typedef
54 // A map_type object.
55 map_type r;
61 // Now split r into a different map_type object.
64 map_type larger_r;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/performance/23_containers/insert/
H A Dunordered_map_array.cc22 typedef std::tr1::unordered_map<int, int> map_type; typedef
23 typedef std::tr1::unordered_map<int, map_type> matrix_type;
43 map_type& row = matrix[i / 4];
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/performance/23_containers/insert/
H A Dunordered_map_array.cc31 typedef std::tr1::unordered_map<int, int> map_type; typedef
32 typedef std::tr1::unordered_map<int, map_type> matrix_type;
52 map_type& row = matrix[i / 4];
/netbsd-6-1-5-RELEASE/external/bsd/am-utils/dist/scripts/
H A Dtest-amd.conf18 # set map_type to "nis" for NIS maps, or comment it out to search for all
20 map_type = file
30 # map_type = file
34 map_type = file
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/ext/pb_assoc/example/
H A Dtree_order_statistics_join.cc62 map_type; typedef
69 map_type s0;
79 pb_assoc::find_by_order<map_type> by_order;
85 map_type s1;
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/asn1/
H A Dcheck-common.h71 enum map_type { OVERRUN, UNDERRUN }; enum
75 void * map_alloc(enum map_type, const void *, size_t, struct map_page **);
/netbsd-6-1-5-RELEASE/sbin/gpt/
H A Dmap.c57 m->map_type = type;
80 if (n->map_type != MAP_TYPE_UNUSED) {
81 if (n->map_type != MAP_TYPE_MBR_PART ||
87 n->map_type = type;
92 if (n->map_type != MAP_TYPE_UNUSED) {
93 if (n->map_type != MAP_TYPE_MBR_PART ||
98 n->map_type = MAP_TYPE_UNUSED;
126 p = mkmap(n->map_start, start - n->map_start, n->map_type);
150 if (m->map_type != MAP_TYPE_UNUSED || m->map_start < 2)
174 while (m != NULL && m->map_type !
[all...]
H A Dmap.h37 int map_type; member in struct:map
H A Dcreate.c89 map->map_type = MAP_TYPE_UNUSED;
146 if (map->map_type != MAP_TYPE_UNUSED) {
H A Dremove.c101 if (m->map_type != MAP_TYPE_GPT_PART || m->map_index < 1)
H A Dshow.c153 switch (m->map_type) {
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/global/
H A Ddata_redirect.c150 const char *map_type; local
166 map_type = map;
170 map_type = var_db_type;
171 map_type_len = strlen(map_type);
178 vstring_strncpy(result, map_type, map_type_len);
189 vstring_prepend(result, map_type, map_type_len);
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/postalias/
H A Dpostalias.c256 static void postalias(char *map_type, char *path_name, int postalias_flags, argument
281 } else if (strcmp(map_type, DICT_TYPE_PROXY) == 0) {
309 mkmap = mkmap_open(map_type, path_name, open_flags, dict_flags);
490 static int postalias_query(const char *map_type, const char *map_name, argument
496 dict = dict_open3(map_type, map_name, O_RDONLY, dict_flags);
500 map_type, map_name, key);
502 map_type, map_name);
565 static int postalias_delete(const char *map_type, const char *map_name, argument
572 if (strcmp(map_type, DICT_TYPE_PROXY) == 0)
576 dict = dict_open3(map_type, map_nam
584 postalias_seq(const char *map_type, const char *map_name, int dict_flags) argument
[all...]
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/postmap/
H A Dpostmap.c325 static void postmap(char *map_type, char *path_name, int postmap_flags, argument
344 } else if (strcmp(map_type, DICT_TYPE_PROXY) == 0) {
372 mkmap = mkmap_open(map_type, path_name, open_flags, dict_flags);
605 static int postmap_query(const char *map_type, const char *map_name, argument
611 dict = dict_open3(map_type, map_name, O_RDONLY, dict_flags);
615 map_type, map_name, key);
617 map_type, map_name);
680 static int postmap_delete(const char *map_type, const char *map_name, argument
687 if (strcmp(map_type, DICT_TYPE_PROXY) == 0)
691 dict = dict_open3(map_type, map_nam
699 postmap_seq(const char *map_type, const char *map_name, int dict_flags) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/util/
H A Dtestsuite_allocator.h226 typedef std::tr1::unordered_map<void*, int> map_type; typedef in struct:__gnu_test::uneq_allocator_base
231 static map_type&
234 static map_type alloc_map;
283 get_map().insert(map_type::value_type(reinterpret_cast<void*>(p),
299 map_type::iterator it = get_map().find(reinterpret_cast<void*>(p));
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/ext/pb_assoc/detail/ov_tree_map_/
H A Dconstructors_destructor_fn_imps.hpp126 map_type; typedef
128 map_type m(first_it, last_it);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/
H A Dconstructors_destructor_fn_imps.hpp113 map_type; typedef
121 map_type;
124 map_type m(first_it, last_it);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dthrow_allocator.h186 typedef std::map<void*, data_type> map_type; typedef in struct:annotate_base
187 typedef map_type::value_type entry_type;
188 typedef map_type::const_iterator const_iterator;
189 typedef map_type::const_reference const_reference;
226 static map_type&
229 static map_type _S_map;
/netbsd-6-1-5-RELEASE/external/bsd/am-utils/dist/amd/
H A Dinfo_ldap.c252 * XXX: by checking that map_type must be defined, aren't we
256 if (!gopt.map_type || !STREQ(gopt.map_type, AMD_LDAP_TYPE)) {
257 dlog("amu_ldap_init called with map_type <%s>\n",
258 (gopt.map_type ? gopt.map_type : "null"));
H A Dmapc.c112 typedef struct map_type map_type; typedef in typeref:struct:map_type
113 struct map_type { struct
222 static map_type maptypes[] =
373 map_type *mt=NULL, *lastmt;
403 map_type *mt;
644 map_type *mt;
651 * If using a configuration file, and the map_type is defined, then look
653 * map_type. If not found, return error. If no map_type wa
[all...]
/netbsd-6-1-5-RELEASE/usr.sbin/npf/npfctl/
H A Dnpf_parse.y160 %type <num> opt_stateful, icmp_type, table_type, map_sd, map_type
290 map_type
305 : MAP ifindex map_sd mapseg map_type mapseg PASS filt_opts
309 | MAP ifindex map_sd mapseg map_type mapseg

Completed in 283 milliseconds

12