Home
last modified time | relevance | path

Searched defs:s2 (Results 1 – 25 of 28) sorted by relevance

12

/arch/sparc/include/asm/
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
/arch/s390/lib/
Dstring.c222 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/
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()
51 const unsigned char *s2 = (const unsigned char *)str2; in strcmp() local
171 char *strstr(const char *s1, const char *s2) in strstr()
Dboot.h188 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/
Duaccess.h193 #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/
Dregdef.h44 #define s2 $18 macro
87 #define s2 $18 macro
/arch/alpha/include/uapi/asm/
Dregdef.h18 #define s2 $11 macro
/arch/x86/crypto/
Dtwofish-i586-asm_32.S28 #define s2 2048 /* S2 Array */ macro
Dtwofish-x86_64-asm_64.S22 #define s2 2048 /* S2 Array */ macro
Dblowfish-x86_64-asm_64.S17 #define s2 ((16 + 2 + (2 * 256)) * 4) macro
Ddes3_ede-asm_64.S14 #define s2 ((s1) + (64*8)) macro
Dtwofish-x86_64-asm_64-3way.S16 #define s2 2048 macro
Dcast5-avx-x86_64-asm_64.S28 #define s2 cast_s2 macro
Dcast6-avx-x86_64-asm_64.S28 #define s2 cast_s2 macro
Dtwofish-avx-x86_64-asm_64.S32 #define s2 2048 macro
/arch/powerpc/kvm/
Dbook3s_rtas.c136 static int rtas_name_matches(char *s1, char *s2) in rtas_name_matches()
/arch/powerpc/boot/
Doflib.c95 static int string_match(const char *s1, const char *s2) in string_match()
/arch/riscv/include/uapi/asm/
Dptrace.h38 unsigned long s2; member
/arch/riscv/include/asm/
Dptrace.h33 unsigned long s2; member
/arch/powerpc/mm/nohash/
Dkaslr_booke.c96 static __init bool regions_overlap(u32 s1, u32 e1, u32 s2, u32 e2) in regions_overlap()
/arch/s390/kernel/
Dsysinfo.c476 #define STSI_FILE(fc, s1, s2) \ argument
/arch/mips/kernel/
Dpm-cps.c75 s0, s1, s2, s3, s4, s5, s6, s7, enumerator
/arch/powerpc/platforms/powermac/
Dnvram.c564 unsigned int s1 = 0, s2 = 0; in pmac_nvram_init() local
/arch/x86/include/asm/uv/
Duv_mmrs.h909 } 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/
Dhv-24x7.c615 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()

12