Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/wpa/dist/src/crypto/
H A Daes_i.h54 #define TD1(i) Td1[((i) >> 16) & 0xff] macro
94 #define TD1(i) rotr(Td0[((i) >> 16) & 0xff], 8) macro
/netbsd-src/external/gpl3/gcc/dist/libquadmath/math/
H A Derfq.c163 static const __float128 TD1[NTD1 + 1] = variable
/netbsd-src/external/gpl3/gcc.old/dist/libquadmath/math/
H A Derfq.c163 static const __float128 TD1[NTD1 + 1] = variable
/netbsd-src/external/bsd/pcc/dist/pcc/arch/hppa/
H A Dmacdefs.h179 #define TD1 60 /* t2:t1 */ macro
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclCXX.cpp11625 if (TypedefNameDecl *TD1 = dyn_cast<TypedefNameDecl>(D1)) in IsEquivalentForUsingDecl() local