Home
last modified time | relevance | path

Searched refs:tag_1 (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
Dgen-tag-table.py429 def _remove_language (tag_1, dict_1, dict_2): argument
430 for tag_2 in dict_1.pop (tag_1):
431 dict_2[tag_2].remove (tag_1)
/third_party/harfbuzz/src/
Dgen-tag-table.py429 def _remove_language (tag_1, dict_1, dict_2): argument
430 for tag_2 in dict_1.pop (tag_1):
431 dict_2[tag_2].remove (tag_1)
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dgen-tag-table.py436 def _remove_language (tag_1, dict_1, dict_2): argument
437 for tag_2 in dict_1.pop (tag_1):
438 dict_2[tag_2].remove (tag_1)
/third_party/mesa3d/src/panfrost/bifrost/
Dbi_pack.c616 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()
Dbifrost.h295 enum bi_clause_subword tag_1; /* 2-bits */ member