Home
last modified time | relevance | path

Searched refs:alias_map (Results 1 – 2 of 2) sorted by relevance

/external/e2fsprogs/intl/
Dlocalealias.c123 struct alias_map struct
137 libc_freeres_ptr (static struct alias_map *map); argument
146 static int alias_compare (const struct alias_map *map1,
147 const struct alias_map *map2);
154 struct alias_map *retval; in _nl_expand_alias()
167 struct alias_map item; in _nl_expand_alias()
172 retval = (struct alias_map *) bsearch (&item, map, nmap, in _nl_expand_alias()
173 sizeof (struct alias_map), in _nl_expand_alias()
360 qsort (map, nmap, sizeof (struct alias_map), in read_alias_file()
371 struct alias_map *new_map; in extend_alias_table()
[all …]
/external/tensorflow/tensorflow/python/autograph/converters/
Dside_effect_guards.py68 alias_map = {}
74 if alias_map:
75 n = ast_util.rename_symbols(n, alias_map)
85 new_alias_map.update(alias_map)
86 alias_map = new_alias_map
169 alias_map = dict(zip(need_alias, aliased_new_names))
172 aliased_guarded_args = alias_map.get(s, s)
175 [alias_map.get(s, s).ast() for s in guarded_args], None)
187 alias_map = {}
198 (node.body, alias_map))