/external/libhevc/decoder/arm/ |
D | ihevcd_fmt_conv_420sp_to_rgba8888.s | 204 VQSHRN.S32 D8,Q4,#13 @//D8 = (U-128)*C4>>13 4 16-BIT VALUES 205 VQSHRN.S32 D9,Q5,#13 @//D9 = (U-128)*C4>>13 4 16-BIT VALUES 209 VQSHRN.S32 D10,Q10,#13 @//D10 = (V-128)*C1>>13 4 16-BIT VALUES 210 VQSHRN.S32 D11,Q11,#13 @//D11 = (V-128)*C1>>13 4 16-BIT VALUES 214 VQSHRN.S32 D12,Q6,#13 @//D12 = [(U-128)*C2 + (V-128)*C3]>>13 4 16-BIT VALUES 215 VQSHRN.S32 D13,Q7,#13 @//D13 = [(U-128)*C2 + (V-128)*C3]>>13 4 16-BIT VALUES 335 VQSHRN.S32 D8,Q4,#13 @//D8 = (U-128)*C4>>13 4 16-BIT VALUES 336 VQSHRN.S32 D9,Q5,#13 @//D9 = (U-128)*C4>>13 4 16-BIT VALUES 340 VQSHRN.S32 D10,Q10,#13 @//D10 = (V-128)*C1>>13 4 16-BIT VALUES 341 VQSHRN.S32 D11,Q11,#13 @//D11 = (V-128)*C1>>13 4 16-BIT VALUES [all …]
|
/external/openssh/openbsd-compat/ |
D | sha2.c | 162 #define S32(b,x) (((x) >> (b)) | ((x) << (32 - (b)))) macro 171 #define Sigma0_256(x) (S32(2, (x)) ^ S32(13, (x)) ^ S32(22, (x))) 172 #define Sigma1_256(x) (S32(6, (x)) ^ S32(11, (x)) ^ S32(25, (x))) 173 #define sigma0_256(x) (S32(7, (x)) ^ S32(18, (x)) ^ R(3 , (x))) 174 #define sigma1_256(x) (S32(17, (x)) ^ S32(19, (x)) ^ R(10, (x)))
|
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsABIFlagsSection.cpp | 20 case FpABIKind::S32: in getFpABIValue() 35 case FpABIKind::S32: in getFpABIString()
|
D | MipsABIFlagsSection.h | 81 enum class FpABIKind { ANY, XX, S32, S64 }; enumerator 228 FpABI = FpABIKind::S32; in setFpAbiFromPredicates()
|
/external/ipsec-tools/src/racoon/missing/crypto/sha2/ |
D | sha2.c | 195 #define S32(b,x) (((x) >> (b)) | ((x) << (32 - (b)))) macro 204 #define Sigma0_256(x) (S32(2, (x)) ^ S32(13, (x)) ^ S32(22, (x))) 205 #define Sigma1_256(x) (S32(6, (x)) ^ S32(11, (x)) ^ S32(25, (x))) 206 #define sigma0_256(x) (S32(7, (x)) ^ S32(18, (x)) ^ R(3 , (x))) 207 #define sigma1_256(x) (S32(17, (x)) ^ S32(19, (x)) ^ R(10, (x)))
|
/external/ppp/pppd/ |
D | md5.c | 255 #define S32 11 macro 259 HH ( d, a, b, c, in[ 8], S32, UL(2272392833)); /* 34 */ 263 HH ( d, a, b, c, in[ 4], S32, UL(1272893353)); /* 38 */ 267 HH ( d, a, b, c, in[ 0], S32, UL(3936430074)); /* 42 */ 271 HH ( d, a, b, c, in[12], S32, UL(3873151461)); /* 46 */
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/ |
D | MD5Digest.java | 153 private static final int S32 = 11; field in MD5Digest 261 d = rotateLeft(d + H(a, b, c) + X[ 8] + 0x8771f681, S32) + a; in processBlock() 265 d = rotateLeft(d + H(a, b, c) + X[ 4] + 0x4bdecfa9, S32) + a; in processBlock() 269 d = rotateLeft(d + H(a, b, c) + X[ 0] + 0xeaa127fa, S32) + a; in processBlock() 273 d = rotateLeft(d + H(a, b, c) + X[12] + 0xe6db99e5, S32) + a; in processBlock()
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-bcc.ll | 22 %S32 = type <{ i32 }> 23 %Sstruct = type <{ %S64, %S32 }>
|
/external/clang/test/PCH/ |
D | cxx-key-functions.cpp | 40 struct S32 { virtual void f(); }; struct 85 S30, S31, S32, S33, S34, S35, S36, S37, S38, S39,
|
/external/v8/test/webkit/fast/js/kde/ |
D | md5-1.js | 168 var S32 = 11; variable 279 d = HH ( d, a, b, c, x[ 8], S32, 0x8771f681); /* 34 */ 283 d = HH ( d, a, b, c, x[ 4], S32, 0x4bdecfa9); /* 38 */ 287 d = HH ( d, a, b, c, x[ 0], S32, 0xeaa127fa); /* 42 */ 291 d = HH ( d, a, b, c, x[12], S32, 0xe6db99e5); /* 46 */
|
/external/llvm/test/Linker/Inputs/ |
D | comdat4.ll | 1 target datalayout = "e-m:w-p:32:32-i64:64-f80:32-n8:16:32-S32"
|
D | comdat5.ll | 1 target datalayout = "e-m:w-p:32:32-i64:64-f80:32-n8:16:32-S32"
|
D | comdat.ll | 1 target datalayout = "e-m:w-p:32:32-i64:64-f80:32-n8:16:32-S32"
|
/external/lz4/programs/ |
D | datagen.c | 48 typedef int32_t S32; typedef 54 typedef signed int S32; typedef
|
/external/llvm/test/CodeGen/X86/ |
D | coff-comdat3.ll | 3 target datalayout = "e-m:w-p:32:32-i64:64-f80:32-n8:16:32-S32"
|
D | coff-comdat2.ll | 3 target datalayout = "e-m:w-p:32:32-i64:64-f80:32-n8:16:32-S32"
|
D | windows-itanium-alloca.ll | 3 target datalayout = "e-m:w-p:32:32-i64:64-f80:32-n8:16:32-S32"
|
/external/llvm/test/Linker/ |
D | comdat2.ll | 2 target datalayout = "e-m:w-p:32:32-i64:64-f80:32-n8:16:32-S32"
|
D | comdat5.ll | 2 target datalayout = "e-m:w-p:32:32-i64:64-f80:32-n8:16:32-S32"
|
D | comdat6.ll | 3 target datalayout = "e-m:w-p:32:32-i64:64-f80:32-n8:16:32-S32"
|
/external/llvm/test/CodeGen/ARM/ |
D | ret_sret_vector.ll | 3 …32-i8:8:32-i16:16:32-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:32:64-v128:32:128-a0:0:32-n32-S32"
|
D | fast-isel-inline-asm.ll | 2 …talayout = "e-m:o-p:32:32-i1:8:32-i8:8:32-i16:16:32-f64:32:64-v64:32:64-v128:32:128-a:0:32-n32-S32"
|
/external/llvm/test/LTO/ARM/ |
D | runtime-library-subtarget.ll | 7 target datalayout = "e-m:o-p:32:32-f64:32:64-v64:32:64-v128:32:128-a:0:32-n32-S32"
|
/external/llvm/test/Bitcode/ |
D | highLevelStructure.3.2.ll | 8 …v128:128:128-v192:256:256-v256:256:256-v512:512:512-v1024:1024:1024-a0:0:64-f80:32:32-n8:16:32-S32" 9 …v128:128:128-v192:256:256-v256:256:256-v512:512:512-v1024:1024:1024-a0:0:64-f80:32:32-n8:16:32-S32"
|
/external/llvm/test/CodeGen/Thumb/ |
D | sjljehprepare-lower-vector.ll | 4 …32-i8:8:32-i16:16:32-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:32:64-v128:32:128-a0:0:32-n32-S32"
|