Home
last modified time | relevance | path

Searched defs:s1 (Results 1 – 5 of 5) sorted by relevance

/device/google/contexthub/lib/libc/
Dstrcasecmp.c77 strcasecmp(const char *s1, const char *s2) in strcasecmp()
90 strncasecmp(const char *s1, const char *s2, size_t n) in strncasecmp()
Dmemcmp.c42 memcmp(const void *s1, const void *s2, size_t n) in memcmp()
/device/google/contexthub/lib/nanohub/
Dsha2.c77 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/
Ds_atanf.c51 float w,s1,s2,z; in atanf() local
/device/google/contexthub/lib/libm/
Dsf_atan.c74 float w,s1,s2,z; local