Home
last modified time | relevance | path

Searched refs:s1 (Results 126 – 150 of 523) sorted by relevance

12345678910>>...21

/openbmc/linux/lib/crypto/
H A Dpoly1305-donna64.c39 u64 s1, s2; in poly1305_core_blocks() local
57 s1 = key->precomputed_s.r64[0]; in poly1305_core_blocks()
75 d = (u128)h2 * s1; in poly1305_core_blocks()
/openbmc/linux/arch/loongarch/power/
H A Dhibernate_asm.S22 PTR_S s1, t0, PT_R24
56 PTR_L s1, t0, PT_R24
/openbmc/linux/arch/arm64/boot/dts/freescale/
H A Dfsl-ls1046a-qds.dts35 sgmii-s1-p1 = &sgmii_phy_s1_p1;
36 sgmii-s1-p2 = &sgmii_phy_s1_p2;
37 sgmii-s1-p3 = &sgmii_phy_s1_p3;
38 sgmii-s1-p4 = &sgmii_phy_s1_p4;
/openbmc/qemu/tests/tcg/i386/
H A Dtest-i386.c512 long res, s1, s0, flags; in test_imulw2() local
514 s1 = op1; in test_imulw2()
523 : "q" (s1), "0" (res), "1" (flags)); in test_imulw2()
530 long res, s1, s0, flags; in test_imull2() local
532 s1 = op1; in test_imull2()
541 : "q" (s1), "0" (res), "1" (flags)); in test_imull2()
549 long res, s1, s0, flags; in test_imulq2() local
551 s1 = op1; in test_imulq2()
560 : "q" (s1), "0" (res), "1" (flags)); in test_imulq2()
568 long res, flags, s1;\
[all …]
/openbmc/linux/arch/arm64/crypto/
H A Daes-neonbs-core.S143 eor \s1, \x7, \x6
153 and \s1, \s1, \t1
156 eor \t3, \t3, \s1
157 eor \t2, \t2, \s1
158 and \s1, \t1, \s0
161 eor \t0, \t0, \s1
167 and \s1, \x6, \x2
173 eor \t2, \t2, \s1
175 eor \s1, \t2, \s2
177 bsl \s1, \t1, \s0
[all …]
H A Dsha1-ce-core.S52 .macro add_update, op, ev, rc, s0, s1, s2, s3, dg1
53 sha1su0 v\s0\().4s, v\s1\().4s, v\s2\().4s
54 add_only \op, \ev, \rc, \s1, \dg1
/openbmc/qemu/
H A Dqemu-io-cmds.c473 char s1[64], s2[64], ts[64]; in print_report() local
477 cvtstr((double)total, s1, sizeof(s1)); in print_report()
2009 char s1[64]; in length_f() local
2017 cvtstr(size, s1, sizeof(s1)); in length_f()
2018 printf("%s\n", s1); in length_f()
2037 char s1[64], s2[64]; in info_f() local
2055 cvtstr(bdi.cluster_size, s1, sizeof(s1)); in info_f()
2179 char s1[64]; in alloc_f() local
2218 cvtstr(start, s1, sizeof(s1)); in alloc_f()
2268 char s1[64], s2[64]; in map_f() local
[all …]
H A Djob.c208 static void job_state_transition_locked(Job *job, JobStatus s1) in job_state_transition_locked() argument
211 assert(s1 >= 0 && s1 < JOB_STATUS__MAX); in job_state_transition_locked()
213 JobSTT[s0][s1] ? "allowed" : "disallowed", in job_state_transition_locked()
214 JobStatus_str(s0), JobStatus_str(s1)); in job_state_transition_locked()
215 assert(JobSTT[s0][s1]); in job_state_transition_locked()
216 job->status = s1; in job_state_transition_locked()
218 if (!job_is_internal(job) && s1 != s0) { in job_state_transition_locked()
/openbmc/linux/arch/sparc/kernel/
H A Dvisemul.c461 s16 s1, s2; in pdist() local
463 s1 = (rs1 >> (56 - (i * 8))) & 0xff; in pdist()
467 s1 -= s2; in pdist()
468 if (s1 < 0) in pdist()
469 s1 = ~s1 + 1; in pdist()
471 rd_val += s1; in pdist()
/openbmc/linux/tools/testing/selftests/powerpc/copyloops/
H A Dmemcpy_64.S124 # s1<< in r8, d0=(s0<<|s1>>) in r7, s3 in r0, s2 in r9, nix in r6 & r12
142 # d0=(s0<<|s1>>) in r12, s1<< in r6, s2>> in r7, s2<< in r8, s3 in r9
/openbmc/linux/arch/powerpc/lib/
H A Dmemcpy_64.S124 # s1<< in r8, d0=(s0<<|s1>>) in r7, s3 in r0, s2 in r9, nix in r6 & r12
142 # d0=(s0<<|s1>>) in r12, s1<< in r6, s2>> in r7, s2<< in r8, s3 in r9
/openbmc/linux/crypto/
H A Decdsa.c98 u64 s1[ECC_MAX_DIGITS]; in _ecdsa_verify() local
115 vli_mod_inv(s1, s, curve->n, ndigits); in _ecdsa_verify()
117 vli_mod_mult_slow(u1, hash, s1, curve->n, ndigits); in _ecdsa_verify()
119 vli_mod_mult_slow(u2, r, s1, curve->n, ndigits); in _ecdsa_verify()
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dnetif_receive_skb.c39 const unsigned char *s1 = m1; in __strncmp() local
44 delta = s1[i] - s2[i]; in __strncmp()
45 if (delta || s1[i] == 0 || s2[i] == 0) in __strncmp()
/openbmc/linux/drivers/soc/bcm/brcmstb/pm/
H A Ds3-mips.S28 sw s1, 8(t0)
125 lw s1, 8(t0)
/openbmc/linux/arch/mips/fw/lib/
H A Dcall_o32.S55 REG_S s1,O32_FRAMESZ-10*SZREG(sp)
91 REG_L s1,O32_FRAMESZ-10*SZREG(sp)
/openbmc/linux/tools/perf/util/
H A Dhelp-unknown-cmd.c26 const char *s1 = (*c1)->name, *s2 = (*c2)->name; in levenshtein_compare() local
29 return l1 != l2 ? l1 - l2 : strcmp(s1, s2); in levenshtein_compare()
/openbmc/linux/arch/mips/crypto/
H A Dpoly1305-mips.pl42 ($s0,$s1,$s2,$s3,$s4,$s5,$s6,$s7,$s8,$s9,$s10,$s11)=map("\$$_",(12..23));
227 ($s0,$s1,$s2,$s3,$s4,$s5,$in0,$in1,$t2);
264 sd $s1,8($sp)
433 ld $s1,8($sp)
734 ($s0,$s1,$s2,$s3,$s4, $s5,$s6,$s7,$s8, $s9,$s10,$s11);
761 sw $s1, 4*1($sp)
927 maddu $rs1,$d3 # d3*s1
936 maddu $rs1,$h4 # h4*s1
985 multu ($rs1,$d3) # d3*s1
1025 multu ($rs1,$h4) # h4*s1
[all …]
/openbmc/linux/arch/mips/kernel/
H A Dgenex.S193 move s1, sp # Preserve the sp
220 LONG_S s1, 0(sp)
225 move sp, s1
305 move s1, sp # Preserve the sp
332 LONG_S s1, 0(sp)
337 move sp, s1
/openbmc/linux/arch/x86/crypto/
H A Dtwofish-avx-x86_64-asm_64.S26 #define s1 1024 macro
119 G(RGI1, RGI2, x1, s0, s1, s2, s3); \
125 G(RGI3, RGI4, y1, s1, s2, s3, s0); \
131 G(RGI1, RGI2, x2, s0, s1, s2, s3); \
135 G(RGI3, RGI4, y2, s1, s2, s3, s0); \
/openbmc/linux/drivers/media/i2c/
H A Dtvaudio.c1347 s1 |= TDA8425_S1_ML_SOUND_A; in tda8425_setaudmode()
1348 s1 |= TDA8425_S1_STEREO_PSEUDO; in tda8425_setaudmode()
1351 s1 |= TDA8425_S1_ML_SOUND_B; in tda8425_setaudmode()
1352 s1 |= TDA8425_S1_STEREO_PSEUDO; in tda8425_setaudmode()
1355 s1 |= TDA8425_S1_ML_STEREO; in tda8425_setaudmode()
1356 s1 |= TDA8425_S1_STEREO_LINEAR; in tda8425_setaudmode()
1359 s1 |= TDA8425_S1_ML_STEREO; in tda8425_setaudmode()
1360 s1 |= TDA8425_S1_STEREO_MONO; in tda8425_setaudmode()
1363 s1 |= TDA8425_S1_ML_STEREO; in tda8425_setaudmode()
1364 s1 |= TDA8425_S1_STEREO_SPATIAL; in tda8425_setaudmode()
[all …]
/openbmc/linux/fs/ntfs/
H A Drunlist.c1154 s64 s1 = last_vcn + 1; in ntfs_get_size_for_mapping_pairs() local
1155 if (unlikely(rl[1].vcn > s1)) in ntfs_get_size_for_mapping_pairs()
1156 length = s1 - rl->vcn; in ntfs_get_size_for_mapping_pairs()
1190 s64 s1 = last_vcn + 1; in ntfs_get_size_for_mapping_pairs() local
1191 if (unlikely(rl[1].vcn > s1)) in ntfs_get_size_for_mapping_pairs()
1192 length = s1 - rl->vcn; in ntfs_get_size_for_mapping_pairs()
1356 s64 s1 = last_vcn + 1; in ntfs_mapping_pairs_build() local
1357 if (unlikely(rl[1].vcn > s1)) in ntfs_mapping_pairs_build()
1358 length = s1 - rl->vcn; in ntfs_mapping_pairs_build()
1408 s64 s1 = last_vcn + 1; in ntfs_mapping_pairs_build() local
[all …]
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-chess/gnuchess/
H A D0001-Remove-register-storage-class-classifier.patch118 static void yy_flex_strncpy (char* s1, yyconst char * s2, int n )
123 s1[i] = s2[i];
125 @@ -3934,7 +3934,7 @@ static void yy_flex_strncpy (char* s1, yyconst char * s2, int n )
/openbmc/openbmc/meta-arm/ci/
H A Dmusca-s1.yml7 machine: musca-s1
/openbmc/linux/arch/loongarch/kernel/
H A Drethook_trampoline.S30 cfi_st s1, PT_R24
65 cfi_ld s1, PT_R24
/openbmc/qemu/accel/tcg/
H A Dldst_atomicity.c.inc934 int s1 = 4 - s2;
938 val_le = store_whole_le4(pv, s1, val_le);
1004 int s1 = 8 - s2;
1008 val_le = store_whole_le8(pv, s1, val_le);
1009 store_bytes_leN(pv + s1, s2, val_le);
1013 store_whole_le8(pv + s1, s2, val_le);
1082 int s1 = 16 - s2;
1089 val_le = store_whole_le16(pv, s1, val);
1090 store_bytes_leN(pv + s1, s2, val_le);
1094 val = int128_urshift(val, s1 * 8);
[all …]

12345678910>>...21