Home
last modified time | relevance | path

Searched refs:S32 (Results 1 – 25 of 103) sorted by relevance

12345

/external/libhevc/decoder/arm/
Dihevcd_fmt_conv_420sp_to_rgba8888.s204 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/
Dsha2.c162 #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/
DMipsABIFlagsSection.cpp20 case FpABIKind::S32: in getFpABIValue()
35 case FpABIKind::S32: in getFpABIString()
DMipsABIFlagsSection.h81 enum class FpABIKind { ANY, XX, S32, S64 }; enumerator
228 FpABI = FpABIKind::S32; in setFpAbiFromPredicates()
/external/ipsec-tools/src/racoon/missing/crypto/sha2/
Dsha2.c195 #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/
Dmd5.c255 #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/
DMD5Digest.java153 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/
Darm64-bcc.ll22 %S32 = type <{ i32 }>
23 %Sstruct = type <{ %S64, %S32 }>
/external/clang/test/PCH/
Dcxx-key-functions.cpp40 struct S32 { virtual void f(); }; struct
85 S30, S31, S32, S33, S34, S35, S36, S37, S38, S39,
/external/v8/test/webkit/fast/js/kde/
Dmd5-1.js168 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/
Dcomdat4.ll1 target datalayout = "e-m:w-p:32:32-i64:64-f80:32-n8:16:32-S32"
Dcomdat5.ll1 target datalayout = "e-m:w-p:32:32-i64:64-f80:32-n8:16:32-S32"
Dcomdat.ll1 target datalayout = "e-m:w-p:32:32-i64:64-f80:32-n8:16:32-S32"
/external/lz4/programs/
Ddatagen.c48 typedef int32_t S32; typedef
54 typedef signed int S32; typedef
/external/llvm/test/CodeGen/X86/
Dcoff-comdat3.ll3 target datalayout = "e-m:w-p:32:32-i64:64-f80:32-n8:16:32-S32"
Dcoff-comdat2.ll3 target datalayout = "e-m:w-p:32:32-i64:64-f80:32-n8:16:32-S32"
Dwindows-itanium-alloca.ll3 target datalayout = "e-m:w-p:32:32-i64:64-f80:32-n8:16:32-S32"
/external/llvm/test/Linker/
Dcomdat2.ll2 target datalayout = "e-m:w-p:32:32-i64:64-f80:32-n8:16:32-S32"
Dcomdat5.ll2 target datalayout = "e-m:w-p:32:32-i64:64-f80:32-n8:16:32-S32"
Dcomdat6.ll3 target datalayout = "e-m:w-p:32:32-i64:64-f80:32-n8:16:32-S32"
/external/llvm/test/CodeGen/ARM/
Dret_sret_vector.ll3 …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"
Dfast-isel-inline-asm.ll2 …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/
Druntime-library-subtarget.ll7 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/
DhighLevelStructure.3.2.ll8 …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/
Dsjljehprepare-lower-vector.ll4 …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"

12345