Searched defs:s2 (Results 1 – 8 of 8) sorted by relevance
/include/linux/ |
D | prandom.h | 17 __u32 s1, s2, s3, s4; member
|
D | zutil.h | 83 unsigned long s2 = (adler >> 16) & 0xffff; in zlib_adler32() local
|
D | nls.h | 77 const unsigned char *s2, int len) in nls_strnicmp()
|
D | of.h | 902 #define of_compat_cmp(s1, s2, l) strcasecmp((s1), (s2)) argument 903 #define of_prop_cmp(s1, s2) strcmp((s1), (s2)) argument 904 #define of_node_cmp(s1, s2) strcasecmp((s1), (s2)) argument
|
/include/crypto/ |
D | utils.h | 43 unsigned long *s2 = (unsigned long *)src2; in crypto_xor_cpy() local
|
D | aria.h | 108 static const u32 s2[256] = { variable
|
/include/ufs/ |
D | ufs_quirks.h | 10 #define STR_PRFX_EQUAL(s1, s2) !strncmp(s1, s2, strlen(s1)) argument
|
/include/net/ |
D | xfrm.h | 922 static inline bool xfrm_sec_ctx_match(struct xfrm_sec_ctx *s1, struct xfrm_sec_ctx *s2) in xfrm_sec_ctx_match() 931 static inline bool xfrm_sec_ctx_match(struct xfrm_sec_ctx *s1, struct xfrm_sec_ctx *s2) in xfrm_sec_ctx_match()
|