Home
last modified time | relevance | path

Searched refs:s4 (Results 1 – 25 of 66) sorted by relevance

123

/f-stack/freebsd/contrib/openzfs/module/icp/algs/edonr/
H A Dedonr_byteorder.h89 uint64_t *s4 = 0, h; /* initialize to zero for gcc warning */ \
92 : "+r"(s4), "=r"(d64), "=r"(h) : "b"(s64)); \
97 uint64_t *s4 = 0, h; /* initialize to zero for gcc warning */ \
100 : "+r"(s4) : "r"(s64), "r"(h), "b"(d64)); \
106 uint32_t *s4 = 0, h, l; /* initialize to zero for gcc warning */\
108 : "+r"(s4), "=r"(l), "=r"(h) : "b"(s64)); \
117 : "+r"(s4) : "r"(l), "r"(h), "b"(d64)); \
145 uint32_t *s4, h, l; \
147 : "+r"(s4), "=r"(l), "=r"(h) : "r"(s64)); \
152 uint32_t *s4, h, l; \
[all …]
H A Dedonr.c125 s4 = rotl32(x26 + x1, 17); \
142 s4 = rotl64(x26 + x1, 31); \
194 s04 = s0 ^ s4, t01 = t0 ^ t1; \
201 r3 = (s23 ^ s4) + (t0 ^ t34); \
214 s04 = s0 ^ s4, t01 = t0 ^ t1; \
221 r3 = (s23 ^ s4) + (t0 ^ t34); \
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/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,
52 For pms405, s1, s2, s3, s4, s5, l1, l2, l3, l4, l5, l6, l7, l8, l9, l10, l11,
97 pm8941_boost: s4 {
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,
279 s1, s2, s3, s4, s5, l1, l2, l3, l4, l5, l6, l7, l8, l9, l10, l11, l12,
308 pm8941_boost: s4 {
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,
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_core/ed25519/ref10/
H A Ded25519_ref10.c1116 int64_t s4; in sc25519_muladd() local
1238 s4 += carry3; in sc25519_muladd()
1411 s4 += carry3; in sc25519_muladd()
1444 s4 += carry3; in sc25519_muladd()
1488 s4 += carry3; in sc25519_muladd()
1523 s[11] = s4 >> 4; in sc25519_muladd()
1524 s[12] = s4 >> 12; in sc25519_muladd()
1745 s4 += carry3; in sc25519_reduce()
1778 s4 += carry3; in sc25519_reduce()
1822 s4 += carry3; in sc25519_reduce()
[all …]
/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
75 s4 = r4 * 5; in poly1305_blocks()
92 d0 = ((unsigned long long) h0 * r0) + ((unsigned long long) h1 * s4) + in poly1305_blocks()
96 ((unsigned long long) h2 * s4) + ((unsigned long long) h3 * s3) + in poly1305_blocks()
99 ((unsigned long long) h2 * r0) + ((unsigned long long) h3 * s4) + in poly1305_blocks()
103 ((unsigned long long) h4 * s4); in poly1305_blocks()
/f-stack/freebsd/contrib/openzfs/module/lua/setjmp/
H A Dsetjmp_mips.S62 REG_S s4, 7*SZREG(a0)
93 REG_L s4, 7*SZREG(a0)
H A Dsetjmp_rv64g.S50 sd s4, (4 * 8)(a0)
77 ld s4, (4 * 8)(a0)
/f-stack/freebsd/contrib/device-tree/Bindings/ddr/
H A Dlpddr2.txt5 "jedec,lpddr2-s4"
9 "ti,jedec-lpddr2-s4" should be listed if the memory part is LPDDR2-S4 type
44 compatible = "Elpida,ECB240ABACN","jedec,lpddr2-s4";
/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
284 s4 = (252.0 + a * (672.0 + 1182.0 * a) + c * (294.0 + a * in pt_chi2()
289 - b * (s4 - b * (s5 - b * s6)))))); in pt_chi2()
/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,
272 pm8921_s4: s4 {
/f-stack/freebsd/mips/nlm/
H A Dmpreset.S142 sd s4, 32(sp)
187 ld s4, 32(sp)
/f-stack/freebsd/mips/include/
H A Dregdef.h77 #define s4 $20 macro
H A Dframe.h76 register_t s4; member
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_dynamic.c2017 struct dyn_ipv4_state *s4, *s4n; in dyn_free_states() local
2096 DYN_FREE_STATES(s4, s4n, ipv4); in dyn_free_states()
2248 struct dyn_ipv4_state *s4, *s4n, *s4p; in dyn_expire_states() local
2594 struct dyn_ipv4_state *s4; in dyn_grow_hashtable() local
2795 struct dyn_ipv4_state *s4; in ipfw_dyn_reset_eaction() local
2814 DYN_RESET_EACTION(s4, ipv4, bucket); in ipfw_dyn_reset_eaction()
2843 struct dyn_ipv4_state *s4; in ipfw_dyn_get_count() local
2862 DYN_COUNT_OBJECTS(s4, ipv4, bucket); in ipfw_dyn_get_count()
3042 struct dyn_ipv4_state *s4; in ipfw_dump_states() local
3102 struct dyn_ipv4_state *s4; in ipfw_get_dynamic() local
[all …]
/f-stack/freebsd/mips/mips/
H A Dswtch.S120 RESTORE_U_PCB_REG(s4, S4, k1)
156 SAVE_U_PCB_CONTEXT(s4, PCB_REG_S4, a0)
215 SAVE_U_PCB_CONTEXT(s4, PCB_REG_S4, a0)
H A Dexception.S294 SAVE_REG(s4, S4, sp) ;\
354 RESTORE_REG(s4, S4, sp) ;\
454 SAVE_U_PCB_REG(s4, S4, k1)
546 RESTORE_U_PCB_REG(s4, S4, k1)
723 SAVE_U_PCB_REG(s4, S4, k1)
805 RESTORE_U_PCB_REG(s4, S4, k1)
H A Ddb_interface.c103 { "s4", DB_OFFSET(s4), db_frame },
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Delpida_ecb240abacn.dtsi8 compatible = "Elpida,ECB240ABACN","jedec,lpddr2-s4";
H A Dqcom-msm8974-sony-xperia-amami.dts81 s4 {
117 s4 {
H A Dqcom-msm8974-sony-xperia-honami.dts81 s4 {
117 s4 {
/f-stack/freebsd/contrib/device-tree/src/arm64/qcom/
H A Dsm8250-mtp.dts34 vreg_s4a_1p8: pm8150-s4 {
71 vdd-s4-supply = <&vph_pwr>;
198 vdd-s4-supply = <&vph_pwr>;
H A Dsm8150-mtp.dts39 vreg_s4a_1p8: pm8150-s4 {
61 vdd-s4-supply = <&vph_pwr>;
216 vdd-s4-supply = <&vph_pwr>;
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Deventdev_pipeline.rst41 * ``-s4``: 4 atomic stages
50 -e4 -w FF00 -s4 -n0 -c32 -W1000 -D

123