Home
last modified time | relevance | path

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

12

/linux-4.19.296/fs/ntfs/
Dunistr.c68 bool ntfs_are_names_equal(const ntfschar *s1, size_t s1_len, in ntfs_are_names_equal()
149 int ntfs_ucsncmp(const ntfschar *s1, const ntfschar *s2, size_t n) in ntfs_ucsncmp()
185 int ntfs_ucsncasecmp(const ntfschar *s1, const ntfschar *s2, size_t n, in ntfs_ucsncasecmp()
Drunlist.c1168 s64 s1 = last_vcn + 1; in ntfs_get_size_for_mapping_pairs() local
1204 s64 s1 = last_vcn + 1; in ntfs_get_size_for_mapping_pairs() local
1370 s64 s1 = last_vcn + 1; in ntfs_mapping_pairs_build() local
1422 s64 s1 = last_vcn + 1; in ntfs_mapping_pairs_build() local
/linux-4.19.296/lib/
Dstring.c42 int strncasecmp(const char *s1, const char *s2, size_t len) in strncasecmp()
68 int strcasecmp(const char *s1, const char *s2) in strcasecmp()
674 bool sysfs_streq(const char *s1, const char *s2) in sysfs_streq()
976 char *strstr(const char *s1, const char *s2) in strstr()
1002 char *strnstr(const char *s1, const char *s2, size_t len) in strnstr()
Dtest-string_helpers.c122 struct test_string_1 s1[TEST_STRING_2_MAX_S1]; member
244 const struct test_string_1 *s1 = s2->s1; in test_string_find_match() local
Dsha256.c36 #define s1(x) (ror32(x, 17) ^ ror32(x, 19) ^ (x >> 10)) macro
/linux-4.19.296/fs/hfs/
Dstring.c76 int hfs_strcmp(const unsigned char *s1, unsigned int len1, in hfs_strcmp()
/linux-4.19.296/fs/nfs/
Dnfs4session.c456 static s32 nfs41_derivative_target_slotid(s32 s1, s32 s2) in nfs41_derivative_target_slotid()
466 static int nfs41_sign_s32(s32 s1) in nfs41_sign_s32()
475 static bool nfs41_same_sign_or_zero_s32(s32 s1, s32 s2) in nfs41_same_sign_or_zero_s32()
Dnfs4client.c643 nfs4_check_server_scope(struct nfs41_server_scope *s1, in nfs4_check_server_scope()
Dnfs4_fs.h578 static inline bool nfs4_stateid_is_newer(const nfs4_stateid *s1, const nfs4_stateid *s2) in nfs4_stateid_is_newer()
/linux-4.19.296/include/linux/
Dzutil.h82 unsigned long s1 = adler & 0xffff; in zlib_adler32() local
Dprandom.h45 __u32 s1, s2, s3, s4; member
Dnls.h76 static inline int nls_strnicmp(struct nls_table *t, const unsigned char *s1, in nls_strnicmp()
Dof.h966 #define of_compat_cmp(s1, s2, l) strcasecmp((s1), (s2)) argument
967 #define of_prop_cmp(s1, s2) strcmp((s1), (s2)) argument
968 #define of_node_cmp(s1, s2) strcasecmp((s1), (s2)) argument
/linux-4.19.296/fs/hfsplus/
Dunicode.c32 int hfsplus_strcasecmp(const struct hfsplus_unistr *s1, in hfsplus_strcasecmp()
65 int hfsplus_strcmp(const struct hfsplus_unistr *s1, in hfsplus_strcmp()
/linux-4.19.296/crypto/
Dsha512_generic.c91 #define s1(x) (ror64(x,19) ^ ror64(x,61) ^ (x >> 6)) macro
Dsha256_generic.c59 #define s1(x) (ror32(x,17) ^ ror32(x,19) ^ (x >> 10)) macro
Dpoly1305_generic.c99 u32 s1, s2, s3, s4; in poly1305_blocks() local
Dcast6_generic.c29 #define s1 cast_s1 macro
Dcast5_generic.c297 #define s1 cast_s1 macro
/linux-4.19.296/drivers/media/dvb-frontends/
Dmt352.c420 int s0, s1, s3; in mt352_read_status() local
/linux-4.19.296/fs/ceph/
Dsuper.c410 static int strcmp_null(const char *s1, const char *s2) in strcmp_null()
/linux-4.19.296/include/crypto/
Dalgapi.h228 unsigned long *s1 = (unsigned long *)src1; in crypto_xor_cpy() local
/linux-4.19.296/drivers/fsi/
Dfsi-sbefifo.c209 u32 dh, s0, s1; in sbefifo_parse_status() local
/linux-4.19.296/drivers/media/dvb-frontends/cxd2880/
Dcxd2880_dvbt2.h294 enum cxd2880_dvbt2_s1 s1; member
/linux-4.19.296/drivers/char/ipmi/
Dipmi_ssif.c1400 static int strcmp_nospace(char *s1, char *s2) in strcmp_nospace()

12