/third_party/mesa3d/src/mesa/math/ |
D | m_copy_tmp.h | 32 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 …]
|
D | m_xform.c | 81 #define TAG2(x,y) x##y macro 91 #undef TAG2
|
/third_party/gn/src/gn/ |
D | source_file.cc | 57 #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/ |
D | SkSFNTHeader.h | 25 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
|
D | SkTTCFHeader.h | 20 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
|
D | SkOTTable_loca.h | 19 static const SK_OT_CHAR TAG2 = 'c'; member
|
D | SkOTTable_maxp.h | 20 static const SK_OT_CHAR TAG2 = 'x'; member
|
D | SkOTTable_EBSC.h | 20 static const SK_OT_CHAR TAG2 = 'B'; member
|
D | SkOTTable_post.h | 19 static const SK_OT_CHAR TAG2 = 's'; member
|
D | SkOTTable_hhea.h | 19 static const SK_OT_CHAR TAG2 = 'e'; member
|
D | SkOTTable_fvar.h | 19 static const SK_OT_CHAR TAG2 = 'a'; member
|
D | SkOTTable_OS_2.h | 23 static constexpr SK_OT_CHAR TAG2 = '/'; member
|
D | SkOTTableTypes.h | 44 SkSetFourByteTag(T::TAG0, T::TAG1, T::TAG2, T::TAG3)
|
D | SkOTTable_gasp.h | 19 static const SK_OT_CHAR TAG2 = 's'; member
|
/third_party/skia/src/sfnt/ |
D | SkSFNTHeader.h | 25 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
|
D | SkTTCFHeader.h | 20 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
|
D | SkOTTable_loca.h | 19 static const SK_OT_CHAR TAG2 = 'c'; member
|
D | SkOTTable_maxp.h | 20 static const SK_OT_CHAR TAG2 = 'x'; member
|
D | SkOTTable_EBSC.h | 20 static const SK_OT_CHAR TAG2 = 'B'; member
|
D | SkOTTable_post.h | 19 static const SK_OT_CHAR TAG2 = 's'; member
|
D | SkOTTableTypes.h | 44 SkSetFourByteTag(T::TAG0, T::TAG1, T::TAG2, T::TAG3)
|
D | SkOTTable_fvar.h | 19 static const SK_OT_CHAR TAG2 = 'a'; member
|
D | SkOTTable_hhea.h | 19 static const SK_OT_CHAR TAG2 = 'e'; member
|
D | SkOTTable_OS_2.h | 23 inline static constexpr SK_OT_CHAR TAG2 = '/'; member
|
D | SkOTTable_gasp.h | 19 static const SK_OT_CHAR TAG2 = 's'; member
|