Home
last modified time | relevance | path

Searched refs:s1 (Results 51 – 75 of 523) sorted by relevance

12345678910>>...21

/openbmc/linux/fs/ntfs/
H A Dunistr.c54 bool ntfs_are_names_equal(const ntfschar *s1, size_t s1_len, in ntfs_are_names_equal() argument
61 return !ntfs_ucsncmp(s1, s2, s1_len); in ntfs_are_names_equal()
62 return !ntfs_ucsncasecmp(s1, s2, s1_len, upcase, upcase_size); in ntfs_are_names_equal()
135 int ntfs_ucsncmp(const ntfschar *s1, const ntfschar *s2, size_t n) in ntfs_ucsncmp() argument
141 c1 = le16_to_cpu(s1[i]); in ntfs_ucsncmp()
171 int ntfs_ucsncasecmp(const ntfschar *s1, const ntfschar *s2, size_t n, in ntfs_ucsncasecmp() argument
178 if ((c1 = le16_to_cpu(s1[i])) < upcase_size) in ntfs_ucsncasecmp()
/openbmc/qemu/target/i386/tcg/
H A Dtranslate.c1492 gen_op_ld_v(s1, ot, s1->T0, s1->A0); in gen_op()
1498 tcg_gen_add_tl(s1->T0, s1->tmp4, s1->T1); in gen_op()
1502 tcg_gen_add_tl(s1->T0, s1->T0, s1->T1); in gen_op()
1503 tcg_gen_add_tl(s1->T0, s1->T0, s1->tmp4); in gen_op()
1517 tcg_gen_sub_tl(s1->T0, s1->T0, s1->T1); in gen_op()
1529 tcg_gen_add_tl(s1->T0, s1->T0, s1->T1); in gen_op()
1543 tcg_gen_sub_tl(s1->T0, s1->T0, s1->T1); in gen_op()
1555 tcg_gen_and_tl(s1->T0, s1->T0, s1->T1); in gen_op()
1566 tcg_gen_or_tl(s1->T0, s1->T0, s1->T1); in gen_op()
1577 tcg_gen_xor_tl(s1->T0, s1->T0, s1->T1); in gen_op()
[all …]
/openbmc/u-boot/lib/efi_loader/
H A Defi_unicode_collation.c54 struct efi_unicode_collation_protocol *this, u16 *s1, u16 *s2) in efi_stri_coll() argument
59 EFI_ENTRY("%p, %ls, %ls", this, s1, s2); in efi_stri_coll()
60 for (; *s1 | *s2; ++s1, ++s2) { in efi_stri_coll()
61 c1 = utf_to_upper(*s1); in efi_stri_coll()
/openbmc/linux/arch/riscv/kernel/
H A Dkexec_relocate.S30 mv s1, a1
110 mv a2, s1
120 mv s1, zero
164 mv s1, a2
173 mv a1, s1
184 mv s1, zero
H A Dentry.S61 csrrc s1, CSR_STATUS, t0
67 REG_S s1, PT_STATUS(sp)
195 csrr s1, CSR_STATUS
201 REG_S s1, PT_STATUS(sp)
215 move a0, s1
241 REG_S s1, TASK_THREAD_S1_RA(a3)
256 REG_L s1, TASK_THREAD_S1_RA(a4)
/openbmc/linux/fs/unicode/
H A Dutf8-selftest.c238 const struct qstr s1 = {.name = nfdi_test_data[i].str, in check_utf8_comparisons() local
243 test_f(!utf8_strncmp(table, &s1, &s2), in check_utf8_comparisons()
244 "%s %s comparison mismatch\n", s1.name, s2.name); in check_utf8_comparisons()
248 const struct qstr s1 = {.name = nfdicf_test_data[i].str, in check_utf8_comparisons() local
253 test_f(!utf8_strncasecmp(table, &s1, &s2), in check_utf8_comparisons()
254 "%s %s comparison mismatch\n", s1.name, s2.name); in check_utf8_comparisons()
/openbmc/linux/arch/mips/include/asm/mach-loongson64/
H A Dkernel-entry-init.h96 lw s1, 0x20(a0) /* check PC as an indicator */
97 beqz s1, 2b
98 ld s1, 0x20(a0) /* get PC via mailbox reg0 */
102 jr s1 /* jump to initial PC */
/openbmc/linux/fs/nfs/
H A Dnfs4session.c462 s1 -= s2; in nfs41_derivative_target_slotid()
463 if (s1 == 0) in nfs41_derivative_target_slotid()
465 if (s1 < 0) in nfs41_derivative_target_slotid()
466 return (s1 - 1) >> 1; in nfs41_derivative_target_slotid()
467 return (s1 + 1) >> 1; in nfs41_derivative_target_slotid()
470 static int nfs41_sign_s32(s32 s1) in nfs41_sign_s32() argument
472 if (s1 > 0) in nfs41_sign_s32()
474 if (s1 < 0) in nfs41_sign_s32()
479 static bool nfs41_same_sign_or_zero_s32(s32 s1, s32 s2) in nfs41_same_sign_or_zero_s32() argument
481 if (!s1 || !s2) in nfs41_same_sign_or_zero_s32()
[all …]
/openbmc/linux/include/linux/
H A Dunicode.h59 const struct qstr *s1, const struct qstr *s2);
62 const struct qstr *s1, const struct qstr *s2);
65 const struct qstr *s1);
/openbmc/linux/arch/x86/boot/
H A Dstring.h13 int memcmp(const void *s1, const void *s2, size_t len);
14 int bcmp(const void *s1, const void *s2, size_t len);
24 extern char *strstr(const char *s1, const char *s2);
/openbmc/linux/tools/testing/selftests/net/openvswitch/
H A Dopenvswitch.sh206 ip netns exec server ip addr add 172.31.110.20/24 dev s1
207 ip netns exec server ip link set s1 up
292 ip netns exec server ip addr add 172.31.110.20/24 dev s1
293 ip netns exec server ip link set s1 up
294 …HW_SERVER=`ip netns exec server ip link show dev s1 | grep -E 'link/ether [0-9a-f:]+' | awk '{prin…
327 ip netns exec server ip addr add 172.31.110.20/24 dev s1
328 ip netns exec server ip link set s1 up
393 ip netns exec server ip addr add 172.31.110.20/24 dev s1
394 ip netns exec server ip link set s1 up
432 ip netns exec server ip addr add 172.31.110.20/24 dev s1
[all …]
/openbmc/linux/arch/m68k/include/asm/
H A Duaccess.h190 #define ____constant_copy_from_user_asm(res, to, from, tmp, n1, n2, n3, s1, s2, s3)\ argument
192 "1: "MOVES"."#s1" (%2)+,%3\n" \
193 " move."#s1" %3,(%1)+\n" \
228 #define ___constant_copy_from_user_asm(res, to, from, tmp, n1, n2, n3, s1, s2, s3)\ argument
229 ____constant_copy_from_user_asm(res, to, from, tmp, n1, n2, n3, s1, s2, s3)
281 #define __constant_copy_to_user_asm(res, to, from, tmp, n, s1, s2, s3) \ argument
283 " move."#s1" (%2)+,%3\n" \
284 "11: "MOVES"."#s1" %3,(%1)+\n" \
/openbmc/linux/arch/mips/kernel/
H A Drelocate_kernel.S23 PTR_L s1, kexec_start_address
100 j s1
113 PTR_L s1, kexec_start_address
135 j s1
/openbmc/linux/arch/arm/boot/dts/microchip/
H A Dlan966x-pcb8291.dts42 led-s1-blue {
43 label = "s1:blue";
48 led-s1-green {
49 label = "s1:green";
/openbmc/linux/arch/riscv/include/asm/
H A Dcompat.h30 compat_ulong_t s1; member
67 cregs->s1 = (compat_ulong_t) regs->s1; in regs_to_cregs()
104 regs->s1 = (unsigned long) cregs->s1; in cregs_to_regs()
/openbmc/linux/arch/x86/crypto/
H A Dtwofish-x86_64-asm_64.S21 #define s1 1024 /* S1 Array */ macro
68 mov s1(%r11,%rdi,4),%r8d;\
85 xor s1(%r11,%rdi,4),%r9d;\
106 mov s1(%r11,%rdi,4),%r8d;\
123 xor s1(%r11,%rdi,4),%r9d;\
146 xor s1(%r11,%rdi,4),%r9d;\
153 xor s1(%r11,%rdi,4),%r8d;\
188 xor s1(%r11,%rdi,4),%r9d;\
190 xor s1(%r11,%rdi,4),%r8d;\
H A Dtwofish-i586-asm_32.S27 #define s1 1024 /* S1 Array */ macro
70 mov s1(%ebp,%edi,4),d ## D;\
87 xor s1(%ebp,%edi,4),%esi;\
108 mov s1(%ebp,%edi,4),d ## D;\
125 xor s1(%ebp,%edi,4),%esi;\
150 xor s1(%ebp,%edi,4),c ## D;\
157 xor s1(%ebp,%edi,4),%esi;\
188 xor s1(%ebp,%edi,4),c ## D;\
195 xor s1(%ebp,%edi,4),%esi;\
/openbmc/linux/arch/arm64/crypto/
H A Dsm4-neon-core.S41 zip1 RTMP0.4s, s0.4s, s1.4s; \
43 zip2 RTMP2.4s, s0.4s, s1.4s; \
46 zip2 s1.2d, RTMP0.2d, RTMP1.2d; \
51 zip1 RTMP0.4s, s0.4s, s1.4s; \
53 zip2 RTMP2.4s, s0.4s, s1.4s; \
60 zip2 s1.2d, RTMP0.2d, RTMP1.2d; \
69 zip1 RTMP0.4s, s1.4s, s0.4s; \
70 zip2 RTMP1.4s, s1.4s, s0.4s; \
74 zip2 s1.2d, RTMP2.2d, RTMP0.2d; \
79 zip1 RTMP0.4s, s1.4s, s0.4s; \
[all …]
/openbmc/u-boot/cmd/
H A Dsetexpr.c66 static char *memstr(const char *s1, int l1, const char *s2, int l2) in memstr() argument
69 return (char *)s1; in memstr()
73 if (!memcmp(s1, s2, l2)) in memstr()
74 return (char *)s1; in memstr()
75 s1++; in memstr()
/openbmc/linux/drivers/thermal/
H A Dk3_j72xx_bandgap.c200 static unsigned int vtm_get_best_value(unsigned int s0, unsigned int s1, in vtm_get_best_value() argument
203 int d01 = abs(s0 - s1); in vtm_get_best_value()
205 int d12 = abs(s1 - s2); in vtm_get_best_value()
208 return (s0 + s1) / 2; in vtm_get_best_value()
213 return (s1 + s2) / 2; in vtm_get_best_value()
220 unsigned int dtemp, s0, s1, s2; in k3_bgp_read_temp() local
234 s1 = readl(bgp->base + devdata->stat_offset) & in k3_bgp_read_temp()
238 dtemp = vtm_get_best_value(s0, s1, s2); in k3_bgp_read_temp()
/openbmc/u-boot/board/siemens/common/
H A Dfactoryset.c31 static int fact_match(unsigned char *eeprom_buf, uchar *s1, int i2) in fact_match() argument
33 if (s1 == NULL) in fact_match()
36 while (*s1 == fact_get_char(i2++)) in fact_match()
37 if (*s1++ == '=') in fact_match()
40 if (*s1 == '\0' && fact_get_char(i2-1) == '=') in fact_match()
/openbmc/linux/tools/testing/selftests/proc/
H A Dproc.h22 static inline bool streq(const char *s1, const char *s2) in streq() argument
24 return strcmp(s1, s2) == 0; in streq()
/openbmc/linux/arch/riscv/purgatory/
H A Dentry.S22 mv s1, a1 /* Phys address of the FDT image */
28 mv a1, s1
/openbmc/linux/arch/arm/crypto/
H A Dsha512-armv4.pl559 my ($t0,$t1,$s0,$s1) = map("q$_",(12..15)); # temps
567 vshr.u64 $s1,@X[($i+7)%8],#@sigma1[2]
571 veor $s1,$t0
573 veor $s1,$t1 @ sigma1(X[i+14])
575 vadd.i64 @X[$i%8],$s1
576 vshr.u64 $s1,$s0,#@sigma0[2]
580 veor $s1,$t0
584 veor $s1,$t1 @ sigma0(X[i+1])
586 vadd.i64 @X[$i%8],$s1
/openbmc/linux/tools/mm/
H A Dslabinfo.c1066 struct slabinfo *s1,*s2; in sort_slabs() local
1068 for (s1 = slabinfo; s1 < slabinfo + slabs; s1++) { in sort_slabs()
1073 if (slab_size(s1) == slab_size(s2)) in sort_slabs()
1074 result = strcasecmp(s1->name, s2->name); in sort_slabs()
1076 result = slab_size(s1) < slab_size(s2); in sort_slabs()
1083 if (slab_waste(s1) == slab_waste(s2)) in sort_slabs()
1088 if (s1->partial == s2->partial) in sort_slabs()
1091 result = s1->partial < s2->partial; in sort_slabs()
1093 result = strcasecmp(s1->name, s2->name); in sort_slabs()
1101 memcpy(&t, s1, sizeof(struct slabinfo)); in sort_slabs()
[all …]

12345678910>>...21