Searched defs:s1 (Results 1 – 7 of 7) sorted by relevance
| /device/google/contexthub/firmware/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/firmware/lib/libm/ |
| D | sf_atan.c | 74 float w,s1,s2,z; local
|
| /device/google/contexthub/sensorhal/ |
| D | directchannel.cpp | 240 gralloc1_backing_store_t s1, s2; in isSameMemory() local
|
| /device/google/cuttlefish/guest/hals/identity/libeic/ |
| D | EicOpsImpl.cc | 62 int eicCryptoMemCmp(const void* s1, const void* s2, size_t n) { in eicCryptoMemCmp()
|