Searched defs:s1 (Results 1 - 25 of 155) sorted by relevance

1234567

/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
H A Dasmmacro-32.h66 LONG_S s1, THREAD_REG17(\thread) variable
79 LONG_L s1, THREAD_REG17(\thread) variable
/linux-master/tools/testing/selftests/proc/
H A Dproc.h22 static inline bool streq(const char *s1, const char *s2) argument
/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
H A Dstrncmp_bench.c19 static __always_inline int local_strncmp(const char *s1, unsigned int sz, argument
H A Dnetif_receive_skb.c39 const unsigned char *s1 = m1; local
/linux-master/arch/mips/include/asm/mach-loongson64/
H A Dkernel-entry-init.h96 lw s1, 0x20(a0) /* check PC as an indicator */ variable
97 beqz s1, 2b variable
98 ld s1, 0x20(a0) /* get PC via mailbox reg0 */ variable
/linux-master/include/crypto/
H A Dutils.h42 unsigned long *s1 = (unsigned long *)src1; local
/linux-master/include/linux/
H A Dprandom.h16 __u32 s1, s2, s3, s4; member in struct:rnd_state
H A Dzutil.h82 unsigned long s1 = adler & 0xffff; local
/linux-master/drivers/gpu/drm/radeon/
H A Devergreen_smc.h34 uint16_t s1; member in struct:SMC_Evergreen_MCRegisterAddress
/linux-master/fs/hfs/
H A Dstring.c76 int hfs_strcmp(const unsigned char *s1, unsigned int len1, argument
/linux-master/fs/ntfs3/
H A Dupcase.c36 int ntfs_cmp_names(const __le16 *s1, size_t l1, const __le16 *s2, size_t l2, argument
72 const u16 *s1 = uni1->name; local
[all...]
/linux-master/tools/perf/arch/x86/tests/
H A Dsample-parsing.c26 static bool samples_same(const struct perf_sample *s1, argument
/linux-master/fs/unicode/
H A Dutf8-selftest.c238 const struct qstr s1 = {.name = nfdi_test_data[i].str, local
248 const struct qstr s1 = {.name = nfdicf_test_data[i].str, local
H A Dutf8-core.c20 utf8_strncmp(const struct unicode_map *um, const struct qstr *s1, const struct qstr *s2) argument
46 utf8_strncasecmp(const struct unicode_map *um, const struct qstr *s1, const struct qstr *s2) argument
75 utf8_strncasecmp_folded(const struct unicode_map *um, const struct qstr *cf, const struct qstr *s1) argument
/linux-master/drivers/firmware/efi/libstub/
H A Dstring.c50 char *strstr(const char *s1, const char *s2) argument
/linux-master/tools/perf/util/
H A Dhelp-unknown-cmd.c26 const char *s1 = (*c1)->name, *s2 = (*c2)->name; local
/linux-master/lib/crypto/
H A Dsha256.c52 #define s1(x) (ror32(x, 17) ^ ror32(x, 19) ^ (x >> 10)) macro
H A Dpoly1305-donna32.c37 u32 s1, s2, s3, s4; local
/linux-master/scripts/mod/
H A Dsymsearch.c30 static int syminfo_compare(const void *s1, const void *s2) argument
/linux-master/fs/bcachefs/
H A Dmean_and_variance.c79 u64 mean_and_variance_get_variance(struct mean_and_variance s1) argument
/linux-master/arch/alpha/include/uapi/asm/
H A Dregdef.h17 #define s1 $10 macro
/linux-master/drivers/media/usb/dvb-usb/
H A Dvp7045-fe.c30 s1 = vp7045_read_reg(state->d,0x01), local
/linux-master/tools/testing/selftests/powerpc/stringloops/
H A Dmemcmp.c37 static void test_one(char *s1, char *s2, unsigned long max_offset, argument
77 char *p, *s1, *s2; local
[all...]

Completed in 598 milliseconds

1234567