Home
last modified time | relevance | path

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

12

/third_party/mesa3d/src/mesa/math/
Dm_copy_tmp.h32 static void TAG2(copy, BITS)( GLvector4f *to, const GLvector4f *f ) \
68 static void TAG2(init_copy, 0)( void )
70 _mesa_copy_tab[0x0] = TAG2(copy, 0x0);
71 _mesa_copy_tab[0x1] = TAG2(copy, 0x1);
72 _mesa_copy_tab[0x2] = TAG2(copy, 0x2);
73 _mesa_copy_tab[0x3] = TAG2(copy, 0x3);
74 _mesa_copy_tab[0x4] = TAG2(copy, 0x4);
75 _mesa_copy_tab[0x5] = TAG2(copy, 0x5);
76 _mesa_copy_tab[0x6] = TAG2(copy, 0x6);
77 _mesa_copy_tab[0x7] = TAG2(copy, 0x7);
[all …]
Dm_xform.c81 #define TAG2(x,y) x##y macro
91 #undef TAG2
/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/flutter/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_hhea.h19 static const SK_OT_CHAR TAG2 = 'e'; member
DSkOTTable_fvar.h19 static const SK_OT_CHAR TAG2 = 'a'; member
DSkOTTable_OS_2.h23 static constexpr SK_OT_CHAR TAG2 = '/'; member
DSkOTTableTypes.h44 SkSetFourByteTag(T::TAG0, T::TAG1, T::TAG2, T::TAG3)
DSkOTTable_gasp.h19 static const SK_OT_CHAR TAG2 = 's'; member
/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
DSkOTTableTypes.h44 SkSetFourByteTag(T::TAG0, T::TAG1, T::TAG2, T::TAG3)
DSkOTTable_fvar.h19 static const SK_OT_CHAR TAG2 = 'a'; member
DSkOTTable_hhea.h19 static const SK_OT_CHAR TAG2 = 'e'; member
DSkOTTable_OS_2.h23 inline static constexpr SK_OT_CHAR TAG2 = '/'; member
DSkOTTable_gasp.h19 static const SK_OT_CHAR TAG2 = 's'; member

12