Searched defs:TD2 (Results 1 – 5 of 5) sorted by relevance
55 #define TD2(i) Td2[((i) >> 8) & 0xff] macro95 #define TD2(i) rotr(Td0[((i) >> 8) & 0xff], 16) macro
196 static const __float128 TD2[NTD2 + 1] = variable
178 #define TD2 59 /* t3:t2 */ macro
11626 if (TypedefNameDecl *TD2 = dyn_cast<TypedefNameDecl>(D2)) in IsEquivalentForUsingDecl() local