| /freebsd/crypto/openssl/crypto/cast/ |
| H A D | c_skey.c | 28 #define S5 CAST_S_table5 macro 59 l = X[0] ^ S4[x[13]] ^ S5[x[15]] ^ S6[x[12]] ^ S7[x[14]] ^ S6[x[8]]; in CAST_set_key() 61 l = X[2] ^ S4[z[0]] ^ S5[z[2]] ^ S6[z[1]] ^ S7[z[3]] ^ S7[x[10]]; in CAST_set_key() 63 l = X[3] ^ S4[z[7]] ^ S5[z[6]] ^ S6[z[5]] ^ S7[z[4]] ^ S4[x[9]]; in CAST_set_key() 65 l = X[1] ^ S4[z[10]] ^ S5[z[9]] ^ S6[z[11]] ^ S7[z[8]] ^ S5[x[11]]; in CAST_set_key() 68 K[0] = S4[z[8]] ^ S5[z[9]] ^ S6[z[7]] ^ S7[z[6]] ^ S4[z[2]]; in CAST_set_key() 69 K[1] = S4[z[10]] ^ S5[z[11]] ^ S6[z[5]] ^ S7[z[4]] ^ S5[z[6]]; in CAST_set_key() 70 K[2] = S4[z[12]] ^ S5[z[13]] ^ S6[z[3]] ^ S7[z[2]] ^ S6[z[9]]; in CAST_set_key() 71 K[3] = S4[z[14]] ^ S5[z[15]] ^ S6[z[1]] ^ S7[z[0]] ^ S7[z[12]]; in CAST_set_key() 73 l = Z[2] ^ S4[z[5]] ^ S5[z[7]] ^ S6[z[4]] ^ S7[z[6]] ^ S6[z[0]]; in CAST_set_key() [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | StringSwitch.h | 107 StringLiteral S3, StringLiteral S4, StringLiteral S5, in Cases() argument 109 return CasesImpl(Value, S0, S1, S2, S3, S4, S5); in Cases() 113 StringLiteral S3, StringLiteral S4, StringLiteral S5, in Cases() argument 115 return CasesImpl(Value, S0, S1, S2, S3, S4, S5, S6); in Cases() 119 StringLiteral S3, StringLiteral S4, StringLiteral S5, in Cases() argument 121 return CasesImpl(Value, S0, S1, S2, S3, S4, S5, S6, S7); in Cases() 125 StringLiteral S3, StringLiteral S4, StringLiteral S5, in Cases() argument 128 return CasesImpl(Value, S0, S1, S2, S3, S4, S5, S6, S7, S8); in Cases() 132 StringLiteral S3, StringLiteral S4, StringLiteral S5, in Cases() argument 135 return CasesImpl(Value, S0, S1, S2, S3, S4, S5, S6, S7, S8, S9); in Cases()
|
| /freebsd/lib/msun/src/ |
| H A D | e_sinhl.c | 47 S5 = 8.3333333333333332e-3, /* 0x11111111111111.0p-59 */ variable 61 S5 = 8.33333333333333333333333333337643193e-3L, /* 0x111111111111111111111111180f5.0p-119L */ variable 111 ((S9*x2 + S7)*x2 + S5)*(x2*x*x2) + S3*(x2*x) + x); in sinhl() 117 S5)* (x2*x*x2) + in sinhl()
|
| H A D | k_sincosl.h | 42 S5 = -0.000000025052108218074604, /* -0x1ae64564f16cad.0p-78 */ variable 59 r = S2 + z * (S3 + z * (S4 + z * (S5 + z * (S6 + z * (S7 + z * S8))))); in __kernel_sincosl() 80 S5 = -0.25052108385441718775048214826384312253862930064745e-7L, variable 117 r = S2 + z * (S3 + z * (S4 + z * (S5 + z * (S6 + z * (S7 + z * (S8 + in __kernel_sincosl()
|
| H A D | k_sin.c | 52 S5 = -2.50507602534068634195e-08, /* 0xBE5AE5E6, 0x8A2B9CEB */ variable 62 r = S2+z*(S3+z*S4) + z*w*(S5+z*S6); in __kernel_sin()
|
| H A D | k_sincos.h | 19 S5 = -2.50507602534068634195e-08, /* 0xBE5AE5E6, 0x8A2B9CEB */ variable 37 r = S2 + z * (S3 + z * S4) + z * w * (S5 + z * S6); in __kernel_sincos()
|
| H A D | s_asinpi.c | 110 S5 = -1.6150977787265989e-02; in __r() local 113 s = 1 + (S1 + (S2 + (S3 + (S4 + S5 * xs) * xs) * xs) * xs) * xs; in __r()
|
| H A D | s_atanpi.c | 136 S5 = 6.2132943401189099e-03; in __r() local 139 s = 1 + (S1 + (S2 + (S3 + (S4 + S5 * xs) * xs) * xs) * xs) * xs; in __r()
|
| /freebsd/lib/msun/ld80/ |
| H A D | k_sinl.c | 43 S5 = -0.000000025052108218074604, /* -0x1ae64564f16cad.0p-78 */ variable 55 r = S2+z*(S3+z*(S4+z*(S5+z*(S6+z*(S7+z*S8))))); in __kernel_sinl()
|
| H A D | s_asinpil.c | 85 #define S5 (S5u.e) in __r() macro 90 s = 1 + (S1 + (S2 + (S3 + (S4 + (S5 + S6 * xs) * xs) * xs) * in __r()
|
| H A D | s_atanpil.c | 93 #define S5 (S5u.e) in __r() macro 98 s = 1 + (S1 + (S2 + (S3 + (S4 + (S5 + S6 * xs) * xs) * xs) * in __r()
|
| /freebsd/lib/msun/ld128/ |
| H A D | k_sinl.c | 33 S5 = -0.25052108385441718775048214826384312253862930064745e-7L, variable 51 r = S2+z*(S3+z*(S4+z*(S5+z*(S6+z*(S7+z*(S8+ in __kernel_sinl()
|
| H A D | s_atanpil.c | 78 S5 = -6.74685395302389922545194846871599697e+00L, in __r() local 88 s = S5 + (S6 + (S7 + (S8 + (S9 + S10 * xs) * xs) *xs) * xs) * xs; in __r()
|
| H A D | s_asinpil.c | 71 S5 = -6.74685395302389922545194846871599697e+00L, in __r() local 81 s = S5 + (S6 + (S7 + (S8 + (S9 + S10 * xs) * xs) *xs) * xs) * xs; in __r()
|
| /freebsd/contrib/bearssl/src/symcipher/ |
| H A D | des_tab.c | 128 static const uint32_t S5[] = { variable 215 | S5[((r0 >> 11) ^ (skr >> 18)) & 0x3F] in Fconf()
|
| /freebsd/sys/contrib/device-tree/src/arm/qcom/ |
| H A D | qcom-msm8974pro-samsung-klte.dts | 5 model = "Samsung Galaxy S5";
|
| H A D | qcom-msm8974pro-samsung-kltechn.dts | 5 model = "Samsung Galaxy S5 China";
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsRegisterInfo.td | 109 def S5 : MipsGPRReg< 21, "21">, DwarfRegNum<[21]>; 144 def S5_64 : Mips64GPRReg< 21, "21", [S5]>, DwarfRegNum<[21]>; 292 S0, S1, S2, S3, S4, S5, S6, S7, 312 S0, S1, S2, S3, S4, S5, S6, S7, 352 S5, S6)>;
|
| H A D | MicroMipsSizeReduction.cpp | 382 Mips::T7, Mips::S0, Mips::S1, Mips::S2, Mips::S3, Mips::S4, Mips::S5, in ConsecutiveRegisters() 588 Reg == Mips::A3 || Reg == Mips::S5 || Reg == Mips::S6) in IsMovepDestinationReg() 598 if ((R0 == Mips::A0 && R1 == Mips::S5) || in IsMovepDestinationRegPair()
|
| /freebsd/sys/contrib/device-tree/src/arm64/freescale/ |
| H A D | fsl-ls1028a-tqmls1028a-mbls1028a.dts | 36 label = "S5";
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMCallingConv.td | 79 CCIfType<[f32], CCAssignToReg<[S0, S1, S2, S3, S4, S5, S6, S7, S8, 99 CCIfType<[f32], CCAssignToReg<[S0, S1, S2, S3, S4, S5, S6, S7, S8, 228 CCIfType<[f32], CCAssignToReg<[S0, S1, S2, S3, S4, S5, S6, S7, S8, 248 CCIfType<[f32], CCAssignToReg<[S0, S1, S2, S3, S4, S5, S6, S7, S8,
|
| /freebsd/sys/contrib/device-tree/src/arm/samsung/ |
| H A D | exynos5422-samsung-k3g.dts | 3 * Samsung Galaxy S5 (SM-G900H) device-tree source 16 model = "Samsung Galaxy S5 (SM-G900H)";
|
| /freebsd/contrib/file/src/ |
| H A D | encoding.c | 312 #define S5 0x34 // accept 3, size 4 macro 338 S5, S6, S6, S6, S7, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, // 0xF0-0xFF
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64CallingConvention.cpp | 29 AArch64::S3, AArch64::S4, AArch64::S5,
|
| /freebsd/sys/contrib/device-tree/Bindings/mips/brcm/ |
| H A D | soc.txt | 18 For power management (particularly, S2/S3/S5 system suspend), the following SoC
|