Searched refs:s2 (Results 76 - 100 of 229) sorted by relevance

12345678910

/linux-master/arch/x86/boot/
H A Dboot.h155 static inline bool memcmp_fs(const void *s1, addr_t s2, size_t len) argument
159 : CC_OUT(nz) (diff), "+D" (s1), "+S" (s2), "+c" (len));
162 static inline bool memcmp_gs(const void *s1, addr_t s2, size_t len) argument
166 : CC_OUT(nz) (diff), "+D" (s1), "+S" (s2), "+c" (len));
/linux-master/arch/x86/crypto/
H A Dblowfish-x86_64-asm_64.S17 #define s2 ((16 + 2 + (2 * 256)) * 4) define
69 xorl s2(CTX,RT1,4), RT0d; \
181 xorl s2(CTX,RT1,4), RT0d; \
H A Dtwofish-x86_64-asm_64-3way.S16 #define s2 2048 define
144 g1g2_3(ab, cd, s0, s1, s2, s3, s0, s1, s2, s3, RX, RY); \
151 g1g2_3(ba, dc, s1, s2, s3, s0, s3, s0, s1, s2, RY, RX); \
/linux-master/tools/testing/selftests/bpf/progs/
H A Dnetif_receive_skb.c40 const unsigned char *s2 = m2; local
44 delta = s1[i] - s2[i];
45 if (delta || s1[i] == 0 || s2[i] == 0)
/linux-master/drivers/tty/
H A Dehv_bytechan.c264 char s2[EV_BYTE_CHANNEL_MAX_BYTES]; local
272 s2[j++] = '\r';
274 s2[j++] = c;
276 if (ehv_bc_console_byte_channel_send(stdout_bc, s2, j))
283 ehv_bc_console_byte_channel_send(stdout_bc, s2, j);
/linux-master/lib/
H A Dstring_helpers.c876 * @s2: another string
883 bool sysfs_streq(const char *s1, const char *s2) argument
885 while (*s1 && *s1 == *s2) {
887 s2++;
890 if (*s1 == *s2)
892 if (!*s1 && *s2 == '\n' && !s2[1])
894 if (*s1 == '\n' && !s1[1] && !*s2)
/linux-master/arch/x86/include/asm/uv/
H A Duv_mmrs.h58 * } s2;
909 } s2; member in union:uvh_event_occurred0_u
1583 } s2; member in union:uvyh_event_occurred1_u
2124 } s2; member in union:uvyh_event_occurred2_u
2174 } s2; member in union:uvh_extio_int0_broadcast_u
2244 } s2; member in union:uvyh_gr0_gam_gr_config_u
2347 } s2; member in union:uvh_gr0_tlb_int0_config_u
2450 } s2; member in union:uvh_gr0_tlb_int1_config_u
2553 } s2; member in union:uvh_gr1_tlb_int0_config_u
2656 } s2; member in union:uvh_gr1_tlb_int1_config_u
2700 } s2; member in union:uvh_int_cmpb_u
2777 } s2; member in union:uvh_ipi_int_u
2910 } s2; member in union:uvh_node_id_u
3024 } s2; member in union:uvh_node_present_table_u
3434 } s2; member in union:uvh_rh_gam_addr_map_config_u
3507 } s2; member in union:uvh_rh_gam_alias_0_overlay_config_u
3561 } s2; member in union:uvh_rh_gam_alias_0_redirect_config_u
3634 } s2; member in union:uvh_rh_gam_alias_1_overlay_config_u
3688 } s2; member in union:uvh_rh_gam_alias_1_redirect_config_u
3761 } s2; member in union:uvh_rh_gam_alias_2_overlay_config_u
3815 } s2; member in union:uvh_rh_gam_alias_2_redirect_config_u
3925 } s2; member in union:uvh_rh_gam_gru_overlay_config_u
3982 } s2; member in union:uvh_rh_gam_mmioh_overlay_config_u
4388 } s2; member in union:uvh_rh_gam_mmr_overlay_config_u
4437 } s2; member in union:uvh_rtc_u
4535 } s2; member in union:uvh_rtc1_int_config_u
4617 } s2; member in union:uvh_scratch5_u
[all...]
/linux-master/arch/arm/crypto/
H A Daes-neonbs-core.S193 t0, t1, t2, t3, s0, s1, s2, s3
201 vand \s2, \t3, \s0
216 veor \t2, \t2, \s2
218 veor \t0, \t0, \s2
220 veor \t1, \t1, \s2
222 vand \s2, \x5, \x1
225 veor \t1, \t1, \s2
228 vand \s2, \t3, \t1
229 veor \s1, \t2, \s2
230 veor \s3, \s0, \s2
[all...]
/linux-master/arch/arm64/crypto/
H A Daes-neonbs-core.S139 t0, t1, t2, t3, s0, s1, s2, s3
147 and \s2, \t3, \s0
162 eor \t2, \t2, \s2
164 eor \t0, \t0, \s2
166 eor \t1, \t1, \s2
168 and \s2, \x5, \x1
171 eor \t1, \t1, \s2
174 and \s2, \t3, \t1
175 eor \s1, \t2, \s2
176 eor \s3, \s0, \s2
[all...]
H A Dsm3-ce-core.S52 .macro qround, ab, s0, s1, s2, s3, s4
54 ext \s4\().16b, \s1\().16b, \s2\().16b, #12
56 ext v7.16b, \s2\().16b, \s3\().16b, #8
H A Dsha2-ce-core.S44 .macro add_update, ev, rc, s0, s1, s2, s3
47 sha256su1 v\s0\().4s, v\s2\().4s, v\s3\().4s
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
/linux-master/tools/perf/util/
H A Dstream.c229 char *s1, *s2; local
258 s2 = callchain_list__sym_name(pair_chain, cbuf2, sizeof(cbuf2),
261 scnprintf(buf1, sizeof(buf1), "%35s\t%35s", s1, s2);
/linux-master/tools/perf/util/bpf_skel/
H A Dkwork_trace.bpf.c75 unsigned int sz, const char *s2)
81 ret = (unsigned char)s1[i] - (unsigned char)s2[i];
82 if (ret || !s1[i] || !s2[i])
74 local_strncmp(const char *s1, unsigned int sz, const char *s2) argument
/linux-master/drivers/accessibility/speakup/
H A Dspeakup_keypc.c142 int s1, s2, s3, s4; local
145 s2 = inb_p(synth_port + 1);
148 pr_warn("synth timeout %d %d %d %d\n", s1, s2, s3, s4);
/linux-master/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
/linux-master/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
/linux-master/sound/pci/ac97/
H A Dac97_patch.h68 const char *s2, const char *suffix);
/linux-master/crypto/
H A Daria_generic.c230 (u8)(s2[get_u8(reg0, 3)]));
234 (u8)(s2[get_u8(reg1, 3)]));
238 (u8)(s2[get_u8(reg2, 3)]));
242 (u8)(s2[get_u8(reg3, 3)]));
/linux-master/arch/riscv/include/asm/
H A Dptrace.h34 unsigned long s2; member in struct:pt_regs
H A Dassembler.h50 REG_L s2, (SUSPEND_CONTEXT_REGS + PT_S2)(a0) variable
/linux-master/net/dccp/
H A Ddccp.h142 * @s2: first sequence number seen after the 'hole'
143 * @ndp: NDP count on packet with sequence number @s2
145 static inline u64 dccp_loss_count(const u64 s1, const u64 s2, const u64 ndp) argument
147 s64 delta = dccp_delta_seqno(s1, s2);
158 static inline bool dccp_loss_free(const u64 s1, const u64 s2, const u64 ndp)
160 return dccp_loss_count(s1, s2, ndp) == 0;
/linux-master/include/crypto/
H A Daria.h108 static const u32 s2[256] = { variable
347 s2[get_u8(*t0, 1)] ^
351 s2[get_u8(*t1, 1)] ^
355 s2[get_u8(*t2, 1)] ^
359 s2[get_u8(*t3, 1)] ^
371 s2[get_u8(*t0, 3)];
375 s2[get_u8(*t1, 3)];
379 s2[get_u8(*t2, 3)];
383 s2[get_u8(*t3, 3)];
/linux-master/fs/hfs/
H A Dstring.c74 * ROMlib_RelString(s1+1, s2+1, true, false, (s1[0]<<16) | s2[0])
77 const unsigned char *s2, unsigned int len2)
84 tmp = (int)caseorder[*(s1++)] - (int)caseorder[*(s2++)];
76 hfs_strcmp(const unsigned char *s1, unsigned int len1, const unsigned char *s2, unsigned int len2) argument
/linux-master/arch/arc/lib/
H A Dstrcmp-archs.S13 ;;; s1 and s2 are word aligned

Completed in 573 milliseconds

12345678910