| /src/external/bsd/zstd/dist/contrib/match_finders/ |
| zstd_edist.c | 30 #define ZSTD_EDIST_DIAG_MAX (S32)(1 << 30) 60 S32* forwardDiag; /* Entries of the forward diagonal stored here */ 61 S32* backwardDiag; /* Entries of the backward diagonal stored here. 71 S32 dictMid; /* The mid diagonal for the dictionary */ 72 S32 srcMid; /* The mid diagonal for the source */ 83 S32 dictLow, S32 dictHigh, S32 srcLow, 84 S32 srcHigh, int useHeuristics) 86 S32* const forwardDiag = state->forwardDiag [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| AMDGPULegalizerInfo.cpp | 137 // <4 x s8> -> s32 425 const LLT S32 = LLT::scalar(32); 487 S32, S64 491 S32, S64, S16 495 S32, S64, S16, V2S16 498 const LLT MinScalarFPTy = ST.has16BitInsts() ? S16 : S32; 501 setAction({G_BRCOND, S32}, Legal); // SCC branches 506 .legalFor({S32, S64, V2S16, S16, V4S16, S1, S128, S256}) 514 .clampMaxNumElements(0, S32, 16) 521 .legalFor({S32, S16, V2S16} [all...] |
| AMDGPUPreLegalizerCombiner.cpp | 124 const LLT S32 = LLT::scalar(32); 129 auto Unmerge = B.buildUnmerge(S32, Src); 140 auto MinBoundaryDst = B.buildConstant(S32, MinBoundary); 141 auto MaxBoundaryDst = B.buildConstant(S32, MaxBoundary); 143 auto Bitcast = B.buildBitcast({S32}, CvtPk); 146 AMDGPU::G_AMDGPU_SMED3, {S32},
|
| AMDGPUPostLegalizerCombiner.cpp | 183 const LLT S32 = LLT::scalar(32); 189 if (SrcTy != S32) 190 SrcReg = B.buildAnyExtOrTrunc(S32, SrcReg).getReg(0); 192 if (Ty == S32) { 196 auto Cvt0 = B.buildInstr(AMDGPU::G_AMDGPU_CVT_F32_UBYTE0, {S32}, 237 const LLT S32 = LLT::scalar(32); 240 if (SrcTy != S32) { 242 CvtSrc = B.buildAnyExt(S32, CvtSrc).getReg(0);
|
| AMDGPURegisterBankInfo.cpp | 126 const LLT S32 = LLT::scalar(32); 128 assert(MRI.getType(DstReg) == S32); 134 auto True = B.buildConstant(S32, Opc == AMDGPU::G_SEXT ? -1 : 1); 135 auto False = B.buildConstant(S32, 0); 888 LLT S32 = LLT::scalar(32); 915 Register CurrentLaneOpRegLo = MRI.createGenericVirtualRegister(S32); 916 Register CurrentLaneOpRegHi = MRI.createGenericVirtualRegister(S32); 949 CurrentLaneOpReg = MRI.createGenericVirtualRegister(S32); 1173 const LLT S32 = LLT::scalar(32); 1176 auto WideLoad = B.buildLoadFromOffset(S32, PtrReg, *MMO, 0) [all...] |
| AMDGPUCallLowering.cpp | 188 const LLT S32 = LLT::scalar(32); 203 auto OffsetReg = MIRBuilder.buildConstant(S32, Offset); 843 const LLT S32 = LLT::scalar(32); 849 InputReg = MRI.createGenericVirtualRegister(S32); 855 Register Y = MRI.createGenericVirtualRegister(S32); 859 Y = MIRBuilder.buildShl(S32, Y, MIRBuilder.buildConstant(S32, 10)).getReg(0); 860 InputReg = InputReg ? MIRBuilder.buildOr(S32, InputReg, Y).getReg(0) : Y; 864 Register Z = MRI.createGenericVirtualRegister(S32); 868 Z = MIRBuilder.buildShl(S32, Z, MIRBuilder.buildConstant(S32, 20)).getReg(0) [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/ |
| MipsABIFlagsSection.cpp | 25 case FpABIKind::S32: 41 case FpABIKind::S32:
|
| MipsABIFlagsSection.h | 23 enum class FpABIKind { ANY, XX, S32, S64, SOFT }; 188 FpABI = FpABIKind::S32;
|
| /src/external/public-domain/xz/dist/src/liblzma/check/ |
| crc_common.h | 31 # define S32(x) ((x) << 32) 40 # define S32(x) ((x) >> 32)
|
| crc64_fast.c | 78 ^ S32(crc)
|
| /src/external/bsd/libarchive/dist/libarchive/test/ |
| test_archive_string.c | 305 #define S32 S16 S16 306 #define S64 S32 S32 308 const char *s32 = S32; local 309 const char *s33 = S32 "0"; 315 #undef S32 326 archive_string_sprintf(&s, "%s", s32); 327 assertExactString(32, 2 * EXTENT, s32, s);
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/ |
| nested-types.cc | 259 struct S32 { 599 S10::S31::S32 s32; local 600 S10::S31::S32::S33 s33; 601 S10::S31::S32::S33::S34 s34; 602 S10::S31::S32::S33::S34::S35 s35; 603 S10::S31::S32::S33::S34::S35::S36 s36; 604 S10::S31::S32::S33::S34::S35::S36::S37 s37; 605 S10::S31::S32::S33::S34::S35::S36::S37::S38 s38; 606 S10::S31::S32::S33::S34::S35::S36::S37::S38::S39 s39 [all...] |
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/ |
| nested-types.cc | 259 struct S32 { 599 S10::S31::S32 s32; local 600 S10::S31::S32::S33 s33; 601 S10::S31::S32::S33::S34 s34; 602 S10::S31::S32::S33::S34::S35 s35; 603 S10::S31::S32::S33::S34::S35::S36 s36; 604 S10::S31::S32::S33::S34::S35::S36::S37 s37; 605 S10::S31::S32::S33::S34::S35::S36::S37::S38 s38; 606 S10::S31::S32::S33::S34::S35::S36::S37::S38::S39 s39 [all...] |
| /src/common/lib/libc/md/ |
| md4c.c | 75 #define S32 9 268 HH (d, a, b, c, x[ 8], S32); /* 34 */ 272 HH (d, a, b, c, x[10], S32); /* 38 */ 276 HH (d, a, b, c, x[ 9], S32); /* 42 */ 280 HH (d, a, b, c, x[11], S32); /* 46 */
|
| md5c.c | 72 #define S32 11 314 HH (d, a, b, c, x[ 8], S32, 0x8771f681); /* 34 */ 318 HH (d, a, b, c, x[ 4], S32, 0x4bdecfa9); /* 38 */ 322 HH (d, a, b, c, x[ 0], S32, 0xeaa127fa); /* 42 */ 326 HH (d, a, b, c, x[12], S32, 0xe6db99e5); /* 46 */
|
| /src/crypto/external/bsd/netpgp/dist/src/netpgpverify/ |
| md5c.c | 58 #define S32 11 285 HH (d, a, b, c, x[ 8], S32, 0x8771f681); /* 34 */ 289 HH (d, a, b, c, x[ 4], S32, 0x4bdecfa9); /* 38 */ 293 HH (d, a, b, c, x[ 0], S32, 0xeaa127fa); /* 42 */ 297 HH (d, a, b, c, x[12], S32, 0xe6db99e5); /* 46 */
|
| sha2.c | 139 #define S32(b,x) (((x) >> (b)) | ((x) << (32 - (b)))) 148 #define Sigma0_256(x) (S32(2, (x)) ^ S32(13, (x)) ^ S32(22, (x))) 149 #define Sigma1_256(x) (S32(6, (x)) ^ S32(11, (x)) ^ S32(25, (x))) 150 #define sigma0_256(x) (S32(7, (x)) ^ S32(18, (x)) ^ R(3 , (x))) 151 #define sigma1_256(x) (S32(17, (x)) ^ S32(19, (x)) ^ R(10, (x)) [all...] |
| /src/common/lib/libc/hash/sha2/ |
| sha2.c | 103 #define S32(b,x) (((x) >> (b)) | ((x) << (32 - (b)))) 112 #define Sigma0_256(x) (S32(2, (x)) ^ S32(13, (x)) ^ S32(22, (x))) 113 #define Sigma1_256(x) (S32(6, (x)) ^ S32(11, (x)) ^ S32(25, (x))) 114 #define sigma0_256(x) (S32(7, (x)) ^ S32(18, (x)) ^ R(3 , (x))) 115 #define sigma1_256(x) (S32(17, (x)) ^ S32(19, (x)) ^ R(10, (x)) [all...] |
| /src/crypto/dist/ipsec-tools/src/racoon/missing/crypto/sha2/ |
| sha2.c | 193 #define S32(b,x) (((x) >> (b)) | ((x) << (32 - (b)))) 202 #define Sigma0_256(x) (S32(2, (x)) ^ S32(13, (x)) ^ S32(22, (x))) 203 #define Sigma1_256(x) (S32(6, (x)) ^ S32(11, (x)) ^ S32(25, (x))) 204 #define sigma0_256(x) (S32(7, (x)) ^ S32(18, (x)) ^ R(3 , (x))) 205 #define sigma1_256(x) (S32(17, (x)) ^ S32(19, (x)) ^ R(10, (x)) [all...] |
| /src/external/bsd/openldap/dist/contrib/slapd-modules/passwd/sha2/ |
| sha2.c | 200 #define S32(b,x) (((x) >> (b)) | ((x) << (32 - (b)))) 209 #define Sigma0_256(x) (S32(2, (x)) ^ S32(13, (x)) ^ S32(22, (x))) 210 #define Sigma1_256(x) (S32(6, (x)) ^ S32(11, (x)) ^ S32(25, (x))) 211 #define sigma0_256(x) (S32(7, (x)) ^ S32(18, (x)) ^ R(3 , (x))) 212 #define sigma1_256(x) (S32(17, (x)) ^ S32(19, (x)) ^ R(10, (x)) [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/ |
| LegalizerHelper.cpp | 1469 // %0:_(<3 x s32>) = G_FOO => <4 x s32> 1471 // %1:_(<4 x s32>) = G_FOO 1472 // %2:_(<4 x s32>) = G_IMPLICIT_DEF 1473 // %3:_(<12 x s32>) = G_CONCAT_VECTORS %1, %2, %2 1474 // %0:_(<3 x s32>), %4:_, %5:_, %6:_ = G_UNMERGE_VALUES %3 3305 // e.g. <4 x s64> = G_SHL <4 x s64>, <4 x s32> -> 3306 // <2 x s64> = G_SHL <2 x s64>, <2 x s32> 3307 // <2 x s64> = G_SHL <2 x s64>, <2 x s32> 3310 // e.g. <3 x s64> = G_SHL <3 x s64>, <3 x s32> - [all...] |
| /src/external/bsd/ipf/dist/ |
| md5.c | 267 #define S32 11 271 HH ( d, a, b, c, in[ 8], S32, UL(2272392833)); /* 34 */ 275 HH ( d, a, b, c, in[ 4], S32, UL(1272893353)); /* 38 */ 279 HH ( d, a, b, c, in[ 0], S32, UL(3936430074)); /* 42 */ 283 HH ( d, a, b, c, in[12], S32, UL(3873151461)); /* 46 */
|
| /src/external/bsd/iscsi/dist/src/lib/ |
| md5c.c | 74 #define S32 11 327 HH (d, a, b, c, x[ 8], S32, 0x8771f681); /* 34 */ 331 HH (d, a, b, c, x[ 4], S32, 0x4bdecfa9); /* 38 */ 335 HH (d, a, b, c, x[ 0], S32, 0xeaa127fa); /* 42 */ 339 HH (d, a, b, c, x[12], S32, 0xe6db99e5); /* 46 */
|
| /src/external/bsd/ppp/dist/pppd/ |
| ppp-md5.c | 351 #define S32 11 355 HH ( d, a, b, c, in[ 8], S32, UL(2272392833)); /* 34 */ 359 HH ( d, a, b, c, in[ 4], S32, UL(1272893353)); /* 38 */ 363 HH ( d, a, b, c, in[ 0], S32, UL(3936430074)); /* 42 */ 367 HH ( d, a, b, c, in[12], S32, UL(3873151461)); /* 46 */
|
| /src/external/gpl3/gcc.old/dist/libphobos/src/std/digest/ |
| md.d | 166 S32 = 11, 236 HH (d, a, b, c, x[ 8], S32, 0x8771f681); /* 34 */ 240 HH (d, a, b, c, x[ 4], S32, 0x4bdecfa9); /* 38 */ 244 HH (d, a, b, c, x[ 0], S32, 0xeaa127fa); /* 42 */ 248 HH (d, a, b, c, x[12], S32, 0xe6db99e5); /* 46 */
|