Home
last modified time | relevance | path

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

123456

/linux/arch/sparc/include/asm/
A Dprom.h23 #define of_compat_cmp(s1, s2, l) strncmp((s1), (s2), (l)) argument
24 #define of_prop_cmp(s1, s2) strcasecmp((s1), (s2)) argument
25 #define of_node_cmp(s1, s2) strcmp((s1), (s2)) argument
/linux/arch/s390/lib/
A Dstring.c210 int strcmp(const char *s1, const char *s2) in strcmp()
231 static inline int clcle(const char *s1, unsigned long l1, in clcle()
255 char *strstr(const char *s1, const char *s2) in strstr()
312 int memcmp(const void *s1, const void *s2, size_t n) in memcmp()
/linux/tools/testing/selftests/bpf/progs/
A Dbtf_dump_test_case_ordering.c9 struct s1 {}; struct
22 struct s1 s1; member
27 struct s1 s1; member
/linux/net/dccp/ccids/lib/
A Dpacket_history.c155 s1 = DCCP_SKB_CB(skb)->dccpd_seq; in __do_track_loss() local
166 s1 = tfrc_rx_hist_entry(h, 1)->tfrchrx_seqno, in __one_after_loss() local
203 s1 = tfrc_rx_hist_entry(h, 1)->tfrchrx_seqno, in __two_after_loss() local
271 u64 s1 = tfrc_rx_hist_entry(h, 1)->tfrchrx_seqno, in __three_after_loss() local
/linux/arch/x86/boot/
A Dstring.c32 int memcmp(const void *s1, const void *s2, size_t len) in memcmp()
43 int bcmp(const void *s1, const void *s2, size_t len) in bcmp()
50 const unsigned char *s1 = (const unsigned char *)str1; in strcmp() local
171 char *strstr(const char *s1, const char *s2) in strstr()
/linux/fs/ntfs3/
A Dupcase.c36 int ntfs_cmp_names(const __le16 *s1, size_t l1, const __le16 *s2, size_t l2, in ntfs_cmp_names()
72 const u16 *s1 = uni1->name; in ntfs_cmp_names_cpu() local
/linux/fs/unicode/
A Dutf8-core.c24 const struct qstr *s1, const struct qstr *s2) in utf8_strncmp()
51 const struct qstr *s1, const struct qstr *s2) in utf8_strncasecmp()
82 const struct qstr *s1) in utf8_strncasecmp_folded()
A Dutf8-selftest.c247 const struct qstr s1 = {.name = nfdi_test_data[i].str, in check_utf8_comparisons() local
257 const struct qstr s1 = {.name = nfdicf_test_data[i].str, in check_utf8_comparisons() local
/linux/fs/ntfs/
A Dunistr.c54 bool ntfs_are_names_equal(const ntfschar *s1, size_t s1_len, in ntfs_are_names_equal()
135 int ntfs_ucsncmp(const ntfschar *s1, const ntfschar *s2, size_t n) in ntfs_ucsncmp()
171 int ntfs_ucsncasecmp(const ntfschar *s1, const ntfschar *s2, size_t n, in ntfs_ucsncasecmp()
A Drunlist.c1154 s64 s1 = last_vcn + 1; in ntfs_get_size_for_mapping_pairs() local
1190 s64 s1 = last_vcn + 1; in ntfs_get_size_for_mapping_pairs() local
1356 s64 s1 = last_vcn + 1; in ntfs_mapping_pairs_build() local
1408 s64 s1 = last_vcn + 1; in ntfs_mapping_pairs_build() local
/linux/tools/testing/selftests/powerpc/stringloops/
A Dmemcmp.c37 static void test_one(char *s1, char *s2, unsigned long max_offset, in test_one()
77 char *p, *s1, *s2; in testcase() local
/linux/arch/m68k/include/asm/
A Duaccess.h200 #define ____constant_copy_from_user_asm(res, to, from, tmp, n1, n2, n3, s1, s2, s3)\ argument
238 #define ___constant_copy_from_user_asm(res, to, from, tmp, n1, n2, n3, s1, s2, s3)\ argument
291 #define __constant_copy_to_user_asm(res, to, from, tmp, n, s1, s2, s3) \ argument
/linux/drivers/thermal/
A Dk3_bandgap.c91 static unsigned int vtm_get_best_value(unsigned int s0, unsigned int s1, in vtm_get_best_value()
111 unsigned int dtemp, s0, s1, s2; in k3_bgp_read_temp() local
/linux/lib/
A Dstring.c39 int strncasecmp(const char *s1, const char *s2, size_t len) in strncasecmp()
65 int strcasecmp(const char *s1, const char *s2) in strcasecmp()
838 char *strstr(const char *s1, const char *s2) in strstr()
864 char *strnstr(const char *s1, const char *s2, size_t len) in strnstr()
A Dtest-string_helpers.c122 struct test_string_1 s1[TEST_STRING_2_MAX_S1]; member
386 const struct test_string_1 *s1 = s2->s1; in test_string_find_match() local
/linux/arch/x86/crypto/
A Dsm4-aesni-avx-asm_64.S189 #define ROUND(round, s0, s1, s2, s3) \ argument
278 #define ROUND(round, s0, s1, s2, s3, r0, r1, r2, r3) \ argument
/linux/arch/mips/include/asm/
A Dregdef.h43 #define s1 $17 macro
86 #define s1 $17 macro
/linux/tools/testing/selftests/proc/
A Dproc.h22 static inline bool streq(const char *s1, const char *s2) in streq()
/linux/fs/nfs/
A Dnfs4session.c460 static s32 nfs41_derivative_target_slotid(s32 s1, s32 s2) in nfs41_derivative_target_slotid()
470 static int nfs41_sign_s32(s32 s1) in nfs41_sign_s32()
479 static bool nfs41_same_sign_or_zero_s32(s32 s1, s32 s2) in nfs41_same_sign_or_zero_s32()
/linux/drivers/gpu/drm/i915/
A Di915_buddy.c301 static inline bool overlaps(u64 s1, u64 e1, u64 s2, u64 e2) in overlaps()
306 static inline bool contains(u64 s1, u64 e1, u64 s2, u64 e2) in contains()
/linux/tools/perf/arch/x86/tests/
A Dsample-parsing.c25 static bool samples_same(const struct perf_sample *s1, in samples_same()
/linux/fs/hfs/
A Dstring.c76 int hfs_strcmp(const unsigned char *s1, unsigned int len1, in hfs_strcmp()
/linux/tools/testing/selftests/powerpc/dscr/
A Ddscr_default_test.c25 unsigned long s1, s2; in do_test() local
/linux/drivers/firmware/efi/libstub/
A Dstring.c20 char *strstr(const char *s1, const char *s2) in strstr()
/linux/drivers/gpu/drm/radeon/
A Devergreen_smc.h35 uint16_t s1; member

Completed in 32 milliseconds

123456