Searched defs:s2 (Results 1 - 25 of 137) sorted by relevance

123456

/linux-master/arch/mips/include/asm/
H A Dasmmacro-64.h20 LONG_S s2, THREAD_REG18(\thread) variable
33 LONG_L s2, THREAD_REG18(\thread) variable
H A Dasmmacro-32.h67 LONG_S s2, THREAD_REG18(\thread) variable
80 LONG_L s2, THREAD_REG18(\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.c15 struct s2 { struct
16 struct s2 *s2; member in struct:s2
23 struct s2 s2; member in struct:s3
H A Dstrncmp_bench.c19 local_strncmp(const char *s1, unsigned int sz, const char *s2) argument
H A Dnetif_receive_skb.c40 const unsigned char *s2 = m2; local
/linux-master/include/crypto/
H A Dutils.h43 unsigned long *s2 = (unsigned long *)src2; local
/linux-master/include/linux/
H A Dprandom.h16 __u32 s1, s2, s3, s4; member in struct:rnd_state
H A Dzutil.h83 unsigned long s2 = (adler >> 16) & 0xffff; local
/linux-master/fs/hfs/
H A Dstring.c76 hfs_strcmp(const unsigned char *s1, unsigned int len1, const unsigned char *s2, unsigned int len2) argument
/linux-master/scripts/selinux/genheaders/
H A Dgenheaders.c31 char *s2 = strdup(s); local
/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
73 const __le16 *s2 = uni2->name; local
[all...]
/linux-master/tools/perf/arch/x86/tests/
H A Dsample-parsing.c26 samples_same(const struct perf_sample *s1, const struct perf_sample *s2, u64 type) argument
/linux-master/fs/unicode/
H A Dutf8-selftest.c240 const struct qstr s2 = {.name = nfdi_test_data[i].dec, local
250 const struct qstr s2 = {.name = nfdicf_test_data[i].ncf, 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
/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/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.c82 u128_u s2 = u128_div(s1.sum_squares, s1.n); local
/linux-master/arch/alpha/include/uapi/asm/
H A Dregdef.h18 #define s2 $11 macro
/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...]
/linux-master/lib/crypto/
H A Dpoly1305-donna32.c37 u32 s1, s2, s3, s4; local
/linux-master/arch/s390/lib/
H A Dstring.c210 int strcmp(const char *s1, const char *s2) argument
231 clcle(const char *s1, unsigned long l1, const char *s2, unsigned long l2) argument
255 strstr(const char *s1, const char *s2) argument
312 memcmp(const void *s1, const void *s2, size_t n) argument
[all...]
/linux-master/arch/x86/crypto/
H A Dtwofish-x86_64-asm_64.S22 #define s2 2048 /* S2 Array */ define
H A Dtwofish-i586-asm_32.S28 #define s2 2048 /* S2 Array */ define

Completed in 343 milliseconds

123456