/linux-6.3-rc2/tools/testing/selftests/bpf/progs/ |
A D | btf_dump_test_case_ordering.c | 15 struct s2 { struct 16 struct s2 *s2; argument 23 struct s2 s2; argument
|
A D | strncmp_bench.c | 20 const char *s2) in local_strncmp()
|
/linux-6.3-rc2/arch/sparc/include/asm/ |
A D | prom.h | 23 #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-6.3-rc2/arch/arm64/crypto/ |
A D | sm4-neon-core.S | 40 #define transpose_4x4(s0, s1, s2, s3) \ argument 50 #define transpose_4x4_2x(s0, s1, s2, s3, s4, s5, s6, s7) \ argument 68 #define rotate_clockwise_4x4(s0, s1, s2, s3) \ argument 78 #define rotate_clockwise_4x4_2x(s0, s1, s2, s3, s4, s5, s6, s7) \ argument 96 #define ROUND4(round, s0, s1, s2, s3) \ argument 161 #define ROUND8(round, s0, s1, s2, s3, t0, t1, t2, t3) \ argument
|
/linux-6.3-rc2/arch/s390/lib/ |
A D | string.c | 210 int strcmp(const char *s1, const char *s2) in strcmp() 232 const char *s2, unsigned long l2) 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-6.3-rc2/arch/x86/boot/ |
A D | string.c | 32 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() 51 const unsigned char *s2 = (const unsigned char *)str2; in strcmp() local 171 char *strstr(const char *s1, const char *s2) in strstr()
|
/linux-6.3-rc2/fs/ntfs3/ |
A D | upcase.c | 36 int ntfs_cmp_names(const __le16 *s1, size_t l1, const __le16 *s2, size_t l2, in ntfs_cmp_names() 73 const __le16 *s2 = uni2->name; in ntfs_cmp_names_cpu() local
|
/linux-6.3-rc2/fs/ntfs/ |
A D | unistr.c | 55 const ntfschar *s2, size_t s2_len, const IGNORE_CASE_BOOL ic, 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()
|
/linux-6.3-rc2/net/dccp/ccids/lib/ |
A D | packet_history.c | 167 s2 = DCCP_SKB_CB(skb)->dccpd_seq; in __one_after_loss() local 204 s2 = tfrc_rx_hist_entry(h, 2)->tfrchrx_seqno, in __two_after_loss() local 272 s2 = tfrc_rx_hist_entry(h, 2)->tfrchrx_seqno, in __three_after_loss() local
|
/linux-6.3-rc2/tools/testing/selftests/powerpc/stringloops/ |
A D | memcmp.c | 37 static void test_one(char *s1, char *s2, unsigned long max_offset, in test_one() 77 char *p, *s1, *s2; in testcase() local
|
/linux-6.3-rc2/arch/m68k/include/asm/ |
A D | uaccess.h | 190 #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-6.3-rc2/fs/unicode/ |
A D | utf8-core.c | 21 const struct qstr *s1, const struct qstr *s2) in utf8_strncmp() 47 const struct qstr *s1, const struct qstr *s2) in utf8_strncasecmp()
|
A D | utf8-selftest.c | 240 const struct qstr s2 = {.name = nfdi_test_data[i].dec, in check_utf8_comparisons() local 250 const struct qstr s2 = {.name = nfdicf_test_data[i].ncf, in check_utf8_comparisons() local
|
/linux-6.3-rc2/drivers/thermal/ |
A D | k3_bandgap.c | 94 unsigned int s2) in vtm_get_best_value() 113 unsigned int dtemp, s0, s1, s2; in k3_bgp_read_temp() local
|
/linux-6.3-rc2/lib/ |
A D | string.c | 39 int strncasecmp(const char *s1, const char *s2, size_t len) in strncasecmp() 65 int strcasecmp(const char *s1, const char *s2) in strcasecmp() 749 char *strstr(const char *s1, const char *s2) in strstr() 775 char *strnstr(const char *s1, const char *s2, size_t len) in strnstr()
|
A D | test-string_helpers.c | 383 static __init const char *test_string_find_match(const struct test_string_2 *s2, in test_string_find_match() 418 const struct test_string_2 *s2, in test_string_escape()
|
/linux-6.3-rc2/arch/x86/crypto/ |
A D | sm4-aesni-avx-asm_64.S | 188 #define ROUND(round, s0, s1, s2, s3) \ argument 276 #define ROUND(round, s0, s1, s2, s3, r0, r1, r2, r3) \ argument
|
/linux-6.3-rc2/arch/mips/include/asm/ |
A D | regdef.h | 44 #define s2 $18 macro 87 #define s2 $18 macro
|
/linux-6.3-rc2/tools/testing/selftests/proc/ |
A D | proc.h | 22 static inline bool streq(const char *s1, const char *s2) in streq()
|
/linux-6.3-rc2/tools/perf/arch/x86/tests/ |
A D | sample-parsing.c | 27 const struct perf_sample *s2, in samples_same()
|
/linux-6.3-rc2/fs/hfs/ |
A D | string.c | 77 const unsigned char *s2, unsigned int len2) in hfs_strcmp()
|
/linux-6.3-rc2/arch/arm64/kernel/pi/ |
A D | kaslr_early.c | 19 static char *__strstr(const char *s1, const char *s2) in __strstr()
|
/linux-6.3-rc2/include/linux/ |
A D | prandom.h | 17 __u32 s1, s2, s3, s4; member
|
/linux-6.3-rc2/tools/testing/selftests/powerpc/dscr/ |
A D | dscr_default_test.c | 25 unsigned long s1, s2; in do_test() local
|
/linux-6.3-rc2/include/ufs/ |
A D | ufs_quirks.h | 10 #define STR_PRFX_EQUAL(s1, s2) !strncmp(s1, s2, strlen(s1)) argument
|