Home
last modified time | relevance | path

Searched refs:TAG2 (Results 1 – 19 of 19) sorted by relevance

/third_party/gn/src/gn/
Dsource_file.cc57 #define TAG2(c1, c2) ((unsigned)(c1) | ((unsigned)(c2) << 8)) in GetSourceFileType() macro
58 switch (TAG2(str[size - 2], str[size - 1])) { in GetSourceFileType()
59 case TAG2('c', 'c'): in GetSourceFileType()
61 case TAG2('g', 'o'): in GetSourceFileType()
63 case TAG2('h', 'h'): in GetSourceFileType()
65 case TAG2('m', 'm'): in GetSourceFileType()
67 case TAG2('r', 'c'): in GetSourceFileType()
69 case TAG2('r', 's'): in GetSourceFileType()
74 #undef TAG2 in GetSourceFileType()
/third_party/skia/src/sfnt/
DSkSFNTHeader.h25 static const SK_OT_CHAR TAG2 = 0; member
32 static const SK_OT_CHAR TAG2 = 'u'; member
39 static const SK_OT_CHAR TAG2 = 'p'; member
46 static const SK_OT_CHAR TAG2 = 'T'; member
DSkTTCFHeader.h20 static const SK_OT_CHAR TAG2 = 'c'; member
36 static const SK_OT_CHAR TAG2 = 0; member
43 static const SK_OT_CHAR TAG2 = 'I'; member
DSkOTTable_loca.h19 static const SK_OT_CHAR TAG2 = 'c'; member
DSkOTTable_maxp.h20 static const SK_OT_CHAR TAG2 = 'x'; member
DSkOTTable_EBSC.h20 static const SK_OT_CHAR TAG2 = 'B'; member
DSkOTTable_post.h19 static const SK_OT_CHAR TAG2 = 's'; member
DSkOTTable_OS_2.h23 inline static constexpr SK_OT_CHAR TAG2 = '/'; member
DSkOTTable_fvar.h19 static const SK_OT_CHAR TAG2 = 'a'; member
DSkOTTable_hhea.h19 static const SK_OT_CHAR TAG2 = 'e'; member
DSkOTTableTypes.h44 SkSetFourByteTag(T::TAG0, T::TAG1, T::TAG2, T::TAG3)
DSkOTTable_gasp.h19 static const SK_OT_CHAR TAG2 = 's'; member
DSkOTTable_EBDT.h21 static const SK_OT_CHAR TAG2 = 'D'; member
DSkOTTable_EBLC.h20 static const SK_OT_CHAR TAG2 = 'L'; member
DSkOTTable_head.h19 static const SK_OT_CHAR TAG2 = 'a'; member
DSkOTTable_glyf.h25 static const SK_OT_CHAR TAG2 = 'y'; member
DSkOTTable_name.h20 static const SK_OT_CHAR TAG2 = 'm'; member
/third_party/skia/src/utils/win/
DSkDWrite.h73 static const UINT32 tag = DWRITE_MAKE_OPENTYPE_TAG(T::TAG0, T::TAG1, T::TAG2, T::TAG3);
/third_party/protobuf/ruby/ext/google/protobuf_c/
Dupb.c6338 OP(BRANCH) OP(TAG1) OP(TAG2) OP(TAGN) OP(SETDISPATCH) OP(POP) in upb_pbdecoder_getopname()