Searched defs:TD1 (Results 1 – 4 of 4) sorted by relevance
50 #define TD1(i) Td1[((i) >> 16) & 0xff] macro86 #define TD1(i) rotr(Td0[((i) >> 16) & 0xff], 8) macro
677 static const ulong32 TD1[256] = { variable
807 #define TD1(i) Td1[((i) >> 16) & 0xff] macro843 #define TD1(i) rotr(Td0[((i) >> 16) & 0xff], 8) macro
5991 if (TypedefNameDecl *TD1 = dyn_cast<TypedefNameDecl>(D1)) in IsEquivalentForUsingDecl() local