Searched refs:s1 (Results 251 - 273 of 273) sorted by last modified time

<<11

/linux-master/arch/mips/crypto/
H A Dchacha-core.S28 #define T0 $s1
220 sw $s1, 4($sp)
299 lw $s1, 4($sp)
/linux-master/arch/arm/crypto/
H A Dsha2-ce-core.S44 .macro add_update, ev, s0, s1, s2, s3
45 sha256su0.32 q\s0, q\s1
46 add_only \ev, \s1
H A Dsha1-ce-core.S48 .macro add_update, op, ev, rc, s0, s1, s2, s3, dg1
49 sha1su0.32 q\s0, q\s1, q\s2
50 add_only \op, \ev, \rc, \s1, \dg1
H A Dpoly1305-armv4.pl179 my ($s1,$s2,$s3)=($r1,$r2,$r3);
275 add $s1,$r1,$r1,lsr#2
293 add $s1,$r1,$r1,lsr#2
303 umlal r2,r3,$h4,$s1
304 umlal r0,r1,$h3,$s1
/linux-master/tools/testing/selftests/bpf/progs/
H A Dbtf_dump_test_case_ordering.c9 struct s1 {}; struct
22 struct s1 s1; member in struct:s3
27 struct s1 s1; member in struct:s4
/linux-master/arch/arc/lib/
H A Dstrcmp-archs.S13 ;;; s1 and s2 are word aligned
/linux-master/arch/mips/power/
H A Dhibernate_asm.S21 PTR_S s1, PT_R17(t0)
51 PTR_L s1, PT_R17(t0)
/linux-master/sound/pci/ac97/
H A Dac97_patch.h67 static int snd_ac97_swap_ctl(struct snd_ac97 *ac97, const char *s1,
/linux-master/drivers/soc/bcm/brcmstb/pm/
H A Ds2-mips.S25 sw s1, 8(sp)
36 * s1: DDR_PHY base register
45 lw s1, 4(t0)
104 1: lw t0, DDR40_PHY_CONTROL_REGS_0_PLL_STATUS(s1)
180 lw s1, 8(sp)
H A Ds3-mips.S28 sw s1, 8(t0)
125 lw s1, 8(t0)
/linux-master/arch/powerpc/crypto/
H A Daes-spe-modes.S125 #define ENDIAN_SWAP(t0, t1, s0, s1) \
127 rotrwi t1,s1,8; \
129 rlwimi t1,s1,8,8,15; \
131 rlwimi t1,s1,8,24,31;
/linux-master/arch/powerpc/boot/
H A Doflib.c94 /* returns true if s2 is a prefix of s1 */
95 static int string_match(const char *s1, const char *s2) argument
98 if (*s1++ != *s2)
H A Dstring.h11 extern int strcmp(const char *s1, const char *s2);
12 extern int strncmp(const char *s1, const char *s2, size_t n);
20 extern int memcmp(const void *s1, const void *s2, size_t n);
/linux-master/arch/mips/fw/lib/
H A Dcall_o32.S55 REG_S s1,O32_FRAMESZ-10*SZREG(sp)
91 REG_L s1,O32_FRAMESZ-10*SZREG(sp)
/linux-master/tools/testing/selftests/proc/
H A Dproc.h22 static inline bool streq(const char *s1, const char *s2) argument
24 return strcmp(s1, s2) == 0;
/linux-master/drivers/media/dvb-frontends/cxd2880/
H A Dcxd2880_dvbt2.h294 enum cxd2880_dvbt2_s1 s1; member in struct:cxd2880_dvbt2_l1pre
/linux-master/include/video/
H A Dnewport.h27 struct { volatile unsigned short s0, s1; } byshort; member in struct:np_dcb::__anon13655
403 return regs->set.dcbdata0.byshort.s1;
435 regs->set.dcbdata0.byshort.s1 = addr;
/linux-master/arch/sparc/kernel/
H A Dvisemul.c461 s16 s1, s2; local
463 s1 = (rs1 >> (56 - (i * 8))) & 0xff;
467 s1 -= s2;
468 if (s1 < 0)
469 s1 = ~s1 + 1;
471 rd_val += s1;
/linux-master/arch/mips/include/asm/
H A Dasmmacro-64.h19 LONG_S s1, THREAD_REG17(\thread) variable
32 LONG_L s1, THREAD_REG17(\thread) variable
/linux-master/arch/alpha/include/uapi/asm/
H A Dregdef.h17 #define s1 $10 macro
/linux-master/fs/hfs/
H A Dstring.c74 * ROMlib_RelString(s1+1, s2+1, true, false, (s1[0]<<16) | s2[0])
76 int hfs_strcmp(const unsigned char *s1, unsigned int len1, argument
84 tmp = (int)caseorder[*(s1++)] - (int)caseorder[*(s2++)];
/linux-master/include/linux/
H A Dzutil.h57 #define DO1(buf,i) {s1 += buf[i]; s2 += s1;}
82 unsigned long s1 = adler & 0xffff; local
97 s1 += *buf++;
98 s2 += s1;
100 s1 %= BASE;
103 return (s2 << 16) | s1;
/linux-master/Documentation/trace/
H A Dfunction-graph-fold.vim22 return 's1'

Completed in 261 milliseconds

<<11