Searched refs:t1 (Results 1 – 10 of 10) sorted by relevance
/device/google/contexthub/firmware/lib/libm/ |
D | ef_pow.c | 67 float y1,t1,t2,r,s,t,u,v,w; local 146 t1 = u+v; 147 GET_FLOAT_WORD(is,t1); 148 SET_FLOAT_WORD(t1,is&0xfffff000); 149 t2 = v-(t1-u); 197 t1 = (((z_h+z_l)+dp_h[k])+t); 198 GET_FLOAT_WORD(is,t1); 199 SET_FLOAT_WORD(t1,is&0xfffff000); 200 t2 = z_l-(((t1-t)-dp_h[k])-z_h); 210 p_l = (y-y1)*t1+y*t2; [all …]
|
/device/google/contexthub/lib/nanohub/ |
D | aes.c | 217 uint32_t t0, t1, t2; in aesEncr() local 225 t1 = *k++ ^ in aesEncr() 244 x1 = t1; in aesEncr() 287 uint32_t t0, t1, t2; in aesDecr() local 295 t1 = *k++ ^ in aesDecr() 314 x1 = t1; in aesDecr()
|
/device/generic/goldfish/dhcp/client/ |
D | dhcpclient.cpp | 339 mDhcpInfo.t1 = in configureDhcp() 404 uint32_t t1 = mDhcpInfo.t1, t2 = mDhcpInfo.t2; in configureDhcp() local 405 mT1.expireSeconds(t1 > 0 ? t1 : (mDhcpInfo.leaseTime / 2)); in configureDhcp()
|
D | dhcpclient.h | 86 uint32_t t1; member
|
/device/google/contexthub/firmware/os/algos/common/math/ |
D | macros.h | 74 #define NANO_TIMER_CHECK_T1_GEQUAL_T2_PLUS_DELTA(t1, t2, t_delta) \ argument 75 (((t1) >= (t2) + (t_delta)) || ((t1) < (t2)))
|
/device/google/contexthub/firmware/os/cpu/cortexm4/inc/cpu/ |
D | cpuMath.h | 25 uint32_t t1, t2, t3, t4, t5; \ 27 t1 = numHi / divBy; \ 37 (((uint64_t)t1) << 32) + (((uint64_t)t3) << 16) + t5; \
|
/device/google/trout/hal/common/agl/watchdog/test/ |
D | service.cpp | 38 std::thread t1([]() { in main() local 42 t1.join(); in main()
|
/device/google/trout/tools/tracing/time_utility/ |
D | ClocktimeMain.cpp | 76 uint64_t t1 = GetCPUTicks(); in GetCPUTicksPerNanoSecond() local 79 return static_cast<double>(t1 - t0) / duration; in GetCPUTicksPerNanoSecond()
|
/device/generic/goldfish/radio/librilutils/proto/ |
D | sap-api.proto | 291 t1 = 1; enumerator
|
/device/google/sunfish/audio/acdbdata/ |
D | workspaceFile.qwsp | 1 …6eO09AJb6uNKsjts+Wa72jIqLn/gobb6Bx2TGP9pJU9weXmZkWSFBnePHtPIcyxRCxlPZFGis++t1/Q09/JcXWQlV/grNbPNyk…
|