| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ADT/ |
| D | SetOperations.h | 22 bool set_union(S1Ty &S1, const S2Ty &S2) { in set_union() argument 27 if (S1.insert(*SI).second) in set_union() 39 void set_intersect(S1Ty &S1, const S2Ty &S2) { in set_intersect() argument 40 for (typename S1Ty::iterator I = S1.begin(); I != S1.end();) { in set_intersect() 43 if (!S2.count(E)) S1.erase(E); // Erase element if not in S2 in set_intersect() 50 S1Ty set_difference(const S1Ty &S1, const S2Ty &S2) { in set_difference() argument 52 for (typename S1Ty::const_iterator SI = S1.begin(), SE = S1.end(); in set_difference() 62 void set_subtract(S1Ty &S1, const S2Ty &S2) { in set_subtract() argument 65 S1.erase(*SI); in set_subtract() 71 bool set_is_subset(const S1Ty &S1, const S2Ty &S2) { in set_is_subset() argument [all …]
|
| D | StringSwitch.h | 88 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, T Value) { in Cases() argument 89 return Case(S0, Value).Case(S1, Value); in Cases() 92 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases() argument 94 return Case(S0, Value).Cases(S1, S2, Value); in Cases() 97 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases() argument 99 return Case(S0, Value).Cases(S1, S2, S3, Value); in Cases() 102 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases() argument 104 return Case(S0, Value).Cases(S1, S2, S3, S4, Value); in Cases() 107 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases() argument 110 return Case(S0, Value).Cases(S1, S2, S3, S4, S5, Value); in Cases() [all …]
|
| /freebsd-12-stable/crypto/openssl/crypto/sha/asm/ |
| D | sha256-c64xplus.pl | 37 ($E,$Ectx,$F,$Fctx,$G,$Gctx,$H,$Hctx,$T1,$S1,$s0,$t0e,$t1e,$t2e,$X1,$X15) 128 || ROTL $E,26,$S1 142 || XOR $t0e,$S1,$S1 144 || XOR $t1e,$S1,$S1 ; Sigma1(e) 147 ADD $S1,$T1,$T1 ; T1 += Sigma1(e) 165 || ROTL $E,26,$S1 181 || XOR $t0e,$S1,$S1 183 || XOR $t1e,$S1,$S1 ; Sigma1(e) 186 ADD $S1,$T1,$T1 ; T1 += Sigma1(e) 219 || ROTL $E,26,$S1 [all …]
|
| /freebsd-12-stable/contrib/file/src/ |
| D | encoding.c | 302 #define S1 0x02 // accept 0, size 2 macro 329 XX, XX, S1, S1, S1, S1, S1, S1, S1, S1, S1, S1, S1, S1, S1, S1, // 0xC0-0xCF 330 S1, S1, S1, S1, S1, S1, S1, S1, S1, S1, S1, S1, S1, S1, S1, S1, // 0xD0-0xDF
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| D | MergedLoadStoreMotion.cpp | 119 PHINode *getPHIOperand(BasicBlock *BB, StoreInst *S0, StoreInst *S1); 122 bool canSinkStoresAndGEPs(StoreInst *S0, StoreInst *S1) const; 211 StoreInst *S1) { in getPHIOperand() argument 214 Value *Opd2 = S1->getValueOperand(); in getPHIOperand() 220 NewPN->applyMergedLocation(S0->getDebugLoc(), S1->getDebugLoc()); in getPHIOperand() 222 NewPN->addIncoming(Opd2, S1->getParent()); in getPHIOperand() 230 StoreInst *S1) const { in canSinkStoresAndGEPs() 232 auto *A1 = dyn_cast<Instruction>(S1->getPointerOperand()); in canSinkStoresAndGEPs() 235 (A1->getParent() == S1->getParent()) && isa<GetElementPtrInst>(A0); in canSinkStoresAndGEPs() 244 StoreInst *S1) { in sinkStoresAndGEPs() argument [all …]
|
| /freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
| D | PrettyTypeDumper.cpp | 37 typedef bool (*CompareFunc)(const LayoutPtr &S1, const LayoutPtr &S2); 39 static bool CompareNames(const LayoutPtr &S1, const LayoutPtr &S2) { in CompareNames() argument 40 return S1->getName() < S2->getName(); in CompareNames() 43 static bool CompareSizes(const LayoutPtr &S1, const LayoutPtr &S2) { in CompareSizes() argument 44 return S1->getSize() < S2->getSize(); in CompareSizes() 47 static bool ComparePadding(const LayoutPtr &S1, const LayoutPtr &S2) { in ComparePadding() argument 48 return S1->deepPaddingSize() < S2->deepPaddingSize(); in ComparePadding() 51 static bool ComparePaddingPct(const LayoutPtr &S1, const LayoutPtr &S2) { in ComparePaddingPct() argument 52 double Pct1 = (double)S1->deepPaddingSize() / (double)S1->getSize(); in ComparePaddingPct() 57 static bool ComparePaddingImmediate(const LayoutPtr &S1, const LayoutPtr &S2) { in ComparePaddingImmediate() argument [all …]
|
| /freebsd-12-stable/lib/msun/src/ |
| D | k_sincosl.h | 27 #define S1 ((long double)S1hi + S1lo) macro 32 S1 = -0.166666666666666666671L; /* -0xaaaaaaaaaaaaaaab.0p-66 */ variable 65 *sn = x + v * (S1 + z * r); in __kernel_sincosl() 67 *sn = x - ((z * (y / 2 - v * r) - y) - v * S1); in __kernel_sincosl() 86 S1 = -0.16666666666666666666666666666666666606732416116558L, variable 121 *sn = x + v * (S1 + z * r); in __kernel_sincosl() 123 *cs = x - ((z * (y / 2 - v * r) - y) - v * S1); in __kernel_sincosl()
|
| D | k_sin.c | 52 S1 = -1.66666666666666324348e-01, /* 0xBFC55555, 0x55555549 */ variable 68 if(iy==0) return x+v*(S1+z*r); in __kernel_sin() 69 else return x-((z*(half*y-v*r)-y)-v*S1); in __kernel_sin()
|
| D | k_sincos.h | 18 S1 = -1.66666666666666324348e-01, /* 0xBFC55555, 0x55555549 */ variable 44 *sn = x + v * (S1 + z * r); in __kernel_sincos() 46 *sn = x - ((z * (y / 2 - v * r) - y) - v * S1); in __kernel_sincos()
|
| D | k_sinf.c | 27 S1 = -0x15555554cbac77.0p-55, /* -0.166666666416265235595 */ variable 45 return (x + s*(S1+z*S2)) + s*w*r; in __kernel_sindf()
|
| D | k_sincosf.h | 19 S1 = -0x15555554cbac77.0p-55, /* -0.166666666416265235595 */ variable 40 *sn = (x + s * (S1 + z * S2)) + s * w * r; in __kernel_sincosdf()
|
| /freebsd-12-stable/crypto/openssl/crypto/poly1305/asm/ |
| D | poly1305-armv4.pl | 448 my ($R0,$R1,$S1,$R2,$S2,$R3,$S3,$R4,$S4) = map("d$_",(0..9)); 482 vdup.32 $S1,r2 508 vmlal.u32 $D0,$R4,${S1}[1] 627 vshl.u32 $S1,$R1,#2 630 vadd.i32 $S1,$S1,$R1 634 vst4.32 {${R0}[0],${R1}[0],${S1}[0],${R2}[0]},[$tbl0]! 635 vst4.32 {${R0}[1],${R1}[1],${S1}[1],${R2}[1]},[$tbl1]! 649 vshl.u32 $S1,$D1#lo,#2 @ *5 657 vadd.i32 $S1,$S1,$D1#lo 662 vst4.32 {${R0}[0],${R1}[0],${S1}[0],${R2}[0]},[$tbl0]! [all …]
|
| D | poly1305-c64xplus.pl | 35 ($R0,$R1,$R2,$R3,$S1,$S2,$S3,$S3b)=("A0","B0","A1","B1","A12","B12","A13","B13"); 132 LDDW *${CTXA}[5],$S3:$S1 ; load s3:s1 177 MPY32U $H3,$S1,A29:A28 192 MPY32 $H4,$S1,B20
|
| D | poly1305-x86_64.pl | 2131 my ($R0,$R1,$R2,$R3,$R4, $S1,$S2,$S3,$S4) = map("%zmm$_",(16..24)); 2179 vmovdqu `16*2-64`($ctx),%x#$T0 # ... ${S1} 2189 vpermd $T0,$T2,$S1 2197 vmovdqa64 $S1,0x40(%rsp){%k2} 2261 vpmuludq $T4,$S1,$M0 2338 vpslld \$2,$R1,$S1 # *5 2342 vpaddd $R1,$S1,$S1 2453 vpmuludq $H4,$S1,$M0 2529 vpsrlq \$32,$S1,$S1 2593 vpmuludq $H4,$S1,$M0 [all …]
|
| /freebsd-12-stable/lib/msun/ld80/ |
| D | k_sinl.c | 37 #define S1 ((long double)S1hi + S1lo) macro 40 S1 = -0.166666666666666666671L; /* -0xaaaaaaaaaaaaaaab.0p-66 */ variable 60 if(iy==0) return x+v*(S1+z*r); in __kernel_sinl() 61 else return x-((z*(half*y-v*r)-y)-v*S1); in __kernel_sinl()
|
| /freebsd-12-stable/contrib/wpa/src/crypto/ |
| D | sha1-tlsprf.c | 34 const u8 *S1, *S2; in tls_prf_sha1_md5() local 64 S1 = secret; in tls_prf_sha1_md5() 71 hmac_md5_vector(S1, L_S1, 2, &MD5_addr[1], &MD5_len[1], A_MD5); in tls_prf_sha1_md5() 78 hmac_md5_vector(S1, L_S1, 3, MD5_addr, MD5_len, P_MD5); in tls_prf_sha1_md5() 80 hmac_md5(S1, L_S1, A_MD5, MD5_MAC_LEN, A_MD5); in tls_prf_sha1_md5()
|
| /freebsd-12-stable/crypto/openssh/regress/ |
| D | keygen-change.sh | 6 S1="secret1" 12 ${SSHKEYGEN} -q -N ${S1} -t $t -f $OBJ/$t-key 14 ${SSHKEYGEN} -p -P ${S1} -N ${S2} -f $OBJ/$t-key > /dev/null
|
| /freebsd-12-stable/lib/msun/ld128/ |
| D | k_sinl.c | 33 S1 = -0.16666666666666666666666666666666666606732416116558L, variable 57 if(iy==0) return x+v*(S1+z*r); in __kernel_sinl() 58 else return x-((z*(half*y-v*r)-y)-v*S1); in __kernel_sinl()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| D | HexagonStoreWidening.cpp | 108 bool storesAreAdjacent(const MachineInstr *S1, const MachineInstr *S2); 284 bool HexagonStoreWidening::storesAreAdjacent(const MachineInstr *S1, in storesAreAdjacent() argument 286 if (!handledStoreType(S1) || !handledStoreType(S2)) in storesAreAdjacent() 289 const MachineMemOperand &S1MO = getStoreTarget(S1); in storesAreAdjacent() 292 int Off1 = S1->getOperand(1).getImm(); in storesAreAdjacent() 341 MachineInstr *S1 = FirstMI; in selectStores() local 357 if (!storesAreAdjacent(S1, S2)) in selectStores() 373 S1 = S2; in selectStores()
|
| /freebsd-12-stable/sbin/iscontrol/ |
| D | fsm.c | 629 S1, S2, /*S3,*/ S4, S5, S6, S7, S8 enumerator 688 state = S1; in fsm() 701 case S1: in fsm() 710 case T2: state = S1; break; in fsm() 718 case T7: state = S1; break; in fsm() 726 case T8: state = S1; break; in fsm() 736 case T13: state = S1; break; in fsm() 745 case T18: state = S1; break; in fsm()
|
| /freebsd-12-stable/crypto/openssl/crypto/aria/ |
| D | aria.c | 76 static const uint32_t S1[256] = { variable 357 S1[GET_U8_BE(T0, 0)] ^ \ 362 S1[GET_U8_BE(T1, 0)] ^ \ 367 S1[GET_U8_BE(T2, 0)] ^ \ 372 S1[GET_U8_BE(T3, 0)] ^ \ 384 S1[GET_U8_BE(T0, 2)] ^ \ 389 S1[GET_U8_BE(T1, 2)] ^ \ 394 S1[GET_U8_BE(T2, 2)] ^ \ 399 S1[GET_U8_BE(T3, 2)] ^ \ 514 (uint8_t)(S1[GET_U8_BE(reg0, 2)] ), in aria_encrypt() [all …]
|
| /freebsd-12-stable/crypto/heimdal/appl/ftp/ftp/ |
| D | main.c | 456 goto S1; in slurpstring() 459 S1: in slurpstring() 476 goto S1; in slurpstring() 488 goto S1; in slurpstring() 498 sb++; goto S1; in slurpstring()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| D | AMDGPULegalizerInfo.cpp | 435 const LLT S1 = LLT::scalar(1); in AMDGPULegalizerInfo() local 514 getActionDefinitionsBuilder(G_BRCOND).legalFor({S1, S32}); in AMDGPULegalizerInfo() 519 .legalFor({S32, S64, V2S16, S16, V4S16, S1, S128, S256}) in AMDGPULegalizerInfo() 621 .legalFor({S32, S1, S64, V2S32, S16, V2S16, V4S16}) in AMDGPULegalizerInfo() 630 .legalFor({{S32, S1}, {S32, S32}}) in AMDGPULegalizerInfo() 642 .legalFor({S1, S32, S64, S16, GlobalPtr, in AMDGPULegalizerInfo() 656 .legalFor({S1, S16}) in AMDGPULegalizerInfo() 808 {S32, S1}, {S64, S1}, {S16, S1}}) in AMDGPULegalizerInfo() 817 .lowerIf(typeIs(1, S1)) in AMDGPULegalizerInfo() 886 {S1}, {S32, S64, GlobalPtr, LocalPtr, ConstantPtr, PrivatePtr, FlatPtr}) in AMDGPULegalizerInfo() [all …]
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Tooling/ASTDiff/ |
| D | ASTDiff.cpp | 561 Subtree S1; member in clang::diff::ZhangShashaMatcher 568 : DiffImpl(DiffImpl), S1(T1, Id1), S2(T2, Id2) { in ZhangShashaMatcher() 570 size_t(S1.getSize()) + 1); in ZhangShashaMatcher() 572 size_t(S1.getSize()) + 1); in ZhangShashaMatcher() 573 for (int I = 0, E = S1.getSize() + 1; I < E; ++I) { in ZhangShashaMatcher() 587 TreePairs.emplace_back(SNodeId(S1.getSize()), SNodeId(S2.getSize())); in getMatchingNodes() 600 FirstRow = S1.getLeftMostDescendant(LastRow); in getMatchingNodes() 614 SNodeId LMD1 = S1.getLeftMostDescendant(Row); in getMatchingNodes() 616 if (LMD1 == S1.getLeftMostDescendant(LastRow) && in getMatchingNodes() 618 NodeId Id1 = S1.getIdInRoot(Row); in getMatchingNodes() [all …]
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
| D | MipsMCExpr.cpp | 293 if (const MipsMCExpr *S1 = dyn_cast<const MipsMCExpr>(getSubExpr())) { in isGpOff() local 294 if (const MipsMCExpr *S2 = dyn_cast<const MipsMCExpr>(S1->getSubExpr())) { in isGpOff() 295 if (S1->getKind() == MEK_NEG && S2->getKind() == MEK_GPREL) { in isGpOff()
|