Searched refs:tag_1 (Results 1 – 5 of 5) sorted by relevance
429 def _remove_language (tag_1, dict_1, dict_2): argument430 for tag_2 in dict_1.pop (tag_1):431 dict_2[tag_2].remove (tag_1)
436 def _remove_language (tag_1, dict_1, dict_2): argument437 for tag_2 in dict_1.pop (tag_1):438 dict_2[tag_2].remove (tag_1)
616 uint8_t sync = bi_pack_sync(format.tag_1, format.tag_2, format.tag_3, in bi_pack_format()692 assert((bi_clause_formats[idx].tag_1 == BI_CLAUSE_SUBWORD_Z) == in bi_pack_clause()
295 enum bi_clause_subword tag_1; /* 2-bits */ member