Searched defs:tick (Results 1 - 25 of 35) sorted by relevance

12

/external/chromium_org/sandbox/win/sandbox_poc/pocdll/
H A Dspyware.cc27 DWORD tick = ::GetTickCount() + 15000; local
28 while (tick > ::GetTickCount()) {
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_clock.h57 void tick(unsigned tid) { function in struct:__tsan::ThreadClock
/external/ipsec-tools/src/racoon/
H A Dschedule.h54 time_t tick; /* for debug */ member in struct:sched
75 time_t tick; member in struct:scheddump
H A Dschedule.c127 sched_new(tick, func, param)
128 time_t tick;
145 new->tick = tick;
147 new->xtime = current_time() + tick;
260 dst->tick = p->tick;
295 test(tick)
296 int *tick;
298 printf("execute %d\n", *tick);
305 int *tick; local
[all...]
/external/sonivox/arm-fm-22k/lib_src/
H A Deas_rtttldata.h56 EAS_I32 tick; /* length of 32nd note in 256th of a msec */ member in struct:__anon25713
H A Deas_imelodydata.h55 EAS_I32 tick; /* actual length of 32nd note in 256th of a msec */ member in struct:__anon25700
H A Deas_otadata.h62 EAS_U32 tick; /* length of 32nd note in 256th of a msec */ member in struct:__anon25703
/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_rtttldata.h56 EAS_I32 tick; /* length of 32nd note in 256th of a msec */ member in struct:__anon25763
H A Deas_imelodydata.h55 EAS_I32 tick; /* actual length of 32nd note in 256th of a msec */ member in struct:__anon25750
H A Deas_otadata.h62 EAS_U32 tick; /* length of 32nd note in 256th of a msec */ member in struct:__anon25753
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_rtttldata.h56 EAS_I32 tick; /* length of 32nd note in 256th of a msec */ member in struct:__anon25815
H A Deas_tcdata.h50 EAS_I32 tick; /* tick based on current tempo and resolution */ member in struct:__anon25818
H A Deas_imelodydata.h55 EAS_I32 tick; /* actual length of 32nd note in 256th of a msec */ member in struct:__anon25798
H A Deas_otadata.h62 EAS_U32 tick; /* length of 32nd note in 256th of a msec */ member in struct:__anon25805
/external/chromium_org/courgette/
H A Dmemory_monitor.cc32 void tick(size_t w, char sign) { function in struct:H
82 tick(s, '+');
94 tick(s, '-');
/external/iproute2/tc/
H A Dtc_core.c44 unsigned tc_core_tick2time(unsigned tick) argument
46 return tick/tick_in_usec;
203 * tick multiplier of 1000 in case of nano-second resolution,
/external/qemu/distrib/sdl-1.2.15/src/timer/macos/
H A DFastTimes.c145 UInt64 tick, usec1, usec2; local
148 /* Wait for the beginning of the very next tick */
149 for(tick = MyLMGetTicks() + 1; tick > MyLMGetTicks(); );
156 /* Wait for the exact 60th tick to roll over */
157 while(tick + 60 > MyLMGetTicks());
/external/chromium/third_party/libevent/compat/sys/
H A D_libevent_time.h148 int tick; /* micro-seconds per hz tick */ member in struct:clockinfo
H A D_time.h148 int tick; /* micro-seconds per hz tick */ member in struct:clockinfo
/external/chromium_org/third_party/libevent/compat/sys/
H A D_libevent_time.h148 int tick; /* micro-seconds per hz tick */ member in struct:clockinfo
H A D_time.h148 int tick; /* micro-seconds per hz tick */ member in struct:clockinfo
/external/qemu/hw/
H A Darmv7m_nvic.c40 int64_t tick; member in struct:__anon24656::__anon24657
67 s->systick.tick = qemu_get_clock_ns(vm_clock);
68 s->systick.tick += (s->systick.reload + 1) * systick_scale(s);
69 qemu_mod_timer(s->systick.timer, s->systick.tick);
140 if (t >= s->systick.tick)
142 val = ((s->systick.tick - (t + 1)) / systick_scale(s)) + 1;
145 tick. This is a hack to return zero during the first tick. */
278 if (s->systick.tick) {
279 s->systick.tick
[all...]
/external/chromium_org/third_party/icu/source/tools/tzcode/
H A Dicuzdump.cpp96 tick = 1000;
112 tick = t;
152 if (diff <= tick) {
155 UDate medt = lot + ((diff / 2) / tick) * tick;
205 int32_t tick; member in class:ICUZDump
/external/icu4c/tools/tzcode/
H A Dicuzdump.cpp96 tick = 1000;
112 tick = t;
152 if (diff <= tick) {
155 UDate medt = lot + ((diff / 2) / tick) * tick;
205 int32_t tick; member in class:ICUZDump
/external/kernel-headers/original/linux/
H A Dcompat.h58 compat_long_t tick; member in struct:compat_timex

Completed in 583 milliseconds

12