Searched defs:TD2 (Results 1 – 4 of 4) sorted by relevance
51 #define TD2(i) Td2[((i) >> 8) & 0xff] macro87 #define TD2(i) rotr(Td0[((i) >> 8) & 0xff], 16) macro
743 static const ulong32 TD2[256] = { variable
808 #define TD2(i) Td2[((i) >> 8) & 0xff] macro844 #define TD2(i) rotr(Td0[((i) >> 8) & 0xff], 16) macro
5992 if (TypedefNameDecl *TD2 = dyn_cast<TypedefNameDecl>(D2)) { in IsEquivalentForUsingDecl() local