Searched refs:s1 (Results 1 – 8 of 8) sorted by relevance
/device/google/contexthub/firmware/lib/libc/ |
D | strcasecmp.c | 77 strcasecmp(const char *s1, const char *s2) in strcasecmp() argument 80 const u_char *us1 = (const u_char *)s1; in strcasecmp() 90 strncasecmp(const char *s1, const char *s2, size_t n) in strncasecmp() argument 94 const u_char *us1 = (const u_char *)s1; in strncasecmp()
|
D | memcmp.c | 42 memcmp(const void *s1, const void *s2, size_t n) in memcmp() argument 45 const unsigned char *p1 = s1, *p2 = s2; in memcmp()
|
/device/google/contexthub/firmware/external/freebsd/lib/msun/src/ |
D | s_atanf.c | 51 float w,s1,s2,z; in atanf() local 85 s1 = z*(aT[0]+w*(aT[2]+w*aT[4])); in atanf() 87 if (id<0) return x - x*(s1+s2); in atanf() 89 z = atanhi[id] - ((x*(s1+s2) - atanlo[id]) - x); in atanf()
|
/device/google/contexthub/firmware/lib/libm/ |
D | sf_atan.c | 74 float w,s1,s2,z; local 108 s1 = z*(aT[0]+w*(aT[2]+w*(aT[4]+w*(aT[6]+w*(aT[8]+w*aT[10]))))); 110 if (id<0) return x - x*(s1+s2); 112 z = atanhi[id] - ((x*(s1+s2) - atanlo[id]) - x);
|
/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 78 state->w[i] = state->w[i - 16] + s0 + state->w[i - 7] + s1; in sha2processBlock() 93 uint32_t s1 = ror(e, 6) ^ ror(e, 11) ^ ror(e, 25); in sha2processBlock() local 95 uint32_t temp1 = h + s1 + ch + k[i] + state->w[i]; in sha2processBlock()
|
/device/google/coral/vibrator/tests/ |
D | test-vibrator.cpp | 256 Sequence s1, s2, s3; in TEST_F() local 260 .InSequence(s1) in TEST_F() 269 .InSequence(s1, s2, s3) in TEST_F() 398 Sequence s1, s2, s3; in TEST_P() local 403 .InSequence(s1) in TEST_P() 413 .InSequence(s1, s2, s3) in TEST_P() 416 Sequence s1, s2, s3, s4; in TEST_P() local 421 .InSequence(s1) in TEST_P() 432 .InSequence(s1, s2, s3, s4) in TEST_P()
|
/device/google/contexthub/sensorhal/ |
D | directchannel.cpp | 240 gralloc1_backing_store_t s1, s2; in isSameMemory() local 242 return mPfnGetBackingStore(mGralloc1Device, h1, &s1) == GRALLOC1_ERROR_NONE in isSameMemory() 244 && s1 == s2; in isSameMemory()
|
/device/generic/opengl-transport/host/commands/emugen/ |
D | README | 43 int foo(int p1, short s1) 49 s1 // 2 bytes
|