Searched refs:TD1 (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.h54 #define TD1(i) Td1[((i) >> 16) & 0xff] macro
94 #define TD1(i) rotr(Td0[((i) >> 16) & 0xff], 8) macro
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp11220 if (TypedefNameDecl *TD1 = dyn_cast<TypedefNameDecl>(D1))
11222 return Context.hasSameType(TD1->getUnderlyingType(),

Completed in 203 milliseconds