/AliOS-Things-master/components/py_engine/tests/extmod/ |
A D | time_ms_us.py | 13 t1 = utime.ticks_ms() variable 17 t1 = utime.ticks_us() variable 22 t1 = utime.ticks_cpu() variable
|
A D | utime_time_ns.py | 15 t1 = utime.time_ns() variable
|
A D | uasyncio_basic.py | 20 ticks_diff = lambda t1, t0: t1 - t0 argument
|
A D | uasyncio_wait_task.py | 22 ticks_diff = lambda t1, t0: t1 - t0 argument
|
/AliOS-Things-master/components/py_engine/tests/wipy/ |
A D | time.py | 80 t1 = time.time() variable 85 t1 = time.ticks_ms() variable 90 t1 = time.ticks_us() variable
|
/AliOS-Things-master/components/py_engine/tests/wipy/skipped/ |
A D | rtc_irq.py | 70 t1 = rtc_ticks_ms(rtc) variable 81 t1 = rtc_ticks_ms(rtc) variable
|
/AliOS-Things-master/components/py_engine/tests/basics/ |
A D | ifcond.py | 62 def f(t1, t2, f1): argument
|
/AliOS-Things-master/components/py_engine/engine/lib/libm_dbl/ |
A D | sqrt.c | 88 uint32_t r,t1,s1,ix1,q1; in sqrt() local
|
A D | log.c | 80 double_t hfsq,f,s,z,R,w,t1,t2,dk; in log() local
|
A D | log1p.c | 72 double_t hfsq,f,c,s,z,R,w,t1,t2,dk; in log1p() local
|
/AliOS-Things-master/components/SDL2/src/libm/ |
A D | e_sqrt.c | 92 u_int32_t r,t1,s1,ix1,q1; in __ieee754_sqrt() local
|
A D | e_log.c | 87 double hfsq,f,s,z,R,w,t1,t2,dk; in __ieee754_log() local
|
/AliOS-Things-master/components/SDL2/test/ |
A D | testtimer.c | 44 SDL_TimerID t1, t2, t3; in main() local
|
/AliOS-Things-master/components/py_engine/engine/lib/libm/ |
A D | log1pf.c | 33 float_t hfsq,f,c,s,z,R,w,t1,t2,dk; in log1pf() local
|
/AliOS-Things-master/components/py_engine/adapter/haas/ |
A D | mphalport.c | 149 tick_t t0 = krhino_sys_tick_get(), t1, dt; in mp_hal_delay_us() local 163 tick_t t0 = krhino_sys_tick_get(), t1, dt; in mp_hal_delay_ms() local
|
/AliOS-Things-master/hardware/board/haaseduk1/drivers/sensor/ |
A D | drv_mag_qst_qmc6310.c | 176 int t1 = 0; in qmc6310_read_mag_xyz() local 226 int t1 = 0; in qmc6310_readHeading() local
|
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/iperf/ |
A D | iperf_task.c | 181 uint32_t t1 = 0; in iperf_udp_run_server() local 479 uint32_t t1, t2, curr_t; in iperf_tcp_run_server() local 657 uint32_t t1, t2, curr_t; in iperf_tcp_run_client() local 834 uint32_t t1, t2, curr_t, t1_ms, last_tick, current_tick, last_sleep, current_sleep; in iperf_udp_run_client() local
|
/AliOS-Things-master/components/py_engine/engine/extmod/ |
A D | moduasyncio.c | 72 mp_uint_t t1 = MP_OBJ_SMALL_INT_VALUE(t1_in); in ticks_diff() local 79 mp_obj_task_t *t1 = (mp_obj_task_t *)n1; in task_lt() local
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/cmsis-dsp/Source/TransformFunctions/ |
A D | arm_cfft_radix4_q31.c | 156 q31_t t1, t2, r1, r2, s1, s2, co1, co2, co3, si1, si2, si3; in arm_radix4_butterfly_q31() local 812 q31_t t1, t2, r1, r2, s1, s2, co1, co2, co3, si1, si2, si3; in arm_radix4_butterfly_inverse_q31() local
|
A D | arm_cfft_radix4_f32.c | 487 float32_t t1, t2, r1, r2, s1, s2; in arm_radix4_butterfly_f32() local 1011 float32_t t1, t2, r1, r2, s1, s2; in arm_radix4_butterfly_inverse_f32() local
|
A D | arm_cfft_radix8_f32.c | 57 float32_t t1, t2; in arm_radix8_butterfly_f32() local
|
/AliOS-Things-master/components/freetype/src/autofit/ |
A D | afwarp.h | 37 FT_Pos t1, t2; member
|
/AliOS-Things-master/components/py_engine/engine/lib/crypto-algorithms/ |
A D | sha256.c | 46 WORD a, b, c, d, e, f, g, h, i, j, t1, t2, m[64]; in sha256_transform() local
|
/AliOS-Things-master/components/ble_host/bt_crypto/tinycrypt/source/ |
A D | sha256.c | 185 unsigned int t1, t2; in compress() local
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/ |
A D | dec_sse2.c | 342 const __m128i t1 = MM_ABS(*p1, *q1); // abs(p1 - q1) in NeedsFilter_SSE2() local 388 __m128i t1, t2, t3; in DoFilter4_SSE2() local 530 const __m128i t1 = *p1; in Load16x4_SSE2() local 555 __m128i t1, p1_s, p0_s, q0_s, q1_s; in Store16x4_SSE2() local 691 __m128i t1; in VFilter16_SSE2() local 800 __m128i t1, p2, p1, p0, q0, q1, q2; in VFilter8_SSE2() local 845 __m128i t1, t2, p1, p0, q0, q1; in VFilter8i_SSE2() local 871 __m128i t1, t2, p1, p0, q0, q1; in HFilter8i_SSE2() local
|