Searched defs:translator (Results 1 – 2 of 2) sorted by relevance
41 static void add_translator_to_hash(GHashTable *translator, in add_translator_to_hash()54 GHashTable *translator = g_hash_table_new(g_str_hash, g_str_equal); in hash_opcode_translators() local79 GHashTable *translator; in xtensa_find_opcode_ops() local
202 def convert_image(img_node, translator, src_fname=None): argument