/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/felix/vibrator/cs40l26/tests/ |
D | test-vibrator.cpp | 382 Sequence s1, s2; in TEST_F() local 385 EXPECT_CALL(*mMockApi, setFFGain(_, ON_GLOBAL_SCALE)).InSequence(s1).WillOnce(DoDefault()); in TEST_F() 390 .InSequence(s1, s2) in TEST_F() 396 Sequence s1; in TEST_F() local 397 EXPECT_CALL(*mMockApi, setFFGain(_, ON_GLOBAL_SCALE)).InSequence(s1).WillOnce(DoDefault()); in TEST_F() 446 Sequence s1, s2; in TEST_F() local 447 EXPECT_CALL(*mMockApi, setFFGain(_, ON_GLOBAL_SCALE)).InSequence(s1).WillOnce(DoDefault()); in TEST_F() 450 .InSequence(s1, s2) in TEST_F() 457 Sequence s1, s2, s3, s4; in TEST_F() local 462 .InSequence(s1) in TEST_F() [all …]
|
/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/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/google/cuttlefish/guest/hals/identity/libeic/ |
D | EicOpsImpl.cc | 62 int eicCryptoMemCmp(const void* s1, const void* s2, size_t n) { in eicCryptoMemCmp() argument 63 return CRYPTO_memcmp(s1, s2, n); in eicCryptoMemCmp()
|
D | EicOps.h | 146 int eicCryptoMemCmp(const void* s1, const void* s2, size_t n);
|
/device/generic/opengl-transport/host/commands/emugen/ |
D | README | 43 int foo(int p1, short s1) 49 s1 // 2 bytes
|
/device/google/cuttlefish_vmm/qemu/x86_64-linux-gnu/usr/share/qemu/ |
D | trace-events-all | 46 job_state_transition(void *job, int ret, const char *legal, const char *s0, const char *s1) "job %… 820 ebpf_error(const char *s1, const char *s2) "error in %s: %s" 2289 sh_intc_sources(int p, int a, int c, int m, unsigned short v, const char *s1, const char *s2, const… 4146 spapr_vscsi_command_complete_sense_data1(uint32_t len, unsigned s0, unsigned s1, unsigned s2, unsig…
|
/device/google/cuttlefish_vmm/qemu/aarch64-linux-gnu/usr/share/qemu/ |
D | trace-events-all | 46 job_state_transition(void *job, int ret, const char *legal, const char *s0, const char *s1) "job %… 820 ebpf_error(const char *s1, const char *s2) "error in %s: %s" 2289 sh_intc_sources(int p, int a, int c, int m, unsigned short v, const char *s1, const char *s2, const… 4146 spapr_vscsi_command_complete_sense_data1(uint32_t len, unsigned s0, unsigned s1, unsigned s2, unsig…
|