Searched refs:s1 (Results 1 – 11 of 11) sorted by relevance
| /include/linux/ |
| A D | zutil.h | 57 #define DO1(buf,i) {s1 += buf[i]; s2 += s1;} 82 unsigned long s1 = adler & 0xffff; in zlib_adler32() local 97 s1 += *buf++; in zlib_adler32() 98 s2 += s1; in zlib_adler32() 100 s1 %= BASE; in zlib_adler32() 103 return (s2 << 16) | s1; in zlib_adler32()
|
| A D | unicode.h | 61 const struct qstr *s1, const struct qstr *s2); 64 const struct qstr *s1, const struct qstr *s2); 67 const struct qstr *s1);
|
| A D | prandom.h | 17 __u32 s1, s2, s3, s4; member 44 state->s1 = __seed(i, 2U); in prandom_seed_state()
|
| A D | nls.h | 76 static inline int nls_strnicmp(struct nls_table *t, const unsigned char *s1, in nls_strnicmp() argument 80 if (nls_tolower(t, *s1++) != nls_tolower(t, *s2++)) in nls_strnicmp()
|
| A D | string.h | 167 extern int strcasecmp(const char *s1, const char *s2); 170 extern int strncasecmp(const char *s1, const char *s2, size_t n); 325 extern bool sysfs_streq(const char *s1, const char *s2);
|
| 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/ufs/ |
| A D | ufs_quirks.h | 10 #define STR_PRFX_EQUAL(s1, s2) !strncmp(s1, s2, strlen(s1)) argument
|
| /include/crypto/ |
| A D | aria.h | 41 static const u32 s1[256] = { variable 346 *t0 = s1[get_u8(*t0, 0)] ^ in aria_sbox_layer1_with_pre_diff() 350 *t1 = s1[get_u8(*t1, 0)] ^ in aria_sbox_layer1_with_pre_diff() 354 *t2 = s1[get_u8(*t2, 0)] ^ in aria_sbox_layer1_with_pre_diff() 358 *t3 = s1[get_u8(*t3, 0)] ^ in aria_sbox_layer1_with_pre_diff() 370 s1[get_u8(*t0, 2)] ^ in aria_sbox_layer2_with_pre_diff() 374 s1[get_u8(*t1, 2)] ^ in aria_sbox_layer2_with_pre_diff() 378 s1[get_u8(*t2, 2)] ^ in aria_sbox_layer2_with_pre_diff() 382 s1[get_u8(*t3, 2)] ^ in aria_sbox_layer2_with_pre_diff()
|
| A D | utils.h | 42 unsigned long *s1 = (unsigned long *)src1; in crypto_xor_cpy() local 47 l = get_unaligned(s1++) ^ get_unaligned(s2++); in crypto_xor_cpy()
|
| /include/video/ |
| A D | newport.h | 27 struct { volatile unsigned short s0, s1; } byshort; member 403 return regs->set.dcbdata0.byshort.s1; in newport_vc2_get() 435 regs->set.dcbdata0.byshort.s1 = addr; in newport_cmap_setaddr()
|
| /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() argument 1031 return ((!s1 && !s2) || in xfrm_sec_ctx_match() 1032 (s1 && s2 && in xfrm_sec_ctx_match() 1033 (s1->ctx_sid == s2->ctx_sid) && in xfrm_sec_ctx_match() 1034 (s1->ctx_doi == s2->ctx_doi) && in xfrm_sec_ctx_match() 1035 (s1->ctx_alg == s2->ctx_alg))); 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() argument
|
Completed in 28 milliseconds