Home
last modified time | relevance | path

Searched refs:s1 (Results 176 – 200 of 523) sorted by relevance

12345678910>>...21

/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() argument
147 s64 delta = dccp_delta_seqno(s1, s2); in dccp_loss_count()
158 static inline bool dccp_loss_free(const u64 s1, const u64 s2, const u64 ndp) in dccp_loss_free() argument
160 return dccp_loss_count(s1, s2, ndp) == 0; in dccp_loss_free()
/openbmc/qemu/target/riscv/insn_trans/
H A Dtrans_rvm.c.inc90 static void gen_mulh(TCGv ret, TCGv s1, TCGv s2)
94 tcg_gen_muls2_tl(discard, ret, s1, s2);
97 static void gen_mulh_w(TCGv ret, TCGv s1, TCGv s2)
99 tcg_gen_mul_tl(ret, s1, s2);
154 static void gen_mulhu(TCGv ret, TCGv s1, TCGv s2)
158 tcg_gen_mulu2_tl(discard, ret, s1, s2);
/openbmc/linux/drivers/fsi/
H A Dfsi-sbefifo.c224 u32 dh, s0, s1; in sbefifo_parse_status() local
239 s1 = be32_to_cpu(response[resp_len - dh + 1]); in sbefifo_parse_status()
242 cmd >> 8, cmd & 0xff, s0, s1); in sbefifo_parse_status()
245 if (s1 != 0) { in sbefifo_parse_status()
248 cmd >> 8, cmd & 0xff, s1 >> 16, s1 & 0xffff); in sbefifo_parse_status()
260 return s1; in sbefifo_parse_status()
/openbmc/u-boot/arch/riscv/cpu/
H A Dstart.S40 mv s1, a1
70 SREG s1, 0(t0)
/openbmc/u-boot/lib/libavb/
H A Davb_sysdeps.h54 int avb_strcmp(const char* s1, const char* s2);
/openbmc/qemu/pc-bios/vof/
H A Dvof.h24 int strcmp(const char *s1, const char *s2);
/openbmc/linux/arch/loongarch/include/asm/
H A Dregdef.h32 #define s1 $r24 macro
/openbmc/linux/tools/perf/util/
H A Dstring2.h22 int strtailcmp(const char *s1, const char *s2);
/openbmc/linux/drivers/video/fbdev/aty/
H A Dradeon_monitor.c376 char s1[5], s2[5]; in radeon_parse_monitor_layout() local
387 s1[i] = '\0'; in radeon_parse_monitor_layout()
400 s1[i] = *s; in radeon_parse_monitor_layout()
411 s1[i] = 0; in radeon_parse_monitor_layout()
414 if (strcmp(s1, "CRT") == 0) in radeon_parse_monitor_layout()
416 else if (strcmp(s1, "TMDS") == 0) in radeon_parse_monitor_layout()
418 else if (strcmp(s1, "LVDS") == 0) in radeon_parse_monitor_layout()
/openbmc/linux/fs/smb/client/
H A Dcifsproto.h754 static inline bool dfs_src_pathname_equal(const char *s1, const char *s2) in dfs_src_pathname_equal() argument
756 if (strlen(s1) != strlen(s2)) in dfs_src_pathname_equal()
758 for (; *s1; s1++, s2++) { in dfs_src_pathname_equal()
759 if (*s1 == '/' || *s1 == '\\') { in dfs_src_pathname_equal()
762 } else if (tolower(*s1) != tolower(*s2)) in dfs_src_pathname_equal()
/openbmc/linux/tools/include/nolibc/
H A Dstring.h19 int memcmp(const void *s1, const void *s2, size_t n) in memcmp() argument
24 while (ofs < n && !(c1 = ((unsigned char *)s1)[ofs] - ((unsigned char *)s2)[ofs])) { in memcmp()
/openbmc/qemu/linux-user/riscv/
H A Dtarget_syscall.h21 abi_long s1; member
/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() argument
189 printf(" %02x", s1[i]); in dumpdata()
197 int test_memcmp(void *s1, void *s2, int n, int offset, char *test_name) in test_memcmp() argument
201 s1c = s1; in test_memcmp()
/openbmc/linux/arch/arm64/crypto/
H A Dsm3-neon-core.S65 #define s1 w24 macro
505 ldp s0, s1, [RSTATE, #0]
512 eor rb, rb, s1
513 ldp s0, s1, [RSTATE, #16]
519 eor rf, rf, s1
530 ldp s0, s1, [RSTATE, #0]
538 eor rb, rb, s1
540 ldp s0, s1, [RSTATE, #16]
552 eor rf, rf, s1
/openbmc/linux/arch/riscv/include/uapi/asm/
H A Dptrace.h34 unsigned long s1; member
/openbmc/linux/tools/testing/selftests/powerpc/copyloops/
H A Dmemmove_validate.c8 void *TEST_MEMMOVE(const void *s1, const void *s2, size_t n);
/openbmc/linux/lib/crypto/
H A Dsha256.c52 #define s1(x) (ror32(x, 17) ^ ror32(x, 19) ^ (x >> 10)) macro
61 W[I] = s1(W[I-2]) + W[I-7] + s0(W[I-15]) + W[I-16]; in BLEND_OP()
/openbmc/linux/include/video/
H A Dnewport.h27 struct { volatile unsigned short s0, s1; } byshort; member
403 return regs->set.dcbdata0.byshort.s1; in newport_vc2_get()
435 regs->set.dcbdata0.byshort.s1 = addr; in newport_cmap_setaddr()
/openbmc/sdbusplus/test/message/
H A Dappend.cpp234 const std::string s1{"fdsa"}; in TEST_F() local
242 expect_basic_string(SD_BUS_TYPE_STRING, s1.c_str()); in TEST_F()
246 new_message().append(1, 2.2, c, s1, false, s2); in TEST_F()
/openbmc/qemu/tcg/tci/
H A DREADME75 target (le) | s0, u0 s1, u1 s?, u? s?, u?
78 target (le) | sc, uc s1, u1 s?, u? s?, u?
92 s1 = grub works
/openbmc/linux/arch/arm/boot/compressed/
H A Ddecompress.c32 extern char * strstr(const char * s1, const char *s2);
/openbmc/linux/crypto/
H A Dcast5_generic.c290 #define s1 cast_s1 macro
296 (((s1[I >> 24] ^ s2[(I>>16)&0xff]) - s3[(I>>8)&0xff]) + s4[I&0xff]))
298 (((s1[I >> 24] - s2[(I>>16)&0xff]) + s3[(I>>8)&0xff]) ^ s4[I&0xff]))
300 (((s1[I >> 24] + s2[(I>>16)&0xff]) ^ s3[(I>>8)&0xff]) - s4[I&0xff]))
/openbmc/linux/arch/arm64/boot/dts/qcom/
H A Dsm8450-qrd.dts47 vdd-s1-supply = <&vph_pwr>;
138 vdd-s1-supply = <&vph_pwr>;
250 vdd-s1-supply = <&vph_pwr>;
292 vdd-s1-supply = <&vph_pwr>;
/openbmc/u-boot/cmd/
H A Dnvedit.c775 int envmatch(uchar *s1, int i2) in envmatch() argument
777 if (s1 == NULL) in envmatch()
780 while (*s1 == env_get_char(i2++)) in envmatch()
781 if (*s1++ == '=') in envmatch()
784 if (*s1 == '\0' && env_get_char(i2-1) == '=') in envmatch()
/openbmc/linux/drivers/video/console/
H A Dnewport_con.c173 npregs->set.dcbdata0.byshort.s1 = 0xff00; in newport_reset()
175 npregs->set.dcbdata0.byshort.s1 = 0x0000; in newport_reset()
212 linetable[i] = npregs->set.dcbdata0.byshort.s1; in newport_get_screensize()
223 treg = npregs->set.dcbdata0.byshort.s1; in newport_get_screensize()
228 treg = npregs->set.dcbdata0.byshort.s1; in newport_get_screensize()

12345678910>>...21