/linux/tools/testing/selftests/bpf/progs/ |
H A D | btf_dump_test_case_ordering.c | 15 struct s2 { struct 16 struct s2 *s2; argument 23 struct s2 s2; member
|
H A D | strncmp_bench.c | 20 const char *s2) in local_strncmp() argument
|
H A D | netif_receive_skb.c | 37 const unsigned char *s2 = m2; in __strncmp() local
|
/linux/arch/sparc/include/asm/ |
H A D | prom.h | 24 #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/arm64/crypto/ |
H 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/fs/ntfs3/ |
H 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/net/dccp/ccids/lib/ |
H A D | packet_history.c |
|
/linux/tools/testing/selftests/powerpc/stringloops/ |
H 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/arch/m68k/include/asm/ |
H 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/lib/ |
H A D | string.c | 40 int strncasecmp(const char *s1, const char *s2, size_t len) in strncasecmp() 66 int strcasecmp(const char *s1, const char *s2) in strcasecmp() 751 char *strstr(const char *s1, const char *s2) in strstr() 777 char *strnstr(const char *s1, const char *s2, size_t len) in strnstr()
|
/linux/arch/x86/crypto/ |
H 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/tools/testing/selftests/proc/ |
H A D | proc.h | 22 static inline bool streq(const char *s1, const char *s2) in streq()
|
/linux/tools/perf/arch/x86/tests/ |
H A D | sample-parsing.c | 27 const struct perf_sample *s2, in samples_same()
|
/linux/fs/hfs/ |
H A D | string.c | 77 const unsigned char *s2, unsigned int len2) in hfs_strcmp()
|
/linux/include/crypto/ |
H A D | utils.h | 43 unsigned long *s2 = (unsigned long *)src2; in crypto_xor_cpy() local
|
/linux/tools/testing/selftests/net/netfilter/ |
H A D | conntrack_reverse_clash.c | 64 int s1, s2, status; in main() local
|
/linux/include/ufs/ |
H A D | ufs_quirks.h | 10 #define STR_PRFX_EQUAL(s1, s2) !strncmp(s1, s2, strlen(s1)) argument
|
/linux/tools/perf/util/ |
H A D | help-unknown-cmd.c | 26 const char *s1 = (*c1)->name, *s2 = (*c2)->name; in levenshtein_compare() local
|
/linux/fs/hfsplus/ |
H A D | unicode.c | 33 const struct hfsplus_unistr *s2) in hfsplus_strcasecmp() 66 const struct hfsplus_unistr *s2) in hfsplus_strcmp()
|
/linux/arch/loongarch/include/asm/ |
H A D | regdef.h | 33 #define s2 $r25 macro
|
/linux/arch/alpha/include/uapi/asm/ |
H A D | regdef.h | 18 #define s2 $11 macro
|
/linux/include/linux/ |
H A D | zutil.h | 83 unsigned long s2 = (adler >> 16) & 0xffff; in zlib_adler32() local
|
/linux/fs/bcachefs/ |
H A D | mean_and_variance.c | 82 u128_u s2 = u128_div(s1.sum_squares, s1.n); in mean_and_variance_get_variance() local
|
/linux/lib/crypto/ |
H A D | poly1305-donna64.c | 39 u64 s1, s2; in poly1305_core_blocks() local
|
/linux/fs/nfs/ |
H A D | nfs4session.c | 460 static s32 nfs41_derivative_target_slotid(s32 s1, s32 s2) in nfs41_derivative_target_slotid() 479 static bool nfs41_same_sign_or_zero_s32(s32 s1, s32 s2) in nfs41_same_sign_or_zero_s32()
|