Home
last modified time | relevance | path

Searched full:s2 (Results 1 – 25 of 792) sorted by relevance

12345678910>>...32

/openbmc/qemu/tests/tcg/i386/
H A Dtest-i386-shift.h11 #define EXECSHIFT(size, rsize, res, s1, s2, flags) \ argument
20 #define EXECSHIFT(size, rsize, res, s1, s2, flags) \ argument
31 void exec_opq(long s2, long s0, long s1, long iflags) in exec_opq() argument
36 EXECSHIFT("q", "", res, s1, s2, flags); in exec_opq()
45 void exec_opl(long s2, long s0, long s1, long iflags) in exec_opl() argument
50 EXECSHIFT("l", "k", res, s1, s2, flags); in exec_opl()
58 void exec_opw(long s2, long s0, long s1, long iflags) in exec_opw() argument
63 EXECSHIFT("w", "w", res, s1, s2, flags); in exec_opw()
72 #define EXECSHIFT(size, rsize, res, s1, s2, flags) \ argument
79 : "c" (s1), "0" (res), "1" (flags), "r" (s2));
[all …]
/openbmc/qemu/tests/tcg/s390x/
H A Dclst.c5 static int clst(char sep, const char **s1, const char **s2) in clst() argument
8 const char *r2 = *s2; in clst()
21 *s2 = r2; in clst()
31 const char *s2; member
39 .s2 = "aa",
47 .s2 = "aa\x01",
55 .s2 = "abb\x02",
64 const char *s1, *s2; in main() local
71 s2 = t->s2; in main()
72 cc = clst(t->sep, &s1, &s2); in main()
[all …]
/openbmc/u-boot/arch/mips/mach-mt7620/
H A Dlowlevel_init.S68 li s2, CKSEG1ADDR(MT76XX_RGCTRL_BASE)
129 lw t4, 0x100(s2)
132 sw t4, 0x100(s2)
133 lw t4, 0x10c(s2)
139 sw t4, 0x10c(s2)
145 sw t4, 0x10c(s2)
148 lw t2, 0x10c(s2)
151 sw t2, 0x10c(s2)
158 lw t2, 0x10c(s2)
161 sw t2, 0x10c(s2)
[all …]
/openbmc/qemu/target/sparc/
H A Dvis_helper.c103 VIS32 s1, s2; in helper_fpmerge() local
107 s2.l = src2; in helper_fpmerge()
111 d.VIS_B64(6) = s2.VIS_B32(3); in helper_fpmerge()
113 d.VIS_B64(4) = s2.VIS_B32(2); in helper_fpmerge()
115 d.VIS_B64(2) = s2.VIS_B32(1); in helper_fpmerge()
117 d.VIS_B64(0) = s2.VIS_B32(0); in helper_fpmerge()
227 VIS64 s1, s2; in helper_fcmple8() local
231 s2.ll = src2; in helper_fcmple8()
234 r |= (s1.VIS_SB64(i) <= s2.VIS_SB64(i)) << i; in helper_fcmple8()
246 VIS64 s1, s2; in helper_fcmpule8() local
[all …]
/openbmc/openbmc/poky/meta/recipes-extended/bc/bc/
H A Dlibmath.h1 {"@iK20:s2:p@r",
4 "K.44:l5:*+s13:pl5:cS1+s2:pN3:l5:1>Z4:l10:1+s10:pl5:K2:/s5:pl2:",
5 "1+s2:pJ3:N4:l13:s2:p1l5:+s14:pl5:s6:p1s8:pK2:s11:pN6:1B7:J5:N8:",
7 "l10:d10:Z12:l14:l14:*s14:pJ11:N12:N10:l15:s2:pl12:Z13:1l14:/R",
10 "s14:pl7:s0:pl14:RN1:l5:0{Z2:1K10:l2:^-1/RN2:l2:s15:pK6:l2:+s2:",
14 "/s9:pl9:0=Z11:l10:l14:*s14:pl15:s2:pl14:1/RN11:l14:l9:+s14:pJ10:N7:",
17 "s14:pl7:s0:pl14:RN1:l2:s15:pK1.1:l15:*K2:+s2:p1C4,0:s14:pl5:0",
18 "<Z2:1s12:pl5:ns5:pN2:0s2:pl5:l14:/K2:+K4:/s13:pl5:K4:l13:*l14:",
19 "*-s5:pl13:K2:%Z3:l5:ns5:pN3:l15:K2:+s2:pl5:s9:s14:pl5:nl5:*s16:",
21 "s9:pl9:0=Z8:l15:s2:pl12:Z9:l14:n1/RN9:l14:1/RN8:l14:l9:+s14:p",
[all …]
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbtf_dedup_split.c52 btf__add_struct(btf2, "s2", 16); /* [4] struct s2 { */ in test_split_simple()
72 "[4] STRUCT 's2' size=16 vlen=3\n" in test_split_simple()
89 struct s2 {\n\ in test_split_simple()
105 "[4] STRUCT 's2' size=16 vlen=3\n" in test_split_simple()
115 struct s2 {\n\ in test_split_simple()
138 btf__add_ptr(btf1, 5); /* [3] ptr to struct s2 */ in test_split_fwd_resolve()
141 btf__add_field(btf1, "f2", 3, 64, 0); /* struct s2 *f2; */ in test_split_fwd_resolve()
143 btf__add_struct(btf1, "s2", 4); /* [5] struct s2 { */ in test_split_fwd_resolve()
159 "[5] STRUCT 's2' size=4 vlen=1\n" in test_split_fwd_resolve()
170 btf__add_fwd(btf2, "s2", BTF_FWD_STRUCT); /* [9] fwd for struct s2 */ in test_split_fwd_resolve()
[all …]
/openbmc/linux/arch/mips/kernel/
H A Drelocate_kernel.S26 PTR_L s2, (s0)
33 beqz s2, done
36 and s3, s2, 0x1
38 and s4, s2, ~0x1 /* store destination addr in s4 */
43 and s3, s2, 0x2
45 and s0, s2, ~0x2
50 and s3, s2, 0x4
55 and s3, s2, 0x8
57 and s2, s2, ~0x8
62 REG_L s5, (s2)
[all …]
/openbmc/linux/net/dccp/ccids/lib/
H A Dpacket_history.c167 s2 = DCCP_SKB_CB(skb)->dccpd_seq; in __one_after_loss() local
169 if (likely(dccp_delta_seqno(s1, s2) > 0)) { /* S1 < S2 */ in __one_after_loss()
175 /* S0 < S2 < S1 */ in __one_after_loss()
177 if (dccp_loss_free(s0, s2, n2)) { in __one_after_loss()
180 if (dccp_loss_free(s2, s1, n1)) { in __one_after_loss()
181 /* hole is filled: S0, S2, and S1 are consecutive */ in __one_after_loss()
185 /* gap between S2 and S1: just update loss_prev */ in __one_after_loss()
188 } else { /* gap between S0 and S2 */ in __one_after_loss()
190 * Reorder history to insert S2 between S0 and S1 in __one_after_loss()
204 s2 = tfrc_rx_hist_entry(h, 2)->tfrchrx_seqno, in __two_after_loss() local
[all …]
/openbmc/linux/Documentation/devicetree/bindings/regulator/
H A Dqcom,smd-rpm-regulator.yaml25 For mp5496, s1, s2
27 For pm2250, s1, s2, s3, s4, l1, l2, l3, l4, l5, l6, l7, l8, l9, l10, l11,
30 For pm6125 s1, s2, s3, s4, s5, s6, s7, s8, l1, l2, l3, l5, l6, l7, l8, l9,
33 For pm660, s1, s2, s3, s4, s5, s6, l1, l2, l3, l5, l6, l7, l8, l9, l10, l22,
36 For pm660l s1, s2, s3, s5, l1, l2, l3, l4, l5, l6, l7, l8, l9, l10, bob
38 For pm8226, s1, s2, s3, s4, s5, l1, l2, l3, l4, l5, l6, l7, l8, l9, l10,
42 For pm8841, s1, s2, s3, s4, s5, s6, s7, s8
44 For pm8909, s1, s2, l1, l2, l3, l4, l5, l6, l7, l8, l9, l10, l11, l12, l13,
47 For pm8916, s1, s2, s3, s4, l1, l2, l3, l4, l5, l6, l7, l8, l9, l10, l11,
50 For pm8941, s1, s2, s3, s4, l1, l2, l3, l4, l5, l6, l7, l8, l9, l10, l11,
[all …]
/openbmc/linux/tools/testing/selftests/powerpc/stringloops/
H A Dmemcmp.c34 int test_memcmp(const void *s1, const void *s2, size_t n);
37 static void test_one(char *s1, char *s2, unsigned long max_offset, in test_one() argument
47 y = memcmp(s1+offset, s2+offset, size); in test_one()
48 x = test_memcmp(s1+offset, s2+offset, size); in test_one()
59 printf("%02x ", s2[i]); in test_one()
65 printf("vmx enter/exit not paired.(offset:%ld size:%ld s1:%p s2:%p vc:%d\n", in test_one()
66 offset, size, s1, s2, vmx_count); in test_one()
77 char *p, *s1, *s2; in testcase() local
88 /* Put s1/s2 at the end of a page */ in testcase()
90 s2 = p + 3 * MAP_SIZE - alloc_size; in testcase()
[all …]
/openbmc/linux/fs/ntfs3/
H A Dupcase.c36 int ntfs_cmp_names(const __le16 *s1, size_t l1, const __le16 *s2, size_t l2, in ntfs_cmp_names() argument
46 for (; len; s1++, s2++, len--) { in ntfs_cmp_names()
47 diff1 = le16_to_cpu(*s1) - le16_to_cpu(*s2); in ntfs_cmp_names()
58 for (; len; s1++, s2++, len--) { in ntfs_cmp_names()
60 upcase_unicode_char(upcase, le16_to_cpu(*s2)); in ntfs_cmp_names()
73 const __le16 *s2 = uni2->name; in ntfs_cmp_names_cpu() local
83 for (; len; s1++, s2++, len--) { in ntfs_cmp_names_cpu()
84 diff1 = *s1 - le16_to_cpu(*s2); in ntfs_cmp_names_cpu()
95 for (; len; s1++, s2++, len--) { in ntfs_cmp_names_cpu()
97 upcase_unicode_char(upcase, le16_to_cpu(*s2)); in ntfs_cmp_names_cpu()
/openbmc/linux/arch/s390/lib/
H A Dstring.c203 * @s2: Another string
205 * returns 0 if @s1 and @s2 are equal,
206 * < 0 if @s1 is less than @s2
207 * > 0 if @s1 is greater than @s2
210 int strcmp(const char *s1, const char *s2) in strcmp() argument
216 "0: clst %[s1],%[s2]\n" in strcmp()
220 " ic 0,0(%[s2])\n" in strcmp()
223 : [ret] "+&d" (ret), [s1] "+&a" (s1), [s2] "+&a" (s2) in strcmp()
232 const char *s2, unsigned long l2) in clcle() argument
235 union register_pair r3 = { .even = (unsigned long)s2, .odd = l2, }; in clcle()
[all …]
/openbmc/linux/drivers/soc/bcm/brcmstb/pm/
H A Ds2-mips.S26 sw s2, 12(sp)
37 * s2: TIMERS base register
46 lw s2, 8(t0)
112 sw t0, TIMER_TIMER1_CTRL(s2)
113 lw t0, TIMER_TIMER1_CTRL(s2)
116 sw t0, TIMER_TIMER1_CTRL(s2)
117 lw t0, TIMER_TIMER1_CTRL(s2)
121 lw t1, TIMER_TIMER1_STAT(s2)
127 1: lw t0, TIMER_TIMER1_STAT(s2)
179 lw s2, 12(sp)
/openbmc/linux/Documentation/admin-guide/media/
H A Ddvb-usb-dw2102-cardlist.rst39 * - TechnoTrend TT-connect S2-4600
43 * - Terratec Cinergy S2 PCIe Dual Port 1
45 * - Terratec Cinergy S2 PCIe Dual Port 2
47 * - Terratec Cinergy S2 USB BOX
49 * - Terratec Cinergy S2 USB HD
51 * - Terratec Cinergy S2 USB HD Rev.2
53 * - Terratec Cinergy S2 USB HD Rev.3
/openbmc/linux/arch/ia64/lib/
H A Dxor.S33 .rotr s1[6+1], s2[6+1], d[2]
37 (p[0]) ld8.nta s2[0] = [r17], 8
38 (p[6]) xor d[0] = s1[6], s2[6]
72 .rotr s1[6+1], s2[6+1], s3[6+1], d[2]
76 (p[0]) ld8.nta s2[0] = [r17], 8
77 (p[6]) xor d[0] = s1[6], s2[6]
114 .rotr s1[6+1], s2[6+1], s3[6+1], s4[6+1], d[2]
118 (p[0]) ld8.nta s2[0] = [r17], 8
119 (p[6]) xor d[0] = s1[6], s2[6]
159 .rotr s1[6+1], s2[6+1], s3[6+1], s4[6+1], s5[6+1], d[2]
[all …]
/openbmc/linux/arch/loongarch/kernel/
H A Drelocate_kernel.S38 andi s2, s1, IND_DESTINATION
39 beqz s2, 1f
46 andi s2, s1, IND_INDIRECTION
47 beqz s2, 1f
54 andi s2, s1, IND_DONE
55 beqz s2, 1f
60 andi s2, s1, IND_SOURCE
61 beqz s2, process_entry
/openbmc/linux/scripts/coccinelle/null/
H A Dderef_null.cocci44 statement S1,S2;
48 if@p1 ((E == NULL && ...) || ...) S1 else S2
57 statement S1,S2,S3,S4;
65 ... when != if (...) S1 else S2
118 statement S1,S2,S3,S4;
126 ... when != if (...) S1 else S2
178 statement S1,S2,S3,S4;
186 ... when != if (...) S1 else S2
240 statement S1,S2;
244 if@p1 ((E == NULL && ...) || ...) S1 else S2
[all …]
/openbmc/linux/drivers/regulator/
H A Dqcom-rpmh-regulator.c817 RPMH_VREG("smps2", "smp%s2", &pmic4_ftsmps426, "vdd-s2"),
830 RPMH_VREG("ldo2", "ldo%s2", &pmic4_nldo, "vdd-l2-l8-l17"),
858 RPMH_VREG("lvs2", "vs%s2", &pmic4_lvs, "vin-lvs-1-2"),
874 RPMH_VREG("smps2", "smp%s2", &pmic4_ftsmps426, "vdd-s2"),
882 RPMH_VREG("smps2", "smp%s2", &pmic5_ftsmps510, "vdd-s2"),
892 RPMH_VREG("ldo2", "ldo%s2", &pmic5_pldo, "vdd-l2-l10"),
914 RPMH_VREG("smps2", "smp%s2", &pmic5_ftsmps510, "vdd-s2"),
922 RPMH_VREG("ldo2", "ldo%s2", &pmic5_nldo, "vdd-l2-l3"),
938 RPMH_VREG("smps2", "smp%s2", &pmic5_ftsmps510, "vdd-s2"),
948 RPMH_VREG("ldo2", "ldo%s2", &pmic5_pldo, "vdd-l2-l10"),
[all …]
/openbmc/linux/arch/sparc/include/asm/
H A Dprom.h24 #define of_compat_cmp(s1, s2, l) strncmp((s1), (s2), (l)) argument
25 #define of_prop_cmp(s1, s2) strcasecmp((s1), (s2)) argument
26 #define of_node_cmp(s1, s2) strcmp((s1), (s2)) argument
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/eject/eject/
H A Deject-2.1.5-spaces.patch46 if (((strcmp(s1, name) == 0) || (strcmp(s2, name) == 0)) ||
50 - *mountName = strdup(s2);
52 + *mountName = DeMangleMount(strdup(s2));
57 rc = sscanf(line, "%1023s %1023s", s1, s2);
58 if (rc >= 2 && s1[0] != '#' && strcmp(s2, name) == 0) {
61 - *mountName = strdup(s2);
63 + *mountName = DeMangleMount(strdup(s2));
/openbmc/linux/fs/ntfs/
H A Dunistr.c42 * @s1: name to compare to @s2
44 * @s2: name to compare to @s1
45 * @s2_len: length in Unicode characters of @s2
50 * Compare the names @s1 and @s2 and return 'true' (1) if the names are
55 const ntfschar *s2, size_t s2_len, const IGNORE_CASE_BOOL ic, 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()
124 * @s2: second string
127 * Compare the first @n characters of the Unicode strings @s1 and @s2,
133 * to be less than, to match, or be greater than @s2.
[all …]
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dbtf_dump_test_case_ordering.c15 struct s2 { struct
16 struct s2 *s2; member
23 struct s2 s2; argument
/openbmc/qemu/pc-bios/vof/
H A Dlibc.c15 int strcmp(const char *s1, const char *s2) in strcmp() argument
17 while (*s1 != 0 && *s2 != 0) { in strcmp()
18 if (*s1 != *s2) { in strcmp()
22 s2 += 1; in strcmp()
25 return *s1 - *s2; in strcmp()
/openbmc/phosphor-inventory-manager/test/
H A Dutils_test.cpp46 auto s2 = "prefixbar"s; in TEST() local
49 EXPECT_TRUE(comp(s2, s1)); in TEST()
50 EXPECT_FALSE(comp(s1, s2)); in TEST()
74 auto s2 = "prefixbar"s; in TEST() local
77 EXPECT_TRUE(comp(s2, s1)); in TEST()
78 EXPECT_FALSE(comp(s1, s2)); in TEST()
/openbmc/linux/scripts/coccinelle/iterators/
H A Dfor_each_child.cocci85 statement S,S2;
108 ?i2(...,n,...) S2
118 statement S,S2;
142 ?i2(...,n,...) S2
186 statement S, S2;
213 ?i2(...,n,...) S2
217 statement S2;
236 ?i2(...,n,...) S2
241 statement S,S2;
270 ?i2(...,n,...) S2
[all …]

12345678910>>...32