Home
last modified time | relevance | path

Searched defs:s1 (Results 1 – 25 of 141) sorted by relevance

123456

/linux/arch/sparc/include/asm/
H A Dprom.h24 #define of_compat_cmp(s1, s2, l) strncmp((s1), (s2), (l)) argument
25 #define of_prop_cmp(s1, s2) strcasecmp((s1), (s2)) argument
26 #define of_node_cmp(s1, s2) strcmp((s1), (s2)) argument
/linux/arch/s390/lib/
H A Dstring.c164 int strcmp(const char *s1, const char *s2) in strcmp() argument
185 static inline int clcle(const char *s1, unsigne argument
208 strstr(const char * s1,const char * s2) strstr() argument
265 memcmp(const void * s1,const void * s2,size_t n) memcmp() argument
[all...]
/linux/tools/testing/selftests/bpf/progs/
H A Dbtf_dump_test_case_ordering.c9 struct s1 {}; struct
22 struct s1 s1; member
27 struct s1 s1; member
H A Dstrncmp_bench.c19 static __always_inline int local_strncmp(const char *s1, unsigned int sz, in local_strncmp() argument
/linux/arch/x86/boot/
H A Dstring.c32 int memcmp(const void *s1, const void *s2, size_t len) in memcmp() argument
43 int bcmp(const void *s1, const void *s2, size_t len) in bcmp() argument
50 const unsigned char *s1 = (const unsigned char *)str1; in strcmp() local
163 char *strstr(const char *s1, cons argument
[all...]
/linux/fs/unicode/
H A Dutf8-core.c21 const struct qstr *s1, const struct qstr *s2) in utf8_strncmp() argument
47 const struct qstr *s1, const struct qstr *s2) in utf8_strncasecmp() argument
77 const struct qstr *s1) in utf8_strncasecmp_folded() argument
/linux/fs/ntfs3/
H A Dupcase.c36 int ntfs_cmp_names(const __le16 *s1, size_t l1, const __le16 *s2, size_t l2, in ntfs_cmp_names() argument
72 const u16 *s1 = uni1->name; in ntfs_cmp_names_cpu() local
[all...]
/linux/tools/testing/selftests/powerpc/stringloops/
H A Dmemcmp.c37 static void test_one(char *s1, char *s2, unsigned long max_offset, in test_one() argument
77 char *p, *s1, *s2; in testcase() local
[all...]
/linux/fs/unicode/tests/
H A Dutf8_kunit.c220 const struct qstr s1 = {.name = nfdi_test_data[i].str, in check_utf8_comparisons() local
231 const struct qstr s1 = {.name = nfdicf_test_data[i].str, in check_utf8_comparisons() local
/linux/arch/m68k/include/asm/
H A Duaccess.h190 #define ____constant_copy_from_user_asm(res, to, from, tmp, n1, n2, n3, s1, s2, s3)\ argument
228 #define ___constant_copy_from_user_asm(res, to, from, tmp, n1, n2, n3, s1, s2, s3)\ argument
281 #define __constant_copy_to_user_asm(res, to, from, tmp, n, s1, s2, s3) \ argument
/linux/drivers/thermal/
H A Dk3_bandgap.c92 static unsigned int vtm_get_best_value(unsigned int s0, unsigned int s1, in vtm_get_best_value() argument
112 unsigned int dtemp, s0, s1, s2; in k3_bgp_read_temp() local
/linux/lib/
H A Dstring.c40 int strncasecmp(const char *s1, const char *s2, size_t len) in strncasecmp() argument
66 int strcasecmp(const char *s1, const char *s2) in strcasecmp() argument
751 char *strstr(const char *s1, const char *s2) in strstr() argument
777 strnstr(const char * s1,const char * s2,size_t len) strnstr() argument
[all...]
/linux/arch/x86/crypto/
H A Dsm4-aesni-avx-asm_64.S188 #define ROUND(round, s0, s1, s2, s3) \ argument
276 #define ROUND(round, s0, s1, s2, s3, r0, r1, r2, r3) \ argument
/linux/tools/testing/selftests/proc/
H A Dproc.h22 static inline bool streq(const char *s1, const char *s2) in streq() argument
/linux/fs/nfs/
H A Dnfs4session.c460 static s32 nfs41_derivative_target_slotid(s32 s1, s32 s2) in nfs41_derivative_target_slotid() argument
470 static int nfs41_sign_s32(s32 s1) in nfs41_sign_s32() argument
479 static bool nfs41_same_sign_or_zero_s32(s32 s1, s3 argument
[all...]
/linux/fs/hfs/
H A Dstring.c76 int hfs_strcmp(const unsigned char *s1, unsigned int len1, in hfs_strcmp() argument
/linux/include/linux/
H A Dprandom.h17 __u32 s1, s2, s3, s4; member
/linux/include/crypto/
H A Dutils.h42 unsigned long *s1 = (unsigned long *)src1; in crypto_xor_cpy() local
/linux/tools/include/linux/
H A Dprandom.h8 __u32 s1, s2, s3, s4; member
/linux/drivers/gpu/drm/radeon/
H A Devergreen_smc.h34 uint16_t s1; member
/linux/tools/testing/selftests/net/netfilter/
H A Dconntrack_reverse_clash.c64 int s1, s2, status; in main() local
/linux/include/ufs/
H A Dufs_quirks.h10 #define STR_PRFX_EQUAL(s1, s2) !strncmp(s1, s2, strlen(s1)) argument
/linux/tools/perf/util/
H A Dhelp-unknown-cmd.c26 const char *s1 = (*c1)->name, *s2 = (*c2)->name; in levenshtein_compare() local
/linux/fs/hfsplus/
H A Dunicode.c32 int hfsplus_strcasecmp(const struct hfsplus_unistr *s1, in hfsplus_strcasecmp() argument
65 int hfsplus_strcmp(const struct hfsplus_unistr *s1, in hfsplus_strcmp() argument
/linux/arch/loongarch/include/asm/
H A Dregdef.h32 #define s1 $r24 macro

123456