Home
last modified time | relevance | path

Searched refs:s3 (Results 1 – 25 of 84) sorted by relevance

1234

/f-stack/freebsd/crypto/rijndael/
H A Drijndael-alg-fst.c864 u32 s0, s1, s2, s3, t0, t1, t2, t3; in rijndaelEncrypt() local
876 s3 = GETU32(pt + 12) ^ rk[3]; in rijndaelEncrypt()
958 Te3[(s3 ) & 0xff] ^ in rijndaelEncrypt()
963 Te2[(s3 >> 8) & 0xff] ^ in rijndaelEncrypt()
1002 s3 = in rijndaelEncrypt()
1035 s3 = in rijndaelEncrypt()
1041 PUTU32(ct + 12, s3); in rijndaelEncrypt()
1057 s3 = GETU32(ct + 12) ^ rk[3]; in rijndaelDecrypt()
1183 s3 = in rijndaelDecrypt()
1216 s3 = in rijndaelDecrypt()
[all …]
/f-stack/freebsd/contrib/openzfs/module/icp/algs/aes/
H A Daes_impl_generic.c993 s3 = pt[3] ^ rk[3]; in aes_generic_encrypt()
1005 Te3[s3 & 0xff] ^ in aes_generic_encrypt()
1010 Te2[(s3 >> 8) & 0xff] ^ in aes_generic_encrypt()
1020 t3 = Te0[s3 >> 24] ^ in aes_generic_encrypt()
1050 s3 = Te0[t3 >> 24] ^ in aes_generic_encrypt()
1088 ct[3] = s3; in aes_generic_encrypt()
1120 s3 = ct[3] ^ rk[3]; in aes_generic_decrypt()
1144 Td3[s3 & 0xff] ^ in aes_generic_decrypt()
1147 t3 = Td0[s3 >> 24] ^ in aes_generic_decrypt()
1177 s3 = Td0[t3 >> 24] ^ in aes_generic_decrypt()
[all …]
/f-stack/freebsd/contrib/device-tree/Bindings/regulator/
H A Dqcom,smd-rpm-regulator.yaml27 For pm8841, s1, s2, s3, s4, s5, s6, s7, s8
29 For pm8916, s1, s2, s3, s4, l1, l2, l3, l4, l5, l6, l7, l8, l9, l10, l11,
32 For pm8941, s1, s2, s3, s4, l1, l2, l3, l4, l5, l6, l7, l8, l9, l10, l11,
36 For pm8994, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, l1, l2, l3,
40 For pm8998, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, l1, l2,
44 For pma8084, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, l1, l2, l3,
48 For pmi8994, s1, s2, s3, boost-bypass
52 For pms405, s1, s2, s3, s4, s5, l1, l2, l3, l4, l5, l6, l7, l8, l9, l10, l11,
92 pm8941_s3: s3 {
H A Dqcom,smd-rpm-regulator.txt246 s1, s2, s3, s4, s5, s6, s7, s8
249 s1, s2, s3, s4, l1, l2, l3, l4, l5, l6, l7, l8, l9, l10, l11, l12, l13,
253 s1, s2, s3, s4, l1, l2, l3, l4, l5, l6, l7, l8, l9, l10, l11, l12, l13,
258 s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, l1, l2, l3, l4, l5,
263 s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, l1, l2, l3, l4,
268 s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, l1, l2, l3, l4, l5,
273 s1, s2, s3, boost-bypass
279 s1, s2, s3, s4, s5, l1, l2, l3, l4, l5, l6, l7, l8, l9, l10, l11, l12,
303 pm8941_s3: s3 {
H A Dqcom,spmi-regulator.txt168 s1, s2, s3, s4
171 s1, s2, s3, s4, s5, s6, s7, s8
174 s1, s2, s3, s4, l1, l2, l3, l4, l5, l6, l7, l8, l9, l10, l11, l12, l13,
178 s1, s2, s3, s4, l1, l2, l3, l4, l5, l6, l7, l8, l9, l10, l11, l12, l13,
183 s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, l1, l2, l3, l4, l5,
188 s1, s2, s3, l1
/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-log-arc.S82 sd s3, 24(sp) // Save register
83 rdhwr s3, $31 // Read the cycle count
96 dins s3, s0, 53, 11 // Overwrite the upper cycle count bits with the CVMX_LOG_TYPE_PC header
97 sd s3, 0(s2) // Write the log header
104 ld s3, 24(sp) // Restore register
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_core/ed25519/ref10/
H A Ded25519_ref10.c1115 int64_t s3; in sc25519_muladd() local
1201 s3 += carry2; in sc25519_muladd()
1392 s3 += carry2; in sc25519_muladd()
1441 s3 += carry2; in sc25519_muladd()
1485 s3 += carry2; in sc25519_muladd()
1520 s[8] = s3 >> 1; in sc25519_muladd()
1521 s[9] = s3 >> 9; in sc25519_muladd()
1726 s3 += carry2; in sc25519_reduce()
1775 s3 += carry2; in sc25519_reduce()
1819 s3 += carry2; in sc25519_reduce()
[all …]
/f-stack/tools/netstat/
H A Dmroute.c85 char s1[256], s2[256], s3[256]; in print_bw_meter() local
153 snprintf(s3, sizeof(s3), "%lu.%06lu", in print_bw_meter()
159 snprintf(s3, sizeof(s3), "-%lu.06%lu", in print_bw_meter()
163 xo_emit(" {:remaining-time/%s}", s3); in print_bw_meter()
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_onetimeauth/poly1305/donna/
H A Dpoly1305_donna32.h61 unsigned long s1, s2, s3, s4; in poly1305_blocks() local
74 s3 = r3 * 5; in poly1305_blocks()
93 ((unsigned long long) h2 * s3) + ((unsigned long long) h3 * s2) + in poly1305_blocks()
96 ((unsigned long long) h2 * s4) + ((unsigned long long) h3 * s3) + in poly1305_blocks()
100 ((unsigned long long) h4 * s3); in poly1305_blocks()
/f-stack/freebsd/contrib/openzfs/module/lua/setjmp/
H A Dsetjmp_mips.S61 REG_S s3, 6*SZREG(a0)
92 REG_L s3, 6*SZREG(a0)
H A Dsetjmp_rv64g.S49 sd s3, (3 * 8)(a0)
76 ld s3, (3 * 8)(a0)
/f-stack/freebsd/mips/include/
H A Dpcb.h78 PTR_L s3, PC_CURPCB(s1) ;\
91 PTR_ADDU a0, s3, U_PCB_REGS ;\
H A Dregdef.h76 #define s3 $19 macro
/f-stack/freebsd/mips/mips/
H A Dswtch.S119 RESTORE_U_PCB_REG(s3, S3, k1)
154 SAVE_U_PCB_CONTEXT(s3, PCB_REG_S3, a0)
214 SAVE_U_PCB_CONTEXT(s3, PCB_REG_S3, a0)
250 move s3, a3
/f-stack/app/redis-5.0.5/deps/jemalloc/test/include/test/
H A Dmath.h218 double e, aa, xx, c, ch, a, q, p1, p2, t, x, b, s1, s2, s3, s4, s5, s6; in pt_chi2() local
283 s3 = (210.0 + a * (462.0 + a * (707.0 + 932.0 * a))) / 2520.0; in pt_chi2()
288 ch += t * (1.0 + 0.5 * t * s1 - b * c * (s1 - b * (s2 - b * (s3 in pt_chi2()
/f-stack/freebsd/mips/nlm/
H A Dmpreset.S141 sd s3, 24(sp)
186 ld s3, 24(sp)
/f-stack/freebsd/contrib/openzfs/module/icp/algs/edonr/
H A Dedonr.c124 s3 = rotl32(x26 + x7, 13); \
141 s3 = rotl64(x26 + x7, 22); \
198 s23 = s2 ^ s3; \
203 r5 = (s3 ^ s56) + (t34 ^ t6); \
218 s23 = s2 ^ s3; \
223 r5 = (s3 ^ s56) + (t34 ^ t6); \
238 uint32_t s0, s1, s2, s3, s4, s5, s6, s7, t0, t1, t2, t3, t4, in Q256() local
361 uint64_t s0, s1, s2, s3, s4, s5, s6, s7, t0, t1, t2, t3, t4, in Q512() local
/f-stack/freebsd/crypto/openssl/arm/
H A Daes-armv4.S328 ldr r7,[r10,r7,lsl#2] @ Te3[s3>>0]
330 ldr r8,[r10,r8,lsl#2] @ Te2[s3>>8]
333 ldr r9,[r10,r9,lsl#2] @ Te1[s3>>16]
337 ldr r3,[r10,r3,lsl#2] @ Te0[s3>>24]
390 ldrb r7,[r10,r7,lsl#2] @ Te4[s3>>0]
392 ldrb r8,[r10,r8,lsl#2] @ Te4[s3>>8]
1101 ldr r8,[r10,r8,lsl#2] @ Td2[s3>>8]
1169 ldrb r7,[r10,r7] @ Td4[s3>>16]
1171 ldrb r8,[r10,r8] @ Td4[s3>>8]
1175 ldrb r9,[r10,r9] @ Td4[s3>>0]
[all …]
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Dexynos4412-i9305.dts3 #include "exynos4412-galaxy-s3.dtsi"
H A Dexynos4412-i9300.dts10 #include "exynos4412-galaxy-s3.dtsi"
H A Dexynos4412-trats2.dts13 #include "exynos4412-galaxy-s3.dtsi"
H A Dsun8i-s3-lichee-zero-plus.dts13 compatible = "sipeed,lichee-zero-plus", "sochip,s3",
H A Dvexpress-v2p-ca9.dts233 volt-vd10-s3 {
276 amp-vd10-s3 {
290 power-vd10-s3 {
/f-stack/freebsd/contrib/device-tree/Bindings/mfd/
H A Dqcom-rpm.txt158 l16, l17, l18, l19, l20, l21, l22, l23, l24, l25, s0, s1, s2, s3, s4,
162 l0, l1, l2, l3, l4, l5, l6, s0, s1, s2, s3, s4, lvs0, lvs1, lvs2, lvs3,
166 s1, s2, s3, s4, s7, s8, l1, l2, l3, l4, l5, l6, l7, l8, l9, l10, l11,
172 s1, s2, s3, s4, s5, , l1, l2, l3, l4, l5, l6, l7, l8, l9, l10, l11,
/f-stack/freebsd/contrib/device-tree/src/arm64/qcom/
H A Dmsm8994-sony-xperia-kitakami.dtsi172 pm8994_s3: s3 {};
218 pmi8994_s3: s3 {};

1234