Home
last modified time | relevance | path

Searched refs:tick (Results 1 – 25 of 80) sorted by relevance

1234

/external/openssl/crypto/
Dpariscid.pl135 my ($tick,$lasttick)=("%r23","%r22");
146 mfctl %cr16,$tick
147 copy $tick,$lasttick
151 ldw 0($out),$tick
152 add $diff,$tick,$tick
153 stw $tick,0($out)
155 mfctl %cr16,$tick
156 sub $tick,$lasttick,$diff
157 copy $tick,$lasttick
160 ldw 0($out),$tick
[all …]
Dsparccpuid.S226 .word 0x91410000 !rd %tick,%o0
259 ! a lot of %tick-s, couple of thousand on Linux...
263 .word 0x91410000 !rd %tick,%o0
266 .word 0x93410000 !rd %tick,%o1
269 .word 0x95410000 !rd %tick,%o2
272 .word 0x97410000 !rd %tick,%o3
275 .word 0x99410000 !rd %tick,%o4
/external/v8/test/mjsunit/tools/
Dtickprocessor-test.log12 tick,0x80f82d1,0xffdfe880,0,0,0,0xf541ce5c
13 tick,0x80f89a1,0xffdfecf0,0,0,0,0xf541ce5c
14 tick,0x8123b5c,0xffdff1a0,0,0,0,0xf541d1a1,0xf541ceea
15 tick,0x8123b65,0xffdff1a0,0,0,0,0xf541d1a1,0xf541ceea
16 tick,0xf541d2be,0xffdff1e4,0,0,0
17 tick,0xf541d320,0xffdff1dc,0,0,0
18 tick,0xf541d384,0xffdff1d8,0,0,0
19 tick,0xf7db94da,0xffdff0ec,0,0,0,0xf541d1a1,0xf541ceea
20 tick,0xf7db951c,0xffdff0f0,0,0,0,0xf541d1a1,0xf541ceea
21 tick,0xf7dbc508,0xffdff14c,0,0,0,0xf541d1a1,0xf541ceea
[all …]
Dtickprocessor-test-func-info.log8 tick,0x424284,0xbfffeea0,0,0x480600,0,0x2aaaa5
9 tick,0x42429f,0xbfffed88,0,0x480600,0,0x2aacb4
10 tick,0x48063d,0xbfffec7c,0,0x2d0f7c,0,0x2aaec6
/external/ipsec-tools/src/racoon/
Dschedule.c127 sched_new(tick, func, param) in sched_new() argument
128 time_t tick; in sched_new()
145 new->tick = tick;
147 new->xtime = current_time() + tick;
260 dst->tick = p->tick;
295 test(tick) in test() argument
296 int *tick; in test()
298 printf("execute %d\n", *tick);
299 racoon_free(tick);
305 int *tick; in getstdin() local
[all …]
Dschedule.h54 time_t tick; /* for debug */ member
75 time_t tick; member
/external/qemu/hw/
Darmv7m_nvic.c40 int64_t tick; member
67 s->systick.tick = qemu_get_clock_ns(vm_clock); in systick_reload()
68 s->systick.tick += (s->systick.reload + 1) * systick_scale(s); in systick_reload()
69 qemu_mod_timer(s->systick.timer, s->systick.tick); in systick_reload()
140 if (t >= s->systick.tick) in nvic_readl()
142 val = ((s->systick.tick - (t + 1)) / systick_scale(s)) + 1; in nvic_readl()
278 if (s->systick.tick) { in nvic_writel()
279 s->systick.tick += now; in nvic_writel()
280 qemu_mod_timer(s->systick.timer, s->systick.tick); in nvic_writel()
286 s->systick.tick -= now; in nvic_writel()
[all …]
/external/compiler-rt/lib/tsan/unit_tests/
Dtsan_clock_test.cc23 clk.tick(0); in TEST()
26 clk.tick(3); in TEST()
32 clk.tick(3); in TEST()
56 vector1.tick(100); in TEST()
74 vector.tick(i); in TEST()
91 vector1.tick(10); in TEST()
93 vector2.tick(20); in TEST()
/external/qemu/distrib/sdl-1.2.15/src/timer/macos/
DFastTimes.c145 UInt64 tick, usec1, usec2; in FastInitialize() local
149 for(tick = MyLMGetTicks() + 1; tick > MyLMGetTicks(); ); in FastInitialize()
157 while(tick + 60 > MyLMGetTicks()); in FastInitialize()
/external/icu4c/tools/tzcode/
Dicuzdump.cpp96 tick = 1000; in ICUZDump()
112 tick = t; in setTick()
152 if (diff <= tick) { in dump()
155 UDate medt = lot + ((diff / 2) / tick) * tick; in dump()
205 int32_t tick; member in ICUZDump
/external/chromium/base/debug/
Dtrace_event.cc72 TimeTicks tick = TimeTicks::HighResNow(); in Trace() local
74 TimeTicks tick = TimeTicks::Now(); in Trace() local
76 TimeDelta delta = tick - trace_start_time_; in Trace()
/external/guava/guava-gwt/src-super/com/google/common/base/super/com/google/common/base/
DStopwatch.java124 long tick = ticker.read(); in stop() local
127 elapsedNanos += tick - startTick; in stop()
/external/valgrind/main/memcheck/tests/linux/
Dtimerfd-syscall.stderr.exp22 waiting timer (flush the single tick) ...
45 waiting timer (flush the single tick) ...
/external/guava/guava/src/com/google/common/base/
DStopwatch.java125 long tick = ticker.read(); in stop() local
128 elapsedNanos += tick - startTick; in stop()
/external/webkit/Source/WebCore/platform/chromium/
DScrollbarThemeChromium.cpp133 IntPoint tick(scrollbar->x(), yPos); in paintTickmarks() local
134 context->drawImage(dash.get(), ColorSpaceDeviceRGB, tick); in paintTickmarks()
/external/iproute2/tc/
Dtc_core.c44 unsigned tc_core_tick2time(unsigned tick) in tc_core_tick2time() argument
46 return tick/tick_in_usec; in tc_core_tick2time()
/external/v8/tools/
Dfreebsd-tick-processor10 $tools_path/linux-tick-processor "$@"
Dmac-tick-processor6 $tools_path/linux-tick-processor --mac --nm=$tools_path/mac-nm $@
/external/sonivox/arm-wt-22k/lib_src/
Deas_tcdata.h50 EAS_I32 tick; /* tick based on current tempo and resolution */ member
Deas_rtttldata.h56 EAS_I32 tick; /* length of 32nd note in 256th of a msec */ member
/external/sonivox/arm-fm-22k/lib_src/
Deas_rtttldata.h56 EAS_I32 tick; /* length of 32nd note in 256th of a msec */ member
Deas_imelodydata.h55 EAS_I32 tick; /* actual length of 32nd note in 256th of a msec */ member
/external/sonivox/arm-hybrid-22k/lib_src/
Deas_rtttldata.h56 EAS_I32 tick; /* length of 32nd note in 256th of a msec */ member
Deas_imelodydata.h55 EAS_I32 tick; /* actual length of 32nd note in 256th of a msec */ member
/external/quake/quake/src/WinQuake/
Dsys_dos.cpp692 unsigned t, tick; in Sys_FloatTime() local
707 tick = *(unsigned short*)real2ptr(0x46c) * 65536; in Sys_FloatTime()
708 if ((tick != t) && (r & 0x8000)) in Sys_FloatTime()
709 t = tick; in Sys_FloatTime()

1234