Home
last modified time | relevance | path

Searched refs:tag_2 (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
Dgen-tag-table.py430 for tag_2 in dict_1.pop (tag_1):
431 dict_2[tag_2].remove (tag_1)
432 if not dict_2[tag_2]:
433 del dict_2[tag_2]
/third_party/mesa3d/src/panfrost/bifrost/
Dbifrost.h296 enum bi_clause_subword tag_2; /* 3-bits */ member
Dbi_pack.c616 uint8_t sync = bi_pack_sync(format.tag_1, format.tag_2, format.tag_3, in bi_pack_format()