Home
last modified time | relevance | path

Searched defs:TD2 (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/bsd/wpa/dist/src/crypto/
H A Daes_i.h55 #define TD2(i) Td2[((i) >> 8) & 0xff] macro
95 #define TD2(i) rotr(Td0[((i) >> 8) & 0xff], 16) macro
/netbsd-src/external/gpl3/gcc/dist/libquadmath/math/
H A Derfq.c196 static const __float128 TD2[NTD2 + 1] = variable
/netbsd-src/external/gpl3/gcc.old/dist/libquadmath/math/
H A Derfq.c196 static const __float128 TD2[NTD2 + 1] = variable
/netbsd-src/external/bsd/pcc/dist/pcc/arch/hppa/
H A Dmacdefs.h178 #define TD2 59 /* t3:t2 */ macro
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclCXX.cpp11626 if (TypedefNameDecl *TD2 = dyn_cast<TypedefNameDecl>(D2)) in IsEquivalentForUsingDecl() local