Searched defs:s1 (Results 1 – 6 of 6) sorted by relevance
| /rk3399_ARM-atf/lib/libc/ |
| H A D | strcmp.c | 46 strcmp(const char *s1, const char *s2) in strcmp()
|
| H A D | strncmp.c | 40 strncmp(const char *s1, const char *s2, size_t n) in strncmp()
|
| H A D | memcmp.c | 10 int memcmp(const void *s1, const void *s2, size_t len) in memcmp()
|
| /rk3399_ARM-atf/lib/zlib/ |
| H A D | zutil.c | 152 int ZLIB_INTERNAL zmemcmp(const Bytef* s1, const Bytef* s2, uInt len) { in zmemcmp()
|
| /rk3399_ARM-atf/plat/qti/qtiseclib/src/ |
| H A D | qtiseclib_cb_interface.c | 32 int qtiseclib_cb_strcmp(const char *s1, const char *s2) in qtiseclib_cb_strcmp()
|
| /rk3399_ARM-atf/plat/intel/soc/common/lib/sha/ |
| H A D | sha.h | 46 #define s1(x) (ror64(x, 19) ^ ror64(x, 61) ^ (x >> 6)) macro
|