| /arch/sparc/include/asm/ |
| 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
|
| /arch/arm64/crypto/ |
| 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
|
| /arch/s390/lib/ |
| D | string.c | 210 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()
|
| /arch/x86/boot/ |
| 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() 50 const unsigned char *s1 = (const unsigned char *)str1; in strcmp() local 171 char *strstr(const char *s1, const char *s2) in strstr()
|
| D | boot.h | 155 static inline bool memcmp_fs(const void *s1, addr_t s2, size_t len) in memcmp_fs() 162 static inline bool memcmp_gs(const void *s1, addr_t s2, size_t len) in memcmp_gs()
|
| /arch/m68k/include/asm/ |
| 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
|
| /arch/x86/crypto/ |
| 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
|
| D | twofish-x86_64-asm_64.S | 21 #define s1 1024 /* S1 Array */ macro
|
| D | twofish-i586-asm_32.S | 27 #define s1 1024 /* S1 Array */ macro
|
| D | blowfish-x86_64-asm_64.S | 16 #define s1 ((16 + 2 + (1 * 256)) * 4) macro
|
| D | sm4-aesni-avx2-asm_64.S | 182 #define ROUND(round, s0, s1, s2, s3, r0, r1, r2, r3) \ argument
|
| D | des3_ede-asm_64.S | 13 #define s1 .L_s1 macro
|
| D | twofish-x86_64-asm_64-3way.S | 15 #define s1 1024 macro
|
| D | cast5-avx-x86_64-asm_64.S | 27 #define s1 cast_s1 macro
|
| /arch/loongarch/include/asm/ |
| D | regdef.h | 32 #define s1 $r24 macro
|
| /arch/alpha/include/uapi/asm/ |
| D | regdef.h | 17 #define s1 $10 macro
|
| /arch/s390/boot/ |
| D | Makefile | 50 s1=`$(OBJDUMP) -t "$<" | grep "\s$*\s\+" | sort | \ macro
|
| /arch/powerpc/kvm/ |
| D | book3s_rtas.c | 136 static int rtas_name_matches(char *s1, char *s2) in rtas_name_matches()
|
| /arch/powerpc/boot/ |
| D | oflib.c | 95 static int string_match(const char *s1, const char *s2) in string_match()
|
| /arch/powerpc/crypto/ |
| D | aes-spe-modes.S | 125 #define ENDIAN_SWAP(t0, t1, s0, s1) \ argument
|
| /arch/riscv/include/asm/ |
| D | compat.h | 48 compat_ulong_t s1; member
|
| D | ptrace.h | 25 unsigned long s1; member
|
| /arch/mips/alchemy/devboards/ |
| D | db1000.c | 453 int c0, c1, d0, d1, s0, s1, flashsize = 32, twosocks = 1; in db1000_dev_setup() local
|
| /arch/powerpc/mm/nohash/ |
| D | kaslr_booke.c | 94 static __init bool regions_overlap(u32 s1, u32 e1, u32 s2, u32 e2) in regions_overlap()
|
| /arch/s390/kernel/ |
| D | sysinfo.c | 483 #define STSI_FILE(fc, s1, s2) \ argument
|