Home
last modified time | relevance | path

Searched defs:s1 (Results 76 – 100 of 228) sorted by relevance

12345678910

/openbmc/linux/arch/x86/crypto/
H A Dblowfish-x86_64-asm_64.S16 #define s1 ((16 + 2 + (1 * 256)) * 4) macro
H A Dsm4-aesni-avx2-asm_64.S182 #define ROUND(round, s0, s1, s2, s3, r0, r1, r2, r3) \ argument
/openbmc/linux/drivers/accessibility/speakup/
H A Dspeakup_keypc.c142 int s1, s2, s3, s4; in oops() local
/openbmc/linux/tools/testing/selftests/powerpc/alignment/
H A Dalignment_handler.c182 void dumpdata(char *s1, char *s2, int n, char *test_name) in dumpdata()
197 int test_memcmp(void *s1, void *s2, int n, int offset, char *test_name) in test_memcmp()
/openbmc/qemu/crypto/
H A Daes.c1451 u32 s0, s1, s2, s3, t0, t1, t2, t3; in AES_encrypt() local
1642 u32 s0, s1, s2, s3, t0, t1, t2, t3; in AES_decrypt() local
/openbmc/linux/net/dccp/
H A Ddccp.h145 static inline u64 dccp_loss_count(const u64 s1, const u64 s2, const u64 ndp) in dccp_loss_count()
158 static inline bool dccp_loss_free(const u64 s1, const u64 s2, const u64 ndp) in dccp_loss_free()
/openbmc/qemu/hw/display/
H A Dtcx.c138 static void tcx_draw_line32(TCXState *s1, uint8_t *d, in tcx_draw_line32()
151 static void tcx_draw_cursor32(TCXState *s1, uint8_t *d, in tcx_draw_cursor32()
181 static inline void tcx24_draw_line32(TCXState *s1, uint8_t *d, in tcx24_draw_line32()
/openbmc/linux/tools/perf/util/
H A Dstring.c200 int strtailcmp(const char *s1, const char *s2) in strtailcmp()
/openbmc/linux/arch/powerpc/boot/
H A Doflib.c95 static int string_match(const char *s1, const char *s2) in string_match()
/openbmc/linux/arch/powerpc/kvm/
H A Dbook3s_rtas.c136 static int rtas_name_matches(char *s1, char *s2) in rtas_name_matches()
/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dar9003_mac.c268 u32 s0, s1; in ar9003_hw_get_isr() local
/openbmc/linux/lib/crypto/
H A Dsha256.c52 #define s1(x) (ror32(x, 17) ^ ror32(x, 19) ^ (x >> 10)) macro
/openbmc/linux/crypto/
H A Dcast5_generic.c290 #define s1 cast_s1 macro
H A Dcast6_generic.c22 #define s1 cast_s1 macro
/openbmc/linux/arch/powerpc/crypto/
H A Daes-spe-modes.S125 #define ENDIAN_SWAP(t0, t1, s0, s1) \ argument
/openbmc/qemu/linux-user/riscv/
H A Dtarget_syscall.h21 abi_long s1; member
/openbmc/qemu/tests/tcg/loongarch64/system/
H A Dregdef.h34 #define s1 $r24 macro
/openbmc/linux/arch/riscv/include/asm/
H A Dcompat.h30 compat_ulong_t s1; member
/openbmc/linux/include/crypto/
H A Daria.h41 static const u32 s1[256] = { variable
/openbmc/qemu/target/riscv/
H A Dvector_helper.c1435 static int16_t do_mulh_h(int16_t s2, int16_t s1) in do_mulh_h()
1440 static int32_t do_mulh_w(int32_t s2, int32_t s1) in do_mulh_w()
1445 static int64_t do_mulh_d(int64_t s2, int64_t s1) in do_mulh_d()
1453 static uint8_t do_mulhu_b(uint8_t s2, uint8_t s1) in do_mulhu_b()
1458 static uint16_t do_mulhu_h(uint16_t s2, uint16_t s1) in do_mulhu_h()
1463 static uint32_t do_mulhu_w(uint32_t s2, uint32_t s1) in do_mulhu_w()
1468 static uint64_t do_mulhu_d(uint64_t s2, uint64_t s1) in do_mulhu_d()
1476 static int8_t do_mulhsu_b(int8_t s2, uint8_t s1) in do_mulhsu_b()
1481 static int16_t do_mulhsu_h(int16_t s2, uint16_t s1) in do_mulhsu_h()
1486 static int32_t do_mulhsu_w(int32_t s2, uint32_t s1) in do_mulhsu_w()
[all …]
/openbmc/qemu/
H A Dqemu-io-cmds.c473 char s1[64], s2[64], ts[64]; in print_report() local
2055 char s1[64]; in length_f() local
2083 char s1[64], s2[64]; in info_f() local
2225 char s1[64]; in alloc_f() local
2314 char s1[64], s2[64]; in map_f() local
/openbmc/linux/tools/testing/selftests/bpf/
H A Dveristat.c1105 static int cmp_stat(const struct verif_stats *s1, const struct verif_stats *s2, in cmp_stat()
1141 const struct verif_stats *s1 = v1, *s2 = v2; in cmp_prog_stats() local
1212 static int cmp_join_stat(const struct verif_stats_join *s1, in cmp_join_stat()
1233 const struct verif_stats_join *s1 = v1, *s2 = v2; in cmp_join_stats() local
/openbmc/linux/arch/mips/alchemy/devboards/
H A Ddb1000.c454 int c0, c1, d0, d1, s0, s1, flashsize = 32, twosocks = 1; in db1000_dev_setup() local
/openbmc/linux/fs/nfs/
H A Dnfs4_fs.h604 static inline bool nfs4_stateid_is_newer(const nfs4_stateid *s1, const nfs4_stateid *s2) in nfs4_stateid_is_newer()
609 static inline bool nfs4_stateid_is_next(const nfs4_stateid *s1, const nfs4_stateid *s2) in nfs4_stateid_is_next()
623 static inline void nfs4_stateid_seqid_inc(nfs4_stateid *s1) in nfs4_stateid_seqid_inc()
/openbmc/linux/tools/include/nolibc/
H A Dstring.h19 int memcmp(const void *s1, const void *s2, size_t n) in memcmp()

12345678910