Searched refs:S32 (Results 1 - 25 of 32) sorted by relevance

12

/external/compiler-rt/test/asan/TestCases/Linux/
H A Dscariness_score_test.cc45 struct S32 { struct
105 S32 gm[100];
141 case 5: HeapBuferOverflow<S32>(4, Write); break;
145 case 9: HeapUseAfterFree<S32>(0, Write); break;
150 case 14: StackUseAfterReturn<S32>(0, Write); break;
/external/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsABIFlagsSection.cpp22 case FpABIKind::S32:
38 case FpABIKind::S32:
H A DMipsABIFlagsSection.h23 enum class FpABIKind { ANY, XX, S32, S64, SOFT }; member in class:llvm::MipsABIFlagsSection::FpABIKind
181 FpABI = FpABIKind::S32;
/external/libhevc/decoder/arm/
H A 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 D1
[all...]
/external/clang/test/PCH/
H A Dcxx-key-functions.cpp40 struct S32 { virtual void f(); }; struct
85 S30, S31, S32, S33, S34, S35, S36, S37, S38, S39,
/external/dng_sdk/source/
H A Ddng_fingerprint.cpp471 S32 = 11, enumerator in enum:__anon4889
549 HH (d, a, b, c, x[ 8], S32, 0x8771f681); /* 34 */
553 HH (d, a, b, c, x[ 4], S32, 0x4bdecfa9); /* 38 */
557 HH (d, a, b, c, x[ 0], S32, 0xeaa127fa); /* 42 */
561 HH (d, a, b, c, x[12], S32, 0xe6db99e5); /* 46 */
/external/libjpeg-turbo/md5/
H A Dmd5.c282 #define S32 11 macro
286 HH (d, a, b, c, x[ 8], S32, 0x8771f681); /* 34 */
290 HH (d, a, b, c, x[ 4], S32, 0x4bdecfa9); /* 38 */
294 HH (d, a, b, c, x[ 0], S32, 0xeaa127fa); /* 42 */
298 HH (d, a, b, c, x[12], S32, 0xe6db99e5); /* 46 */
/external/syslinux/com32/libutil/
H A Dmd5.c224 #define S32 11 macro
228 HH(d, a, b, c, x[8], S32, 0x8771f681); /* 34 */
232 HH(d, a, b, c, x[4], S32, 0x4bdecfa9); /* 38 */
236 HH(d, a, b, c, x[0], S32, 0xeaa127fa); /* 42 */
240 HH(d, a, b, c, x[12], S32, 0xe6db99e5); /* 46 */
/external/openssh/openbsd-compat/
H A 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(1
[all...]
/external/skia/src/effects/gradients/
H A DSk4fLinearGradient.cpp47 // Planar version of ramp (S32 no-premul only).
49 void ramp<DstType::S32, ApplyPremul::False>(const Sk4f& c, const Sk4f& dc, SkPMColor dst[], int n) {
72 DstTraits<DstType::S32, ApplyPremul::False>
74 DstTraits<DstType::S32, ApplyPremul::False>
79 DstTraits<DstType::S32, ApplyPremul::False>
513 ctx->shadePremulSpan<DstType::S32, ApplyPremul::False>(
516 ctx->shadePremulSpan<DstType::S32, ApplyPremul::True>(
H A DSk4fGradientPriv.h27 S32, // SRGB 32bit. Used for the blitter path only. member in class:__anon17012::DstType
106 struct DstTraits<DstType::S32, premul> {
/external/clang/test/CodeGenCXX/
H A Dmicrosoft-abi-static-initializers.cpp91 static S S32; local
/external/ipsec-tools/src/racoon/missing/crypto/sha2/
H A 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(1
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/
H A DMD5Digest.java171 private static final int S32 = 11; field in class:MD5Digest
279 d = rotateLeft(d + H(a, b, c) + X[ 8] + 0x8771f681, S32) + a;
283 d = rotateLeft(d + H(a, b, c) + X[ 4] + 0x4bdecfa9, S32) + a;
287 d = rotateLeft(d + H(a, b, c) + X[ 0] + 0xeaa127fa, S32) + a;
291 d = rotateLeft(d + H(a, b, c) + X[12] + 0xe6db99e5, S32) + a;
/external/ppp/pppd/
H A 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/syslinux/core/lwip/src/netif/ppp/
H A Dmd5.c270 #define S32 11 macro
274 HH ( d, a, b, c, in[ 8], S32, UL(2272392833)); /* 34 */
278 HH ( d, a, b, c, in[ 4], S32, UL(1272893353)); /* 38 */
282 HH ( d, a, b, c, in[ 0], S32, UL(3936430074)); /* 42 */
286 HH ( d, a, b, c, in[12], S32, UL(3873151461)); /* 46 */
/external/llvm/test/Bindings/OCaml/
H A Dtarget.ml44 let layout = "e-p:32:32-f64:32:64-v64:32:64-v128:32:128-n32-S32" in
/external/lz4/programs/
H A Dutil.h59 typedef int32_t S32; typedef
67 typedef signed int S32; typedef
/external/vixl/src/aarch32/
H A Dinstructions-aarch32.cc462 case S32:
H A Dassembler-aarch32.cc167 case S32:
208 case S32:
289 case S32:
326 case S32:
388 case S32:
416 case S32:
476 case S32:
503 case S32:
536 case S32:
694 if ((dt1.GetValue() == F32) && (dt2.GetValue() == S32)) {
[all...]
/external/llvm/unittests/ADT/
H A DStringRefTest.cpp505 int32_t S32; local
523 bool S32Success = StringRef(Signed[i].Str).getAsInteger(0, S32);
526 EXPECT_EQ(S32, Signed[i].Expected);
/external/lz4/lib/
H A Dxxhash.c139 typedef int32_t S32; typedef
144 typedef signed int S32; typedef
H A Dlz4.c142 typedef int32_t S32; typedef
149 typedef signed int S32; typedef
315 return DeBruijnBytePos[((U32)((val & -(S32)val) * 0x077CB531U)) >> 27];
/external/protobuf/src/google/protobuf/stubs/
H A Dstructurally_valid.cc78 #define S32 (kExitReplace32) macro
340 #undef S32 macro
/external/v8/src/arm/
H A Dassembler-arm.cc2975 enum VFPType { S32, U32, F32, F64 }; enumerator in enum:v8::internal::VFPType
2980 case S32:
2993 case S32:
3091 emit(EncodeVCVT(F64, dst.code(), S32, src.code(), mode, cond));
3099 emit(EncodeVCVT(F32, dst.code(), S32, src.code(), mode, cond));
3120 emit(EncodeVCVT(S32, dst.code(), F32, src.code(), mode, cond));
3135 emit(EncodeVCVT(S32, dst.code(), F64, src.code(), mode, cond));

Completed in 593 milliseconds

12