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

12

/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
173 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:__anon4824
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/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/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/lz4/programs/
H A Ddatagen.c48 typedef int32_t S32; typedef
54 typedef signed int S32; typedef
H A Dbench.c87 typedef int32_t S32; typedef
93 typedef signed int S32; typedef
H A Dframetest.c59 typedef int32_t S32; typedef
65 typedef signed int S32; typedef
H A Dfullbench.c93 typedef int32_t S32; typedef
99 typedef signed int S32; typedef
H A Dfuzzer.c58 typedef int32_t S32; typedef
64 typedef signed int S32; typedef
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/
H A DMD5Digest.java153 private static final int S32 = 11; field in class:MD5Digest
261 d = rotateLeft(d + H(a, b, c) + X[ 8] + 0x8771f681, S32) + a;
265 d = rotateLeft(d + H(a, b, c) + X[ 4] + 0x4bdecfa9, S32) + a;
269 d = rotateLeft(d + H(a, b, c) + X[ 0] + 0xeaa127fa, S32) + a;
273 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/v8/test/webkit/fast/js/kde/
H A 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/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/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 Dlz4.c162 typedef int32_t S32; typedef
168 typedef signed int S32; typedef
354 return DeBruijnBytePos[((U32)((val & -(S32)val) * 0x077CB531U)) >> 27];
H A Dxxhash.c111 typedef int32_t S32; typedef
117 typedef signed int S32; typedef
H A Dlz4frame.c81 typedef int32_t S32; typedef
87 typedef signed int S32; typedef
/external/protobuf/src/google/protobuf/stubs/
H A Dstructurally_valid.cc76 #define S32 (kExitReplace32) macro
338 #undef S32 macro
/external/v8/src/arm/
H A Dassembler-arm.cc2879 enum VFPType { S32, U32, F32, F64 }; enumerator in enum:v8::internal::VFPType
2884 case S32:
2897 case S32:
2994 emit(EncodeVCVT(F64, dst.code(), S32, src.code(), mode, cond));
3002 emit(EncodeVCVT(F32, dst.code(), S32, src.code(), mode, cond));
3022 emit(EncodeVCVT(S32, dst.code(), F32, src.code(), mode, cond));
3036 emit(EncodeVCVT(S32, dst.code(), F64, src.code(), mode, cond));
/external/deqp/framework/common/
H A DtcuTexture.cpp1043 #define S32(OFFS, COUNT) signExtend(U32(OFFS, COUNT), (COUNT)) macro
1060 case TextureFormat::SIGNED_INT_1010102_REV: return swizzleRB(IVec4(S32( 0, 10), S32(10, 10), S32(20, 10), S32(30, 2)), m_format.order, TextureFormat::RGBA);
1073 #undef S32 macro

Completed in 553 milliseconds

12