Home
last modified time | relevance | path

Searched refs:TY (Results 1 – 17 of 17) sorted by relevance

/freebsd-12.1/crypto/openssl/crypto/rc4/asm/
H A Drc4-x86_64.pl164 my $TY="%rdx";
194 add $TY#b,$TX[0]#b
198 xorb ($inp),$TY#b
220 add $TX[0]#b,$TY#b
252 add $TY#b,$TX[0]#b
256 xorb ($inp),$TY#b
334 xorb ($inp),$TY#b
415 movzb $TY#b,$TY#d
417 movzb ($dat,$TY),$TY#d
419 xorb ($inp),$TY#b
[all …]
H A Drc4-s390x.pl65 $TY="%r11";
103 ic $acc,2($TY,$key)
106 llgc $TY,2($YY,$key)
114 la $TY,0($TY,$TX[0])
115 nill $TY,255
124 ic $acc,2($TY,$key)
140 llgc $TY,2($YY,$key)
143 ar $TY,$TX[0]
145 nill $TY,255
149 llgc $TY,2($TY,$key)
[all …]
H A Drc4-parisc.pl87 $TY="%r29";
103 $LDX $YY($key),$TY
111 $ST $TY,0($iy)
112 addl $TX[0],$TY,$TY
114 and $mask,$TY,$TY
125 $LDX $YY($key),$TY
129 $ST $TY,0($ix)
130 addl $TX[0],$TY,$TY
132 and $mask,$TY,$TY
200 $LDX $TY($key),$ix
[all …]
H A Drc4-md5-x86_64.pl116 my $TY="%rdx";
182 movl ($dat,$YY,4),$TY#d
185 add $TY#b,$TX[0]#b
189 xorb ($in0),$TY#b
190 movb $TY#b,($out,$in0)
251 #rc4# add $TY#b,$TX[0]#b
291 #rc4# add $TY#b,$TX[0]#b
331 #rc4# add $TY#b,$TX[0]#b
437 add $TY#b,$TX[0]#b
441 xorb ($in0),$TY#b
[all …]
H A Drc4-c64xplus.pl30 ($KEYA,$XX,$TY,$xx,$ONE,$ret)=map("A$_",(5,7,8,9,1,2));
67 LDBU *${KEYB}[$YY],$TY
75 STB $TY,*${KEYA}[$xx]
78 ADD4 $TY,$TX,$SUM ; [0,0] $TX is not replaced by $tx yet!
141 LDBU *${KEYB}[$YY],$TY
151 STB $TY,*${KEYA}[$xx]
/freebsd-12.1/contrib/llvm/tools/opt/
H A DBreakpointPrinter.cpp37 } else if (auto *TY = dyn_cast<DIType>(Context)) { in getContextName() local
38 if (!TY->getName().empty()) { in getContextName()
39 getContextName(TY->getScope().resolve(), N); in getContextName()
40 N = N + TY->getName().str() + "::"; in getContextName()
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp50 #define IMPLEMENT_BINARY_OPERATOR(OP, TY) \ argument
51 case Type::TY##TyID: \
52 Dest.TY##Val = Src1.TY##Val OP Src2.TY##Val; \
114 #define IMPLEMENT_INTEGER_ICMP(OP, TY) \ argument
304 #define IMPLEMENT_FCMP(OP, TY) \ argument
305 case Type::TY##TyID: \
306 Dest.IntVal = APInt(1,Src1.TY##Val OP Src2.TY##Val); \
314 Src1.AggregateVal[_i].TY##Val OP Src2.AggregateVal[_i].TY##Val);\
711 Src1.AggregateVal[i].TY OP Src2.AggregateVal[i].TY; in visitBinaryOperator()
1714 #define IMPLEMENT_VAARG(TY) \ argument
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderDecl.cpp2830 const auto *TY = cast<TemplateTypeParmDecl>(Y); in isSameTemplateParameter() local
2831 return TX->isParameterPack() == TY->isParameterPack(); in isSameTemplateParameter()
2835 const auto *TY = cast<NonTypeTemplateParmDecl>(Y); in isSameTemplateParameter() local
2836 return TX->isParameterPack() == TY->isParameterPack() && in isSameTemplateParameter()
2837 TX->getASTContext().hasSameType(TX->getType(), TY->getType()); in isSameTemplateParameter()
2841 const auto *TY = cast<TemplateTemplateParmDecl>(Y); in isSameTemplateParameter() local
2842 return TX->isParameterPack() == TY->isParameterPack() && in isSameTemplateParameter()
2844 TY->getTemplateParameters()); in isSameTemplateParameter()
/freebsd-12.1/usr.bin/vi/catalog/
H A Dpolish.UTF-8.base244 254 "%s: OSTRZEŻENIE: PLIK ZOSTAŁ OBCIĘTY"
/freebsd-12.1/contrib/sendmail/contrib/
H A Dmail.local.linux74 MX(SZ.#,X!7.V$9WJA#H"VRF%=\;3"?/$53WO^<4V#F&?4?TY"K7HQX%*H:#!
/freebsd-12.1/contrib/ncurses/misc/
H A Demx.src586 # (kterm: this had extension capabilities ":KJ:TY=ascii:" -- esr)
H A Dterminfo.src6092 # (news-29: this had :TY=ascii: --esr)
6095 # (news-29-euc: this had :TY=euc: --esr)
6098 # (news-29-sjis: this had :TY=sjis: --esr)
6102 # (news-33: this had :TY=ascii: --esr)
6105 # (news-33-euc: this had :TY=euc: --esr)
6108 # (news-33-sjis: this had :TY=sjis: --esr)
6112 # (news-42: this had :TY=ascii: --esr)
6115 # (news-42-euc: this had :TY=euc: --esr)
6193 # (news511: this had :TY=sjis: --esr)
6207 # (news517: this had :TY=sjis:. --esr)
[all …]
/freebsd-12.1/contrib/binutils/binutils/po/
H A Dbinutils.pot1953 msgid "unknown TY code"
1957 msgid "undefined variable in TY"
/freebsd-12.1/contrib/tzdata/
H A Deurope3193 # 17 RU-TY Tuva Republic
/freebsd-12.1/sys/dev/usb/
H A Dusbdevs3612 product PANASONIC TYTP50P6S 0x3900 TY-TP50P6-S 50in Touch Panel
/freebsd-12.1/contrib/gdb/gdb/doc/
H A Dgdb.info-34764 SIGNATURE OF TY COON, 1 April 1989
/freebsd-12.1/share/termcap/
H A Dtermcap3055 :KJ:sc=\E7:rc=\E8:cs=\E[%i%d;%dr:TY=ascii:\