Searched defs:S1 (Results 1 - 25 of 27) sorted by last modified time

12

/freebsd-10-stable/sys/crypto/sha2/
H A Dsha512c.c134 #define S1(x) (ROTR(x, 14) ^ ROTR(x, 18) ^ ROTR(x, 41)) macro
H A Dsha256c.c107 #define S1(x) (ROTR(x, 6) ^ ROTR(x, 11) ^ ROTR(x, 25)) macro
/freebsd-10-stable/sbin/iscontrol/
H A Dfsm.c626 S1, S2, /*S3,*/ S4, S5, S6, S7, S8 enumerator in enum:__anon33
[all...]
/freebsd-10-stable/crypto/openssl/ssl/
H A Dt1_enc.c253 const unsigned char *S1; local
/freebsd-10-stable/contrib/xz/src/liblzma/check/
H A Dsha256.c58 #define S1(x) rotr_32(x ^ rotr_32(x ^ rotr_32(x, 14), 5), 6) macro
/freebsd-10-stable/sys/mips/include/
H A Dregnum.h78 #define S1 17 macro
/freebsd-10-stable/lib/msun/ld128/
H A Dk_sinl.c33 S1 = -0.16666666666666666666666666666666666606732416116558L, variable
/freebsd-10-stable/lib/msun/src/
H A Dk_sin.c52 S1 = -1.66666666666666324348e-01, /* 0xBFC55555, 0x55555549 */ variable
H A Dk_sinf.c27 S1 = -0x15555554cbac77.0p-55, /* -0.166666666416265235595 */ variable
/freebsd-10-stable/lib/msun/ld80/
H A Dk_sinl.c37 #define S1 ((long double)S1hi + S1lo) macro
40 S1 = -0.166666666666666666671L; /* -0xaaaaaaaaaaaaaaab.0p-66 */ variable
/freebsd-10-stable/usr.sbin/moused/
H A Dmoused.c464 #define S1 1 /* button 1 delayed down */ macro
/freebsd-10-stable/contrib/wpa/src/crypto/
H A Dsha1-tlsprf.c34 const u8 *S1, *S2; local
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/
H A DMips16FrameLowering.cpp62 unsigned S1 = MRI->getDwarfRegNum(Mips::S1, true); local
H A DMipsISelLowering.h245 bool operator()(const char *S1, const char *S2) const { argument
/freebsd-10-stable/contrib/llvm/lib/Target/Hexagon/
H A DHexagonPeephole.cpp270 unsigned PR = 1, S1 = 2, S2 = 3; // Operand indices. local
/freebsd-10-stable/contrib/llvm/lib/IR/
H A DInstructions.cpp1732 BinaryOperator::BinaryOperator(BinaryOps iType, Value *S1, Value *S2, argument
1745 BinaryOperator::BinaryOperator(BinaryOps iType, Value *S1, Value *S2, argument
1834 BinaryOperator *BinaryOperator::Create(BinaryOps Op, Value *S1, Value *S2, argument
1842 BinaryOperator *BinaryOperator::Create(BinaryOps Op, Value *S1, Value *S2, argument
3035 Create(OtherOps Op, unsigned short predicate, Value *S1, Value *S2, const Twine &Name, Instruction *InsertBefore) argument
3056 Create(OtherOps Op, unsigned short predicate, Value *S1, Value *S2, const Twine &Name, BasicBlock *InsertAtEnd) argument
[all...]
H A DLegacyPassManager.cpp1154 void PMDataManager::dumpPassInfo(Pass *P, enum PassDebuggingString S1, argument
/freebsd-10-stable/contrib/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp1177 Value *S1 = getShadow(&I, 0); local
1199 Value *S1 local
1454 Value *S1 = IRB.CreateICmp(I.getPredicate(), local
1530 Value *S1 = getShadow(&I, 0); local
[all...]
/freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/
H A DLoopInstSimplify.cpp77 SmallPtrSet<const Instruction*, 8> S1, S2, *ToSimplify = &S1, *Next = &S2; local
/freebsd-10-stable/contrib/llvm/include/llvm/ADT/
H A DStringSwitch.h85 StringSwitch& Cases(const char (&S0)[N0], const char (&S1)[N1], argument
91 StringSwitch& Cases(const char (&S0)[N0], const char (&S1)[N1], argument
97 StringSwitch& Cases(const char (&S0)[N0], const char (&S1)[N1], argument
104 StringSwitch& Cases(const char (&S0)[N0], const char (&S1)[N1], argument
H A DSetOperations.h23 bool set_union(S1Ty &S1, const S2Ty &S2) { argument
40 void set_intersect(S1Ty &S1, const S2Ty &S2) { argument
51 S1Ty set_difference(const S1Ty &S1, const S2Ty &S2) { argument
63 set_subtract(S1Ty &S1, const S2Ty &S2) argument
[all...]
/freebsd-10-stable/contrib/llvm/include/llvm/IR/
H A DInstructions.h1431 void init(Value *C, Value *S1, Value *S2) { argument
1438 SelectInst(Value *C, Value *S1, Value *S2, const Twine &NameStr, argument
1445 SelectInst(Value *C, Value *S1, Value *S2, const Twine &NameStr, argument
1455 static SelectInst *Create(Value *C, Value *S1, Valu argument
1460 Create(Value *C, Value *S1, Value *S2, const Twine &NameStr, BasicBlock *InsertAtEnd) argument
[all...]
/freebsd-10-stable/contrib/llvm/lib/Transforms/Utils/
H A DSimplifyInstructions.cpp51 SmallPtrSet<const Instruction*, 8> S1, S2, *ToSimplify = &S1, *Next = &S2; local
/freebsd-10-stable/contrib/llvm/lib/Transforms/Vectorize/
H A DBBVectorize.cpp1970 Instruction *S1 = cast<Instruction>(S->first), local
/freebsd-10-stable/contrib/llvm/utils/TableGen/
H A DSetTheory.cpp59 RecSet S1, S2; local

Completed in 271 milliseconds

12