Home
last modified time | relevance | path

Searched refs:Tx (Results 1 – 25 of 60) sorted by relevance

123

/third_party/openssl/crypto/sha/asm/
Dsha1-x86_64.pl479 my @Tx=map("%xmm$_",(8..10));
552 movdqa -64($K_XX_XX),@Tx[1] # K_00_19
561 paddd @Tx[1],@X[-4&7] # add K_00_19
563 paddd @Tx[1],@X[-3&7]
564 paddd @Tx[1],@X[-2&7]
566 psubd @Tx[1],@X[-4&7] # restore X[]
568 psubd @Tx[1],@X[-3&7]
570 psubd @Tx[1],@X[-2&7]
590 &movdqa (@Tx[0],@X[-1&7]);
591 &paddd (@Tx[1],@X[-1&7]);
[all …]
Dsha1-armv4-large.pl327 my @Tx=("q12","q13");
391 &vadd_i32 (@Tx[1],@X[-1&7],$K);
395 &vext_8 (@Tx[0],@X[-1&7],$zero,4); # "X[-3]", 3 words
402 &veor (@Tx[0],@Tx[0],@X[-2&7]); # "X[-3]"^"X[-8]"
405 &veor (@Tx[0],@Tx[0],@X[0]); # "X[0]"^="X[-3]"^"X[-8]
408 &vst1_32 ("{@Tx[1]}","[$Xfer,:128]!"); # X[]+K xfer
412 &vext_8 (@Tx[1],$zero,@Tx[0],4); # "X[0]"<<96, extract one dword
415 &vadd_i32 (@X[0],@Tx[0],@Tx[0]);
418 &vsri_32 (@X[0],@Tx[0],31); # "X[0]"<<<=1
422 &vshr_u32 (@Tx[0],@Tx[1],30);
[all …]
/third_party/openssl/crypto/aes/asm/
Daesni-sha1-x86_64.pl163 my @Tx=map("%xmm$_",(8..10));
177 @Tx=map("%xmm$_",(12,13,3));
257 movdqa 64($K_XX_XX),@Tx[2] # pbswap mask
258 movdqa 0($K_XX_XX),@Tx[1] # K_00_19
263 pshufb @Tx[2],@X[-4&7] # byte swap
264 pshufb @Tx[2],@X[-3&7]
265 pshufb @Tx[2],@X[-2&7]
267 paddd @Tx[1],@X[-4&7] # add K_00_19
268 pshufb @Tx[2],@X[-1&7]
269 paddd @Tx[1],@X[-3&7]
[all …]
/third_party/libphonenumber/cpp/src/phonenumbers/utf/
Drune.c28 Tx = ((1<<(Bitx+1))-1) ^ 0xFF, /* 1000 0000 */ enumerator
82 if(c < Tx) { in charntorune()
96 c1 = *(uchar*)(str+1) ^ Tx; in charntorune()
118 c2 = *(uchar*)(str+2) ^ Tx; in charntorune()
138 c3 = *(uchar*)(str+3) ^ Tx; in charntorune()
180 if(c < Tx) { in chartorune()
189 c1 = *(uchar*)(str+1) ^ Tx; in chartorune()
206 c2 = *(uchar*)(str+2) ^ Tx; in chartorune()
223 c3 = *(uchar*)(str+3) ^ Tx; in chartorune()
276 str[1] = (char)(Tx | (c & Maskx)); in runetochar()
[all …]
/third_party/re2/util/
Drune.cc32 Tx = ((1<<(Bitx+1))-1) ^ 0xFF, /* 1000 0000 */ enumerator
61 if(c < Tx) { in chartorune()
70 c1 = *(unsigned char*)(str+1) ^ Tx; in chartorune()
87 c2 = *(unsigned char*)(str+2) ^ Tx; in chartorune()
102 c3 = *(unsigned char*)(str+3) ^ Tx; in chartorune()
148 str[1] = Tx | (c & Maskx); in runetochar()
167 str[1] = Tx | ((c >> 1*Bitx) & Maskx); in runetochar()
168 str[2] = Tx | (c & Maskx); in runetochar()
177 str[1] = Tx | ((c >> 2*Bitx) & Maskx); in runetochar()
178 str[2] = Tx | ((c >> 1*Bitx) & Maskx); in runetochar()
[all …]
/third_party/boost/boost/safe_numerics/
Dsafe_integer_literal.hpp141 typename Tx, Tx Nx, typename = std::enable_if_t<! checked::minus(Nx).exception()>
144 return safe_literal_impl<Tx, -N, P, E>(); in minus_helper()
160 typename Tx, Tx Nx, typename = std::enable_if_t<! checked::bitwise_not(Nx).exception()>
163 return safe_literal_impl<Tx, ~N, P, E>(); in not_helper()
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl/comp/
Dwritable-ssbo.comp15 template<typename Tx, typename Ty>
16 inline Tx mod(Tx x, Ty y)
Dglobal-invocation-id.comp15 template<typename Tx, typename Ty>
16 inline Tx mod(Tx x, Ty y)
Dlocal-invocation-index.comp15 template<typename Tx, typename Ty>
16 inline Tx mod(Tx x, Ty y)
Dlocal-invocation-id.comp15 template<typename Tx, typename Ty>
16 inline Tx mod(Tx x, Ty y)
Dglobal-invocation-id-writable-ssbo-in-function.comp15 template<typename Tx, typename Ty>
16 inline Tx mod(Tx x, Ty y)
Dmod.comp21 template<typename Tx, typename Ty>
22 inline Tx mod(Tx x, Ty y)
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders-msl/comp/
Dwritable-ssbo.comp15 template<typename Tx, typename Ty>
16 inline Tx mod(Tx x, Ty y)
Dlocal-invocation-id.comp15 template<typename Tx, typename Ty>
16 inline Tx mod(Tx x, Ty y)
Dglobal-invocation-id-writable-ssbo-in-function.comp15 template<typename Tx, typename Ty>
16 inline Tx mod(Tx x, Ty y)
Dlocal-invocation-index.comp15 template<typename Tx, typename Ty>
16 inline Tx mod(Tx x, Ty y)
Dglobal-invocation-id.comp15 template<typename Tx, typename Ty>
16 inline Tx mod(Tx x, Ty y)
Dmod.comp21 template<typename Tx, typename Ty>
22 inline Tx mod(Tx x, Ty y)
/third_party/typescript_eslint/packages/eslint-plugin/docs/rules/
Dno-invalid-void-type.md85 The following patterns are considered warnings with `{ allowInGenericTypeArguments: ['Ex.Mx.Tx'] }`:
90 type NotAllowedVoid1 = Mx.Tx<void>;
91 type NotAllowedVoid2 = Tx<void>;
95 The following patterns are not considered warnings with `{ allowInGenericTypeArguments: ['Ex.Mx.Tx'…
98 type AllowedVoid = Ex.Mx.Tx<void>;
99 type AllowedVoidUnion = void | Ex.Mx.Tx<void>;
/third_party/boost/boost/serialization/
Darray_wrapper.hpp37 template<class Tx, class S>
38 friend const boost::serialization::array_wrapper<Tx> make_array(Tx * t, S s);
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders-msl/asm/frag/
Dsingle-function-private-lut.asm.frag58 template<typename Tx, typename Ty>
59 inline Tx mod(Tx x, Ty y)
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl/asm/frag/
Dsingle-function-private-lut.asm.frag58 template<typename Tx, typename Ty>
59 inline Tx mod(Tx x, Ty y)
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders-msl/frag/
Dmrt-array.frag62 template<typename Tx, typename Ty>
63 inline Tx mod(Tx x, Ty y)
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl/frag/
Dmrt-array.frag62 template<typename Tx, typename Ty>
63 inline Tx mod(Tx x, Ty y)
/third_party/openssl/crypto/bn/asm/
Dx86_64-gf2m.pl49 ($R,$Tx)=("%xmm0","%xmm1");
139 movq (%rsp,$i0,8),$Tx
142 pslldq \$$n,$Tx
148 pxor $Tx,$R

123