Searched defs:s1 (Results 1 – 5 of 5) sorted by relevance
| /device/google/contexthub/lib/libc/ |
| D | strcasecmp.c | 77 strcasecmp(const char *s1, const char *s2) in strcasecmp() 90 strncasecmp(const char *s1, const char *s2, size_t n) in strncasecmp()
|
| D | memcmp.c | 42 memcmp(const void *s1, const void *s2, size_t n) in memcmp()
|
| /device/google/contexthub/lib/nanohub/ |
| D | sha2.c | 77 uint32_t s1 = ror(state->w[i-2], 17) ^ ror(state->w[i-2], 19) ^ (state->w[i-2] >> 10); in sha2processBlock() local 93 uint32_t s1 = ror(e, 6) ^ ror(e, 11) ^ ror(e, 25); in sha2processBlock() local
|
| /device/google/contexthub/firmware/external/freebsd/lib/msun/src/ |
| D | s_atanf.c | 51 float w,s1,s2,z; in atanf() local
|
| /device/google/contexthub/lib/libm/ |
| D | sf_atan.c | 74 float w,s1,s2,z; local
|