Searched refs:s2 (Results 51 - 75 of 229) sorted by relevance

12345678910

/linux-master/arch/mips/include/asm/
H A Dregdef.h134 #define s2 $18 macro
177 #define s2 $18 macro
H A Dasmmacro-32.h67 LONG_S s2, THREAD_REG18(\thread) variable
80 LONG_L s2, THREAD_REG18(\thread) variable
/linux-master/fs/bcachefs/
H A Dmean_and_variance.c82 u128_u s2 = u128_div(s1.sum_squares, s1.n); local
85 return u128_lo(u128_sub(s2, u128_square(s3)));
/linux-master/tools/perf/util/
H A Dhelp-unknown-cmd.c26 const char *s1 = (*c1)->name, *s2 = (*c2)->name; local
29 return l1 != l2 ? l1 - l2 : strcmp(s1, s2);
H A Dstring.c196 * @s2: 2nd string to be compared
200 int strtailcmp(const char *s1, const char *s2) argument
203 int i2 = strlen(s2);
205 if (s1[i1] != s2[i2])
206 return s1[i1] - s2[i2];
/linux-master/tools/testing/selftests/powerpc/copyloops/
H A Dmemmove_validate.c8 void *TEST_MEMMOVE(const void *s1, const void *s2, size_t n);
/linux-master/arch/loongarch/power/
H A Dhibernate_asm.S23 PTR_S s2, t0, PT_R25
57 PTR_L s2, t0, PT_R25
/linux-master/arch/arm/boot/compressed/
H A Ddecompress.c32 extern char * strstr(const char * s1, const char *s2);
/linux-master/lib/crypto/
H A Dpoly1305-donna64.c39 u64 s1, s2; local
58 s2 = key->precomputed_s.r64[1];
73 d = (u128)h1 * s2;
80 d = (u128)h2 * s2;
H A Dpoly1305-donna32.c37 u32 s1, s2, s3, s4; local
54 s2 = key->precomputed_s.r[1];
74 ((u64)h2 * s3) + ((u64)h3 * s2) +
78 ((u64)h4 * s2);
/linux-master/arch/riscv/include/uapi/asm/
H A Dptrace.h43 unsigned long s2; member in struct:user_regs_struct
/linux-master/arch/loongarch/kernel/
H A Drethook_trampoline.S31 cfi_st s2, PT_R25
66 cfi_ld s2, PT_R25
/linux-master/drivers/pwm/
H A Dcore.c37 struct pwm_state s1 = { 0 }, s2 = { 0 }; local
64 s2.polarity = state->polarity;
65 s2.duty_cycle = s1.period - s1.duty_cycle;
66 s2.period = s1.period;
67 s2.enabled = s1.enabled;
69 s2 = s1;
72 if (s2.polarity != state->polarity &&
78 last->period > s2.period &&
82 state->period, s2.period, last->period);
84 if (state->enabled && state->period < s2
[all...]
/linux-master/tools/mm/
H A Dslabinfo.c1066 struct slabinfo *s1,*s2; local
1069 for (s2 = s1 + 1; s2 < slabinfo + slabs; s2++) {
1073 if (slab_size(s1) == slab_size(s2))
1074 result = strcasecmp(s1->name, s2->name);
1076 result = slab_size(s1) < slab_size(s2);
1078 if (slab_activity(s1) == slab_activity(s2))
1079 result = strcasecmp(s1->name, s2->name);
1081 result = slab_activity(s1) < slab_activity(s2);
[all...]
/linux-master/arch/x86/crypto/
H A Dtwofish-i586-asm_32.S28 #define s2 2048 /* S2 Array */ define
72 mov s2(%ebp,%edi,4),%esi;\
75 xor s2(%ebp,%edi,4),d ## D;\
110 mov s2(%ebp,%edi,4),%esi;\
113 xor s2(%ebp,%edi,4),d ## D;\
155 xor s2(%ebp,%edi,4),c ## D;\
162 xor s2(%ebp,%edi,4),%esi;\
193 xor s2(%ebp,%edi,4),c ## D;\
200 xor s2(%ebp,%edi,4),%esi;\
/linux-master/lib/
H A Dstring_helpers_kunit.c372 static const char *test_string_find_match(const struct test_string_2 *s2, argument
375 const struct test_string_1 *s1 = s2->s1;
379 return s2->in;
406 const struct test_string_2 *s2,
420 for (; s2->in; s2++) {
437 out = test_string_find_match(s2, flags);
442 len = strlen(s2->in);
443 memcpy(&in[p], s2->in, len);
405 test_string_escape(struct kunit *test, const char *name, const struct test_string_2 *s2, unsigned int flags, const char *esc) argument
/linux-master/fs/hfsplus/
H A Dunicode.c33 const struct hfsplus_unistr *s2)
39 len2 = be16_to_cpu(s2->length);
41 p2 = s2->unicode;
66 const struct hfsplus_unistr *s2)
73 len2 = be16_to_cpu(s2->length);
75 p2 = s2->unicode;
32 hfsplus_strcasecmp(const struct hfsplus_unistr *s1, const struct hfsplus_unistr *s2) argument
65 hfsplus_strcmp(const struct hfsplus_unistr *s1, const struct hfsplus_unistr *s2) argument
/linux-master/drivers/soc/bcm/brcmstb/pm/
H A Ds3-mips.S29 sw s2, 12(t0)
124 lw s2, 12(t0)
/linux-master/scripts/
H A Dbootgraph.pl177 my ($s, $s2, $s3, $e, $w, $y, $y2, $style);
185 $s2 = $s + 6;
205 print "<text transform=\"translate($s2,$y2) rotate(90)\">$key</text>\n";
/linux-master/arch/mips/kernel/
H A Dcps-vec-ns16550.S90 move s2, a0
93 move a0, s2
/linux-master/drivers/infiniband/hw/hfi1/
H A Dexp_rcv.h121 struct exp_tid_set *s2)
124 tid_group_add_tail(group, s2);
119 tid_group_move(struct tid_group *group, struct exp_tid_set *s1, struct exp_tid_set *s2) argument
/linux-master/tools/testing/selftests/ftrace/test.d/kprobe/
H A Dkprobe_args_syntax.tc37 BADREG=%s2
/linux-master/scripts/mod/
H A Dsymsearch.c30 static int syminfo_compare(const void *s1, const void *s2) argument
33 const struct syminfo *sym2 = s2;
/linux-master/arch/arm/crypto/
H A Dsha2-ce-core.S44 .macro add_update, ev, s0, s1, s2, s3
47 sha256su1.32 q\s0, q\s2, q\s3
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

Completed in 243 milliseconds

12345678910