HomeSort by: relevance | last modified time | path
    Searched defs:name_map (Results 1 - 10 of 10) sorted by relevancy

  /src/crypto/external/bsd/heimdal/dist/lib/wind/
stringprep.py 48 name_map = ['B.1', 'B.2'] variable
71 _merge_table(d, dict(map(lambda x: [x, ['name']], name_map)))
  /src/external/gpl3/gdb/dist/sim/igen/
misc.h 101 name_map; typedef in typeref:struct:_name_map
103 extern int name2i (const char *name, const name_map * map);
105 extern const char *i2name (const int i, const name_map * map);
  /src/external/gpl3/gdb.old/dist/sim/igen/
misc.h 101 name_map; typedef in typeref:struct:_name_map
103 extern int name2i (const char *name, const name_map * map);
105 extern const char *i2name (const int i, const name_map * map);
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64-sve-builtins.cc 1532 auto &name_map = overload_names[m_function_nulls]; local
1533 if (!name_map)
1534 name_map = hash_map<tree, registered_function *>::create_ggc ();
1538 if (registered_function **map_value = name_map->get (id))
1547 name_map->put (id, &rfn);
  /src/external/gpl3/gcc/dist/gcc/
gcov.cc 497 class name_map class
500 name_map () function in class:name_map
504 name_map (char *_name, unsigned _src): name (_name), src (_src) function in class:name_map
508 bool operator== (const name_map &rhs) const
517 bool operator< (const name_map &rhs) const
540 static vector<name_map> names;
1615 name_map needle;
1617 vector<name_map>::iterator it
1819 name_map needle;
1822 vector<name_map>::iterator it = std::find (names.begin (), names.end ()
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
gcov.cc 459 class name_map class
462 name_map () function in class:name_map
466 name_map (char *_name, unsigned _src): name (_name), src (_src) function in class:name_map
470 bool operator== (const name_map &rhs) const
479 bool operator< (const name_map &rhs) const
502 static vector<name_map> names;
1515 name_map needle;
1517 vector<name_map>::iterator it
1719 name_map needle;
1722 vector<name_map>::iterator it = std::find (names.begin (), names.end ()
    [all...]
  /src/external/mpl/bind/dist/lib/dns/
message.c 1000 isc_hashmap_t *name_map = NULL; local
1003 isc_hashmap_create(msg->mctx, 1, &name_map);
1023 if (name_map == NULL) {
1034 result = isc_hashmap_add(name_map, dns_name_hash(name),
1173 if (name_map != NULL) {
1174 isc_hashmap_destroy(&name_map);
1213 isc_hashmap_t *name_map = NULL; local
1216 isc_hashmap_create(msg->mctx, 1, &name_map);
1462 if (name_map == NULL) {
1473 result = isc_hashmap_add(name_map, dns_name_hash(name)
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/dns/
message.c 1013 isc_ht_t *name_map = NULL; local
1016 isc_ht_init(&name_map, msg->mctx, 1, ISC_HT_CASE_INSENSITIVE);
1039 if (name_map == NULL) {
1050 result = name_hash_add(name_map, name, &name2);
1193 if (name_map != NULL) {
1194 isc_ht_destroy(&name_map);
1289 isc_ht_t *name_map = NULL; local
1292 isc_ht_init(&name_map, msg->mctx, 1, ISC_HT_CASE_INSENSITIVE);
1539 if (name_map == NULL) {
1550 result = name_hash_add(name_map, name, &name2)
    [all...]
  /src/external/gpl3/gcc/dist/libcpp/include/
cpplib.h 839 const char **name_map; member in struct:cpp_dir
  /src/external/gpl3/gcc.old/dist/libcpp/include/
cpplib.h 792 const char **name_map; member in struct:cpp_dir

Completed in 41 milliseconds