Searched defs:s1 (Results 1 – 7 of 7) sorted by relevance
/lib/ |
D | string.c | 39 int strncasecmp(const char *s1, const char *s2, size_t len) in strncasecmp() 65 int strcasecmp(const char *s1, const char *s2) in strcasecmp() 833 char *strstr(const char *s1, const char *s2) in strstr() 859 char *strnstr(const char *s1, const char *s2, size_t len) in strnstr()
|
D | test-string_helpers.c | 122 struct test_string_1 s1[TEST_STRING_2_MAX_S1]; member 386 const struct test_string_1 *s1 = s2->s1; in test_string_find_match() local
|
D | string_helpers.c | 895 bool sysfs_streq(const char *s1, const char *s2) in sysfs_streq()
|
/lib/crypto/ |
D | poly1305-donna64.c | 41 u64 s1, s2; in poly1305_core_blocks() local
|
D | poly1305-donna32.c | 37 u32 s1, s2, s3, s4; in poly1305_core_blocks() local
|
D | sha256.c | 54 #define s1(x) (ror32(x, 17) ^ ror32(x, 19) ^ (x >> 10)) macro
|
D | curve25519-hacl64.c | 232 u128 s1 = ((((((u128)(d0) * (r1))) + (((u128)(d4) * (r2))))) + in fsquare_fsquare__() local
|