Searched defs:s1 (Results 1 – 9 of 9) sorted by relevance
/include/linux/ |
A D | prandom.h | 17 __u32 s1, s2, s3, s4; member
|
A D | zutil.h | 82 unsigned long s1 = adler & 0xffff; in zlib_adler32() local
|
A D | nls.h | 76 static inline int nls_strnicmp(struct nls_table *t, const unsigned char *s1, in nls_strnicmp()
|
A D | of.h | 924 #define of_compat_cmp(s1, s2, l) strcasecmp((s1), (s2)) argument 925 #define of_prop_cmp(s1, s2) strcmp((s1), (s2)) argument 926 #define of_node_cmp(s1, s2) strcasecmp((s1), (s2)) argument
|
/include/crypto/ |
A D | utils.h | 42 unsigned long *s1 = (unsigned long *)src1; in crypto_xor_cpy() local
|
A D | aria.h | 41 static const u32 s1[256] = { variable
|
/include/ufs/ |
A D | ufs_quirks.h | 10 #define STR_PRFX_EQUAL(s1, s2) !strncmp(s1, s2, strlen(s1)) argument
|
/include/video/ |
A D | newport.h | 27 struct { volatile unsigned short s0, s1; } byshort; member
|
/include/net/ |
A D | xfrm.h | 1029 static inline bool xfrm_sec_ctx_match(struct xfrm_sec_ctx *s1, struct xfrm_sec_ctx *s2) in xfrm_sec_ctx_match() 1038 static inline bool xfrm_sec_ctx_match(struct xfrm_sec_ctx *s1, struct xfrm_sec_ctx *s2) in xfrm_sec_ctx_match()
|
Completed in 26 milliseconds