Searched refs:TD2 (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/wpa/src/crypto/
H A Daes-internal-dec.c93 d##0 = TD0(s##0) ^ TD1(s##3) ^ TD2(s##2) ^ TD3(s##1) ^ rk[4 * i]; \
94 d##1 = TD0(s##1) ^ TD1(s##0) ^ TD2(s##3) ^ TD3(s##2) ^ rk[4 * i + 1]; \
95 d##2 = TD0(s##2) ^ TD1(s##1) ^ TD2(s##0) ^ TD3(s##3) ^ rk[4 * i + 2]; \
96 d##3 = TD0(s##3) ^ TD1(s##2) ^ TD2(s##1) ^ TD3(s##0) ^ rk[4 * i + 3]
H A Daes_i.h55 #define TD2(i) Td2[((i) >> 8) & 0xff] macro
95 #define TD2(i) rotr(Td0[((i) >> 8) & 0xff], 16) macro
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp11221 if (TypedefNameDecl *TD2 = dyn_cast<TypedefNameDecl>(D2))
11223 TD2->getUnderlyingType());

Completed in 83 milliseconds