Home
last modified time | relevance | path

Searched refs:timer1 (Results 1 – 25 of 34) sorted by relevance

12

/third_party/icu/icu4c/source/tools/ctestfw/unicode/
Dutimer.h180 static double uprv_delta(UTimer* timer1, UTimer* timer2){ in uprv_delta() argument
181 …return ((double)(timer2->start.QuadPart - timer1->start.QuadPart))/((double)timer1->placeHolder.Qu… in uprv_delta()
183 static UBool uprv_compareFrequency(UTimer* timer1, UTimer* timer2){ in uprv_compareFrequency() argument
184 return (timer1->placeHolder.QuadPart == timer2->placeHolder.QuadPart); in uprv_compareFrequency()
202 static double uprv_delta(UTimer* timer1, UTimer* timer2){ in uprv_delta() argument
205 t1 = (double)timer1->start.tv_sec + (double)timer1->start.tv_usec/(1000*1000); in uprv_delta()
234 utimer_getDeltaSeconds(UTimer* timer1, UTimer* timer2){ in utimer_getDeltaSeconds() argument
235 if(uprv_compareFrequency(timer1,timer2)){ in utimer_getDeltaSeconds()
236 return uprv_delta(timer1,timer2); in utimer_getDeltaSeconds()
/third_party/flutter/skia/third_party/externals/icu/source/tools/ctestfw/unicode/
Dutimer.h180 static double uprv_delta(UTimer* timer1, UTimer* timer2){ in uprv_delta() argument
181 …return ((double)(timer2->start.QuadPart - timer1->start.QuadPart))/((double)timer1->placeHolder.Qu… in uprv_delta()
183 static UBool uprv_compareFrequency(UTimer* timer1, UTimer* timer2){ in uprv_compareFrequency() argument
184 return (timer1->placeHolder.QuadPart == timer2->placeHolder.QuadPart); in uprv_compareFrequency()
202 static double uprv_delta(UTimer* timer1, UTimer* timer2){ in uprv_delta() argument
205 t1 = (double)timer1->start.tv_sec + (double)timer1->start.tv_usec/(1000*1000); in uprv_delta()
234 utimer_getDeltaSeconds(UTimer* timer1, UTimer* timer2){ in utimer_getDeltaSeconds() argument
235 if(uprv_compareFrequency(timer1,timer2)){ in utimer_getDeltaSeconds()
236 return uprv_delta(timer1,timer2); in utimer_getDeltaSeconds()
/third_party/skia/third_party/externals/icu/source/tools/ctestfw/unicode/
Dutimer.h180 static double uprv_delta(UTimer* timer1, UTimer* timer2){ in uprv_delta() argument
181 …return ((double)(timer2->start.QuadPart - timer1->start.QuadPart))/((double)timer1->placeHolder.Qu… in uprv_delta()
183 static UBool uprv_compareFrequency(UTimer* timer1, UTimer* timer2){ in uprv_compareFrequency() argument
184 return (timer1->placeHolder.QuadPart == timer2->placeHolder.QuadPart); in uprv_compareFrequency()
202 static double uprv_delta(UTimer* timer1, UTimer* timer2){ in uprv_delta() argument
205 t1 = (double)timer1->start.tv_sec + (double)timer1->start.tv_usec/(1000*1000); in uprv_delta()
234 utimer_getDeltaSeconds(UTimer* timer1, UTimer* timer2){ in utimer_getDeltaSeconds() argument
235 if(uprv_compareFrequency(timer1,timer2)){ in utimer_getDeltaSeconds()
236 return uprv_delta(timer1,timer2); in utimer_getDeltaSeconds()
/third_party/boost/libs/asio/test/
Dio_context_strand.cpp170 timer timer1(ioc, chronons::seconds(3)); in strand_test() local
171 timer1.wait(); in strand_test()
174 timer1.expires_at(timer1.expires_at() + chronons::seconds(2)); in strand_test()
176 timer1.expires_at(timer1.expiry() + chronons::seconds(2)); in strand_test()
178 timer1.wait(); in strand_test()
181 timer1.expires_at(timer1.expires_at() + chronons::seconds(2)); in strand_test()
183 timer1.expires_at(timer1.expiry() + chronons::seconds(2)); in strand_test()
185 timer1.wait(); in strand_test()
Dstrand.cpp172 timer timer1(ioc, chronons::seconds(3)); in strand_test() local
173 timer1.wait(); in strand_test()
176 timer1.expires_at(timer1.expires_at() + chronons::seconds(2)); in strand_test()
178 timer1.expires_at(timer1.expiry() + chronons::seconds(2)); in strand_test()
180 timer1.wait(); in strand_test()
183 timer1.expires_at(timer1.expires_at() + chronons::seconds(2)); in strand_test()
185 timer1.expires_at(timer1.expiry() + chronons::seconds(2)); in strand_test()
187 timer1.wait(); in strand_test()
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/arm926ejs/lpc32xx/
Dtimer.c14 static struct timer_regs *timer1 = (struct timer_regs *)TIMER1_BASE; variable
67 lpc32xx_timer_reset(timer1, CONFIG_SYS_HZ * 1000); in __udelay()
68 lpc32xx_timer_count(timer1, 1); in __udelay()
70 while (readl(&timer1->tc) < usec) in __udelay()
73 lpc32xx_timer_count(timer1, 0); in __udelay()
/third_party/node/test/parallel/
Dtest-timers-unrefed-in-callback.js30 const timer1 = setInterval(common.mustCall(() => {
31 timer1.unref();
33 clearInterval(timer1);
/third_party/python/Lib/tkinter/test/test_tkinter/
Dtest_misc.py77 timer1 = root.after(0, callback)
78 self.assertIn(timer1, root.tk.call('after', 'info'))
79 (script, _) = root.tk.splitlist(root.tk.call('after', 'info', timer1))
87 timer1 = root.after(0, callback, 42, 11)
92 timer1 = root.after(1000, callback)
93 self.assertIn(timer1, root.tk.call('after', 'info'))
94 (script, _) = root.tk.splitlist(root.tk.call('after', 'info', timer1))
95 root.after_cancel(timer1) # Cancel this event.
139 timer1 = root.after(5000, callback)
148 (script, _) = root.tk.splitlist(root.tk.call('after', 'info', timer1))
[all …]
/third_party/boost/libs/asio/example/cpp03/tutorial/
DJamfile.v233 obj timer1.obj : timer1/timer.cpp ;
34 exe timer1 : timer1.obj ;
/third_party/uboot/u-boot-2020.01/arch/arm/dts/
Dk3-am654-r5-base-board.dts25 tick-timer = &timer1;
59 timer1: timer@40400000 { label
Dk3-j721e-common-proc-board-u-boot.dtsi12 tick-timer = &timer1;
27 timer1: timer@40400000 { label
Dsocfpga_stratix10.dtsi316 timer1: timer1@ffc03100 { label
Dsocfpga.dtsi16 timer1 = &timer1;
853 timer1: timer1@ffc09000 { label
Dk3-j721e-r5-common-proc-board.dts20 tick-timer = &timer1;
Ddm816x.dtsi317 timer1: timer@4802e000 { label
321 ti,hwmods = "timer1";
Dam335x-brxre1.dts293 &timer1 { /* today unused */
Dam335x-brsmarc1.dts338 &timer1 { /* today unused */
Domap3.dtsi591 timer1: timer@48318000 { label
595 ti,hwmods = "timer1";
/third_party/uboot/u-boot-2020.01/arch/arm/mach-socfpga/include/mach/
Dfirewall_s10.h37 u32 timer1; member
/third_party/uboot/u-boot-2020.01/arch/arm/mach-socfpga/
Dspl_s10.c68 &firwall_l4_per_base->timer1, in spl_disable_firewall_l4_per()
/third_party/uboot/u-boot-2020.01/arch/arm/include/asm/arch-armada100/
Dcpu.h110 u32 timer1; /*0x044*/ member
/third_party/python/Lib/test/
Dtest_threading.py1344 timer1 = threading.Timer(0.01, self._callback_spy)
1345 timer1.start()
1347 timer1.args.append("blah")
1348 timer1.kwargs["foo"] = "bar"
1355 timer1.join()
/third_party/uboot/u-boot-2020.01/drivers/bios_emulator/include/
Dbiosemu.h94 u32 timer1; member
/third_party/uboot/u-boot-2020.01/arch/arm/include/asm/arch-ep93xx/
Dep93xx.h437 struct timer timer1; member
/third_party/uboot/u-boot-2020.01/drivers/timer/
DKconfig61 ARC cores may have up to 2 built-in timers: timer0 and timer1,

12