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

/freebsd-11-stable/crypto/heimdal/lib/asn1/
H A Dcheck-common.h69 enum map_type { OVERRUN, UNDERRUN }; enum
73 void * map_alloc(enum map_type, const void *, size_t, struct map_page **);
H A Dcheck-common.c57 enum map_type type;
63 map_alloc(enum map_type type, const void *buf,
/freebsd-11-stable/contrib/libstdc++/include/ext/
H A Dthrow_allocator.h166 typedef std::map<void*, alloc_data_type> map_type; typedef in class:throw_allocator_base
167 typedef map_type::value_type entry_type;
168 typedef map_type::const_iterator const_iterator;
169 typedef map_type::const_reference const_reference;
184 static map_type _S_map;
301 throw_allocator_base::map_type
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/ov_tree_map_/
H A Dconstructors_destructor_fn_imps.hpp119 map_type; typedef
127 map_type;
130 map_type m(first_it, last_it);
/freebsd-11-stable/contrib/amd/amd/
H A Dinfo_ldap.c249 * XXX: by checking that map_type must be defined, aren't we
253 if (!gopt.map_type || !STREQ(gopt.map_type, AMD_LDAP_TYPE)) {
254 dlog("amu_ldap_init called with map_type <%s>\n",
255 (gopt.map_type ? gopt.map_type : "null"));
H A Dmapc.c106 typedef struct map_type map_type; typedef in typeref:struct:map_type
107 struct map_type { struct
217 static map_type maptypes[] =
370 map_type *mt=NULL, *lastmt;
400 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...]
H A Dconf.c189 {"map_type", gopt_map_type},
248 /* initialize map_type from [global] */
249 cfm->cfm_type = gopt.map_type;
787 gopt.map_type = xstrdup(val);
1264 if (STREQ(key, "map_type"))
H A Damd.h280 char *map_type; /* global map type */ member in struct:amu_global_options
/freebsd-11-stable/usr.bin/mkcsmapper/
H A Dyacc.y75 static int map_type;
425 map_type = type;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DYAMLTraits.h301 // static map_type &getAsMap(T &poly);
1936 using map_type = std::map<std::string, T>;
1938 static void inputOne(IO &io, StringRef key, map_type &v) {
1942 static void output(IO &io, map_type &v) {
/freebsd-11-stable/contrib/binutils/opcodes/
H A Darm-dis.c1504 enum map_type { enum
1510 enum map_type last_type;
3936 enum map_type *map_type)
3948 *map_type = (type == STT_ARM_TFUNC) ? MAP_THUMB : MAP_ARM;
3957 *map_type = ((name[1] == 'a') ? MAP_ARM
3997 enum map_type type = MAP_ARM;
3934 get_sym_code_type(struct disassemble_info *info, int n, enum map_type *map_type) argument

Completed in 136 milliseconds