/arch/sparc/include/asm/ |
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
|
/arch/s390/lib/ |
D | string.c | 222 int strcmp(const char *s1, const char *s2) in strcmp() 261 const char *s2, unsigned long l2) in clcle() 284 char *strstr(const char *s1, const char *s2) in strstr() 338 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() 51 const unsigned char *s2 = (const unsigned char *)str2; in strcmp() local 171 char *strstr(const char *s1, const char *s2) in strstr()
|
D | boot.h | 188 static inline bool memcmp_fs(const void *s1, addr_t s2, size_t len) in memcmp_fs() 195 static inline bool memcmp_gs(const void *s1, addr_t s2, size_t len) in memcmp_gs()
|
/arch/m68k/include/asm/ |
D | uaccess.h | 193 #define ____constant_copy_from_user_asm(res, to, from, tmp, n1, n2, n3, s1, s2, s3)\ argument 231 #define ___constant_copy_from_user_asm(res, to, from, tmp, n1, n2, n3, s1, s2, s3)\ argument 284 #define __constant_copy_to_user_asm(res, to, from, tmp, n, s1, s2, s3) \ argument
|
/arch/mips/include/asm/ |
D | regdef.h | 44 #define s2 $18 macro 87 #define s2 $18 macro
|
/arch/alpha/include/uapi/asm/ |
D | regdef.h | 18 #define s2 $11 macro
|
/arch/x86/crypto/ |
D | twofish-i586-asm_32.S | 28 #define s2 2048 /* S2 Array */ macro
|
D | twofish-x86_64-asm_64.S | 22 #define s2 2048 /* S2 Array */ macro
|
D | blowfish-x86_64-asm_64.S | 17 #define s2 ((16 + 2 + (2 * 256)) * 4) macro
|
D | des3_ede-asm_64.S | 14 #define s2 ((s1) + (64*8)) macro
|
D | twofish-x86_64-asm_64-3way.S | 16 #define s2 2048 macro
|
D | cast5-avx-x86_64-asm_64.S | 28 #define s2 cast_s2 macro
|
D | cast6-avx-x86_64-asm_64.S | 28 #define s2 cast_s2 macro
|
D | twofish-avx-x86_64-asm_64.S | 32 #define s2 2048 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/riscv/include/uapi/asm/ |
D | ptrace.h | 38 unsigned long s2; member
|
/arch/riscv/include/asm/ |
D | ptrace.h | 33 unsigned long s2; member
|
/arch/powerpc/mm/nohash/ |
D | kaslr_booke.c | 96 static __init bool regions_overlap(u32 s1, u32 e1, u32 s2, u32 e2) in regions_overlap()
|
/arch/s390/kernel/ |
D | sysinfo.c | 476 #define STSI_FILE(fc, s1, s2) \ argument
|
/arch/mips/kernel/ |
D | pm-cps.c | 75 s0, s1, s2, s3, s4, s5, s6, s7, enumerator
|
/arch/powerpc/platforms/powermac/ |
D | nvram.c | 564 unsigned int s1 = 0, s2 = 0; in pmac_nvram_init() local
|
/arch/x86/include/asm/uv/ |
D | uv_mmrs.h | 909 } s2; member 1583 } s2; member 2124 } s2; member 2174 } s2; member 2244 } s2; member 2347 } s2; member 2450 } s2; member 2553 } s2; member 2656 } s2; member 2700 } s2; member [all …]
|
/arch/powerpc/perf/ |
D | hv-24x7.c | 615 static int memord(const void *d1, size_t s1, const void *d2, size_t s2) in memord() 626 size_t s2, unsigned d2) in ev_uniq_ord()
|