/third_party/openssl/crypto/sha/asm/ |
D | sha1-x86_64.pl | 479 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 …]
|
D | sha1-armv4-large.pl | 327 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/ |
D | aesni-sha1-x86_64.pl | 163 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/ |
D | rune.c | 28 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/ |
D | rune.cc | 32 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/ |
D | safe_integer_literal.hpp | 141 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/ |
D | writable-ssbo.comp | 15 template<typename Tx, typename Ty> 16 inline Tx mod(Tx x, Ty y)
|
D | global-invocation-id.comp | 15 template<typename Tx, typename Ty> 16 inline Tx mod(Tx x, Ty y)
|
D | local-invocation-index.comp | 15 template<typename Tx, typename Ty> 16 inline Tx mod(Tx x, Ty y)
|
D | local-invocation-id.comp | 15 template<typename Tx, typename Ty> 16 inline Tx mod(Tx x, Ty y)
|
D | global-invocation-id-writable-ssbo-in-function.comp | 15 template<typename Tx, typename Ty> 16 inline Tx mod(Tx x, Ty y)
|
D | mod.comp | 21 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/ |
D | writable-ssbo.comp | 15 template<typename Tx, typename Ty> 16 inline Tx mod(Tx x, Ty y)
|
D | local-invocation-id.comp | 15 template<typename Tx, typename Ty> 16 inline Tx mod(Tx x, Ty y)
|
D | global-invocation-id-writable-ssbo-in-function.comp | 15 template<typename Tx, typename Ty> 16 inline Tx mod(Tx x, Ty y)
|
D | local-invocation-index.comp | 15 template<typename Tx, typename Ty> 16 inline Tx mod(Tx x, Ty y)
|
D | global-invocation-id.comp | 15 template<typename Tx, typename Ty> 16 inline Tx mod(Tx x, Ty y)
|
D | mod.comp | 21 template<typename Tx, typename Ty> 22 inline Tx mod(Tx x, Ty y)
|
/third_party/typescript_eslint/packages/eslint-plugin/docs/rules/ |
D | no-invalid-void-type.md | 85 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/ |
D | array_wrapper.hpp | 37 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/ |
D | single-function-private-lut.asm.frag | 58 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/ |
D | single-function-private-lut.asm.frag | 58 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/ |
D | mrt-array.frag | 62 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/ |
D | mrt-array.frag | 62 template<typename Tx, typename Ty> 63 inline Tx mod(Tx x, Ty y)
|
/third_party/openssl/crypto/bn/asm/ |
D | x86_64-gf2m.pl | 49 ($R,$Tx)=("%xmm0","%xmm1"); 139 movq (%rsp,$i0,8),$Tx 142 pslldq \$$n,$Tx 148 pxor $Tx,$R
|