Searched refs:s2 (Results 101 - 125 of 229) sorted by relevance

12345678910

/linux-master/arch/arm/crypto/
H A Dblake2s-core.S62 // column/diagonal needs, and likewise s2-s3 for the second column/diagonal.
68 .macro _blake2s_quarterround a0, b0, c0, d0, a1, b1, c1, d1, s0, s1, s2, s3
71 ldr M_1, [sp, #32 + 4 * \s2]
128 .macro _blake2s_round s0, s1, s2, s3, s4, s5, s6, s7, \
135 \s0, \s1, \s2, \s3
/linux-master/arch/powerpc/kvm/
H A Dbook3s_rtas.c136 static int rtas_name_matches(char *s1, char *s2) argument
139 return !strncmp(s1, s2, sizeof(args.name));
/linux-master/arch/riscv/kernel/
H A Dcrash_save_regs.S31 REG_S s2, PT_S2(a0) /* x18 */
H A Dsuspend_entry.S34 REG_S s2, (SUSPEND_CONTEXT_REGS + PT_S2)(a0)
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dampdu.c824 u32 s1, u32 s2)
873 bitmap[4] = s2 & 0xff;
874 bitmap[5] = (s2 >> 8) & 0xff;
875 bitmap[6] = (s2 >> 16) & 0xff;
876 bitmap[7] = (s2 >> 24) & 0xff;
1015 u32 s1 = 0, s2 = 0; local
1035 s2 = bcma_read32(wlc->hw->d11core, D11REGOFFS(frmtxstatus2));
1039 brcms_c_ampdu_dotxstatus_complete(ampdu, scb, p, txs, s1, s2);
822 brcms_c_ampdu_dotxstatus_complete(struct ampdu_info *ampdu, struct scb *scb, struct sk_buff *p, struct tx_status *txs, u32 s1, u32 s2) argument
/linux-master/tools/include/nolibc/
H A Dstring.h19 int memcmp(const void *s1, const void *s2, size_t n) argument
24 while (ofs < n && !(c1 = ((unsigned char *)s1)[ofs] - ((unsigned char *)s2)[ofs])) {
/linux-master/tools/testing/selftests/bpf/
H A Dveristat.c1141 static int cmp_stat(const struct verif_stats *s1, const struct verif_stats *s2, argument
1148 cmp = strcmp(s1->file_name, s2->file_name);
1151 cmp = strcmp(s1->prog_name, s2->prog_name);
1161 long v2 = s2->stats[id];
1182 const struct verif_stats *s1 = v1, *s2 = v2; local
1186 cmp = cmp_stat(s1, s2, env.sort_spec.ids[i],
1193 cmp = strcmp(s1->file_name, s2->file_name);
1196 return strcmp(s1->prog_name, s2->prog_name);
1255 const struct verif_stats_join *s2,
1264 fetch_join_stat_value(s2, i
1254 cmp_join_stat(const struct verif_stats_join *s1, const struct verif_stats_join *s2, enum stat_id id, enum stat_variant var, bool asc, bool abs) argument
1281 const struct verif_stats_join *s1 = v1, *s2 = v2; local
[all...]
/linux-master/fs/nfs/
H A Dnfs4session.c460 static s32 nfs41_derivative_target_slotid(s32 s1, s32 s2) argument
462 s1 -= s2;
479 static bool nfs41_same_sign_or_zero_s32(s32 s1, s32 s2) argument
481 if (!s1 || !s2)
483 return nfs41_sign_s32(s1) == nfs41_sign_s32(s2);
H A Dnfs4_fs.h605 static inline bool nfs4_stateid_is_newer(const nfs4_stateid *s1, const nfs4_stateid *s2) argument
607 return (s32)(be32_to_cpu(s1->seqid) - be32_to_cpu(s2->seqid)) > 0;
610 static inline bool nfs4_stateid_is_next(const nfs4_stateid *s1, const nfs4_stateid *s2) argument
613 u32 seq2 = be32_to_cpu(s2->seqid);
/linux-master/arch/x86/crypto/
H A Dtwofish-avx-x86_64-asm_64.S27 #define s2 2048 define
119 G(RGI1, RGI2, x1, s0, s1, s2, s3); \
125 G(RGI3, RGI4, y1, s1, s2, s3, s0); \
131 G(RGI1, RGI2, x2, s0, s1, s2, s3); \
135 G(RGI3, RGI4, y2, s1, s2, s3, s0); \
H A Dsm4-aesni-avx-asm_64.S188 #define ROUND(round, s0, s1, s2, s3) \
191 vpxor s2, RX0, RX0; \
192 vpxor s3, RX0, RX0; /* s1 ^ s2 ^ s3 ^ rk */ \
276 #define ROUND(round, s0, s1, s2, s3, r0, r1, r2, r3) \
282 vpxor s2, RX0, RX0; \
283 vpxor s3, RX0, RX0; /* s1 ^ s2 ^ s3 ^ rk */ \
/linux-master/drivers/firmware/efi/libstub/
H A Defi-stub-helper.c336 const efi_char16_t *s2; local
349 s2 = options;
351 efi_char16_t c = *s2++;
384 } else if ((*s2 & 0xfc00) == 0xdc00) {
387 s2++;
/linux-master/arch/s390/kernel/
H A Dsysinfo.c483 #define STSI_FILE(fc, s1, s2) \
484 static int stsi_open_##fc##_##s1##_##s2(struct inode *inode, struct file *file)\
489 if (stsi(file->private_data, fc, s1, s2)) { \
497 static const struct file_operations stsi_##fc##_##s1##_##s2##_fs_ops = { \
498 .open = stsi_open_##fc##_##s1##_##s2, \
/linux-master/drivers/video/fbdev/aty/
H A Dradeon_monitor.c376 char s1[5], s2[5]; local
398 s2[i] = *s;
409 s2[i] = 0;
412 s2[0] = 0;
421 if (strcmp(s2, "CRT") == 0)
423 else if (strcmp(s2, "TMDS") == 0)
425 else if (strcmp(s2, "LVDS") == 0)
/linux-master/arch/mips/crypto/
H A Dchacha-core.S26 #define X15 $s2
221 sw $s2, 8($sp)
300 lw $s2, 8($sp)
/linux-master/arch/riscv/crypto/
H A Dchacha-riscv64-zvkb.S65 #define KEY2 s2
146 sd s2, 16(sp)
282 ld s2, 16(sp)
/linux-master/include/linux/
H A Dstring.h162 extern int strcasecmp(const char *s1, const char *s2);
165 extern int strncasecmp(const char *s1, const char *s2, size_t n);
306 extern bool sysfs_streq(const char *s1, const char *s2);
/linux-master/tools/testing/selftests/powerpc/alignment/
H A Dalignment_handler.c182 void dumpdata(char *s1, char *s2, int n, char *test_name) argument
193 printf(" %02x", s2[i]);
197 int test_memcmp(void *s1, void *s2, int n, int offset, char *test_name) argument
203 s2c = s2;
/linux-master/crypto/
H A Dcast6_generic.c23 #define s2 cast_s2 macro
28 (((s1[I >> 24] ^ s2[(I>>16)&0xff]) - s3[(I>>8)&0xff]) + s4[I&0xff]))
30 (((s1[I >> 24] - s2[(I>>16)&0xff]) + s3[(I>>8)&0xff]) ^ s4[I&0xff]))
32 (((s1[I >> 24] + s2[(I>>16)&0xff]) ^ s3[(I>>8)&0xff]) - s4[I&0xff]))
/linux-master/tools/perf/util/
H A Dheader.h193 int strcmp_cpuid_str(const char *s1, const char *s2);
/linux-master/kernel/
H A Dtaskstats.c298 struct listener *s, *tmp, *s2; local
324 list_for_each_entry(s2, &listeners->list, list) {
325 if (s2->pid == pid && s2->valid)
/linux-master/tools/testing/selftests/kvm/include/riscv/
H A Dprocessor.h81 unsigned long s2; member in struct:ex_regs
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dsockmap_listen.c246 int s1, s2; local
254 s2 = socket_loopback(family, sotype);
255 if (s2 < 0)
262 value = s2;
264 xclose(s2);
1158 int s1, s2, c, err; local
1170 s2 = socket_loopback_reuseport(family, sotype, reuseport_prog);
1171 if (s2 < 0)
1174 err = add_to_sockmap(sock_map, s1, s2);
1178 /* Connect to s2, reusepor
[all...]
/linux-master/tools/testing/selftests/net/tcp_ao/
H A Dbench-lookups.c77 double s2; member in struct:bench_stats
125 st->s2 += delta * ((double)nsec - st->mean);
/linux-master/arch/riscv/kvm/
H A Dvcpu_switch.S33 REG_S s2, (KVM_ARCH_HOST_S2)(a0)
93 REG_L s2, (KVM_ARCH_GUEST_S2)(a0)
137 REG_S s2, (KVM_ARCH_GUEST_S2)(a0)
198 REG_L s2, (KVM_ARCH_HOST_S2)(a0)

Completed in 571 milliseconds

12345678910