HomeSort by relevance Sort by last modified time
    Searched defs:tick (Results 1 - 25 of 48) sorted by null

1 2

  /external/ipsec-tools/src/racoon/
schedule.h 73 struct timeval tick; /* relative timeout */ member in struct:sched
84 time_t tick; member in struct:scheddump
schedule.c 134 sched_schedule(sc, tick, func)
136 time_t tick;
147 sc->tick.tv_sec = tick;
148 sc->tick.tv_usec = 0;
150 timeradd(&now, &sc->tick, &sc->xtime);
211 timersub(&p->xtime, &p->tick, &created);
215 dst->tick = p->tick.tv_sec;
242 test(tick)
252 int *tick; local
    [all...]
  /external/sonivox/arm-fm-22k/lib_src/
eas_rtttldata.h 56 EAS_I32 tick; /* length of 32nd note in 256th of a msec */ member in struct:__anon11152
eas_imelodydata.h 55 EAS_I32 tick; /* actual length of 32nd note in 256th of a msec */ member in struct:__anon11139
eas_otadata.h 62 EAS_U32 tick; /* length of 32nd note in 256th of a msec */ member in struct:__anon11142
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_rtttldata.h 56 EAS_I32 tick; /* length of 32nd note in 256th of a msec */ member in struct:__anon11202
eas_imelodydata.h 55 EAS_I32 tick; /* actual length of 32nd note in 256th of a msec */ member in struct:__anon11189
eas_otadata.h 62 EAS_U32 tick; /* length of 32nd note in 256th of a msec */ member in struct:__anon11192
  /external/sonivox/arm-wt-22k/lib_src/
eas_rtttldata.h 56 EAS_I32 tick; /* length of 32nd note in 256th of a msec */ member in struct:__anon11254
eas_tcdata.h 50 EAS_I32 tick; /* tick based on current tempo and resolution */ member in struct:__anon11257
eas_imelodydata.h 55 EAS_I32 tick; /* actual length of 32nd note in 256th of a msec */ member in struct:__anon11237
eas_otadata.h 62 EAS_U32 tick; /* length of 32nd note in 256th of a msec */ member in struct:__anon11244
  /frameworks/base/services/surfaceflinger/
MessageQueue.cpp 187 const char tick = (*cur == message) ? '>' : ' '; local
189 tick, c, (*cur)->what, (*cur)->when);
  /external/qemu/distrib/sdl-1.2.12/src/timer/macos/
FastTimes.c 145 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/qemu/hw/
armv7m_nvic.c 40 int64_t tick; member in struct:__anon9885::__anon9886
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 += now
    [all...]
  /external/chromium/third_party/libevent/compat/sys/
_libevent_time.h 148 int tick; /* micro-seconds per hz tick */ member in struct:clockinfo
_time.h 148 int tick; /* micro-seconds per hz tick */ member in struct:clockinfo
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
timex.h 46 long int tick; /* (modified) usecs between clock ticks */ member in struct:timex
70 #define ADJ_TICK 0x4000 /* tick value */
  /bionic/libc/kernel/common/linux/
timex.h 47 long tick; member in struct:timex
  /development/ndk/platforms/android-3/include/linux/
timex.h 47 long tick; member in struct:timex
  /external/icu4c/tools/tzcode/
icuzdump.cpp 96 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/valgrind/main/memcheck/
mc_malloc_wrappers.c 584 static UInt tick = 0; local
591 if (tick++ >= 10000)
608 tick = 0;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
timex.h 112 long tick; /* (modified) usecs between clock ticks */ member in struct:timex
137 #define ADJ_TICK 0x4000 /* tick value */
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
timex.h 47 long tick; member in struct:timex
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
timex.h 47 long tick; member in struct:timex

Completed in 294 milliseconds

1 2