Searched refs:S7 (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-13-stable/crypto/openssl/crypto/cast/
H A Dc_skey.c24 #define S7 CAST_S_table7 macro
54 l = X[0] ^ S4[x[13]] ^ S5[x[15]] ^ S6[x[12]] ^ S7[x[14]] ^ S6[x[8]];
56 l = X[2] ^ S4[z[0]] ^ S5[z[2]] ^ S6[z[1]] ^ S7[z[3]] ^ S7[x[10]];
58 l = X[3] ^ S4[z[7]] ^ S5[z[6]] ^ S6[z[5]] ^ S7[z[4]] ^ S4[x[9]];
60 l = X[1] ^ S4[z[10]] ^ S5[z[9]] ^ S6[z[11]] ^ S7[z[8]] ^ S5[x[11]];
63 K[0] = S4[z[8]] ^ S5[z[9]] ^ S6[z[7]] ^ S7[z[6]] ^ S4[z[2]];
64 K[1] = S4[z[10]] ^ S5[z[11]] ^ S6[z[5]] ^ S7[z[4]] ^ S5[z[6]];
65 K[2] = S4[z[12]] ^ S5[z[13]] ^ S6[z[3]] ^ S7[z[2]] ^ S6[z[9]];
66 K[3] = S4[z[14]] ^ S5[z[15]] ^ S6[z[1]] ^ S7[
[all...]
/freebsd-13-stable/lib/msun/ld80/
H A Dk_sinl.c49 S7 = -7.6429779983024564e-13, /* -0x1ae42ebd1b2e00.0p-93 */ variable
59 r = S2+z*(S3+z*(S4+z*(S5+z*(S6+z*(S7+z*S8)))));
/freebsd-13-stable/lib/msun/src/
H A De_sinhl.c51 S7 = 1.9841269841270074e-4, /* 0x1a01a01a01a070.0p-65 */ variable
65 S7 = 1.98412698412698412698412697391263199e-4L, /* 0x1a01a01a01a01a01a01a0176aad11.0p-125L */ variable
114 ((S9*x2 + S7)*x2 + S5)*(x2*x*x2) + S3*(x2*x) + x);
119 S17)*x2 + S15)*x2 + S13)*x2 + S11)*x2 + S9)*x2 + S7)*x2 +
H A Dk_sincosl.h47 S7 = -7.6429779983024564e-13, /* -0x1ae42ebd1b2e00.0p-93 */ variable
62 r = S2 + z * (S3 + z * (S4 + z * (S5 + z * (S6 + z * (S7 + z * S8)))));
92 S7 = -0.76471637318198151807063387954939213287488216303768e-12L, variable
117 r = S2 + z * (S3 + z * (S4 + z * (S5 + z * (S6 + z * (S7 + z * (S8 +
/freebsd-13-stable/lib/msun/ld128/
H A Dk_sinl.c39 S7 = -0.76471637318198151807063387954939213287488216303768e-12L, variable
55 r = S2+z*(S3+z*(S4+z*(S5+z*(S6+z*(S7+z*(S8+
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStringSwitch.h121 StringLiteral S6, StringLiteral S7, T Value) {
122 return Case(S0, Value).Cases(S1, S2, S3, S4, S5, S6, S7, Value);
127 StringLiteral S6, StringLiteral S7, StringLiteral S8,
129 return Case(S0, Value).Cases(S1, S2, S3, S4, S5, S6, S7, S8, Value);
134 StringLiteral S6, StringLiteral S7, StringLiteral S8,
136 return Case(S0, Value).Cases(S1, S2, S3, S4, S5, S6, S7, S8, S9, Value);
119 Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, StringLiteral S3, StringLiteral S4, StringLiteral S5, StringLiteral S6, StringLiteral S7, T Value) argument
125 Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, StringLiteral S3, StringLiteral S4, StringLiteral S5, StringLiteral S6, StringLiteral S7, StringLiteral S8, T Value) argument
132 Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, StringLiteral S3, StringLiteral S4, StringLiteral S5, StringLiteral S6, StringLiteral S7, StringLiteral S8, StringLiteral S9, T Value) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsABIInfo.cpp83 return ArePtrs64bit() ? Mips::S7_64 : Mips::S7;
/freebsd-13-stable/sys/mips/include/
H A Dregnum.h90 #define S7 23 macro
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsRegisterInfo.cpp203 Reserved.set(Mips::S7);
302 unsigned BP = Subtarget.isGP32bit() ? Mips::S7 : Mips::S7_64;
H A DMipsSEFrameLowering.cpp551 unsigned BP = STI.isABI_N64() ? Mips::S7_64 : Mips::S7;
868 unsigned BP = ABI.IsN64() ? Mips::S7_64 : Mips::S7;
H A DMicroMipsSizeReduction.cpp383 Mips::S6, Mips::S7, Mips::T8, Mips::T9, Mips::K0, Mips::K1, Mips::GP,
/freebsd-13-stable/sbin/iscontrol/
H A Dfsm.c629 S1, S2, /*S3,*/ S4, S5, S6, S7, S8 enumerator in enum:__anon7862
639 S7: LOGOUT_REQUESTED
665 | | | / / S7 \ |T12| |
729 case T11: state = S7; break;
744 case S7:
748 case T12: state = S7; break;
/freebsd-13-stable/contrib/bearssl/src/symcipher/
H A Ddes_tab.c166 static const uint32_t S7[] = { variable
217 | S7[((r0 >> 3) ^ (skr >> 6)) & 0x3F]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64CallingConvention.cpp31 AArch64::S6, AArch64::S7};
H A DAArch64PBQPRegAlloc.cpp50 case AArch64::S7:
H A DAArch64FastISel.cpp3012 AArch64::S5, AArch64::S6, AArch64::S7 },
/freebsd-13-stable/sys/mips/mips/
H A Dexception.S297 SAVE_REG(s7, S7, sp) ;\
357 RESTORE_REG(s7, S7, sp) ;\
458 SAVE_U_PCB_REG(s7, S7, k1)
549 RESTORE_U_PCB_REG(s7, S7, k1)
726 SAVE_U_PCB_REG(s7, S7, k1)
808 RESTORE_U_PCB_REG(s7, S7, k1)
H A Dswtch.S123 RESTORE_U_PCB_REG(s7, S7, k1)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMCallingConv.cpp156 ARM::S4, ARM::S5, ARM::S6, ARM::S7,
/freebsd-13-stable/usr.sbin/moused/
H A Dmoused.c459 #define S7 7 /* both buttons down */ macro
484 { { S0, S2, S5, S7, S5 }, MOUSE_BUTTON1DOWN, ~0, FALSE },
486 { { S0, S6, S1, S7, S6 }, MOUSE_BUTTON3DOWN, ~0, FALSE },
487 /* S7 */
488 { { S0, S6, S5, S7, S7 }, MOUSE_BUTTON1DOWN | MOUSE_BUTTON3DOWN, ~0, FALSE },
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCTargetDesc.cpp138 {codeview::RegisterId::ARM64_S7, AArch64::S7},
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp3249 case Mips::S6: return Mips::S7;
3250 case Mips::S7: return Mips::T8;
5602 case Mips::F23: return Mips::S7;
5641 case Mips::COP023: return Mips::S7;
6814 if ((((TmpReg < Mips::S0) || (TmpReg > Mips::S7)) && !isGP64bit()) ||
6834 (RegNo >= Mips::S0 && RegNo <= Mips::S7)) &&
/freebsd-13-stable/sys/contrib/edk2/Include/Library/
H A DBaseLib.h143 UINT64 S7; member in struct:__anon9443
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/Disassembler/
H A DMipsDisassembler.cpp2427 Mips::S6, Mips::S7, Mips::FP};
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/Disassembler/
H A DAArch64Disassembler.cpp359 AArch64::S5, AArch64::S6, AArch64::S7, AArch64::S8, AArch64::S9,

Completed in 199 milliseconds

12