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

12

/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:__anon14221
H A Deas_imelodydata.h55 EAS_I32 tick; /* actual length of 32nd note in 256th of a msec */ member in struct:__anon14208
H A Deas_otadata.h62 EAS_U32 tick; /* length of 32nd note in 256th of a msec */ member in struct:__anon14211
/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:__anon14271
H A Deas_imelodydata.h55 EAS_I32 tick; /* actual length of 32nd note in 256th of a msec */ member in struct:__anon14258
H A Deas_otadata.h62 EAS_U32 tick; /* length of 32nd note in 256th of a msec */ member in struct:__anon14261
/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:__anon14323
H A Deas_tcdata.h50 EAS_I32 tick; /* tick based on current tempo and resolution */ member in struct:__anon14326
H A Deas_imelodydata.h55 EAS_I32 tick; /* actual length of 32nd note in 256th of a msec */ member in struct:__anon14306
H A Deas_otadata.h62 EAS_U32 tick; /* length of 32nd note in 256th of a msec */ member in struct:__anon14313
/external/compiler-rt/lib/tsan/tests/unit/
H A Dtsan_clock_test.cc25 clk.tick();
57 vector1.tick();
73 thr1.tick();
75 thr2.tick();
90 vector.tick();
113 vector1.tick();
115 vector2.tick();
152 vector.tick();
166 vector1.tick();
168 vector2.tick();
260 void tick() { function in struct:__tsan::SimpleThreadClock
[all...]
/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/jetty/src/java/org/eclipse/jetty/util/thread/
H A DTimeout.java94 * This is called instead of {@link #tick()} to obtain the next
121 public void tick() method in class:Timeout
150 public void tick(long now) method in class:Timeout
153 tick();
/external/kernel-headers/original/uapi/linux/
H A Dtimex.h77 __kernel_long_t tick; /* (modified) usecs between clock ticks */ member in struct:timex
108 #define ADJ_TICK 0x4000 /* tick value */
/external/strace/
H A Dtime.c393 int tick; member in struct:__anon14516
417 tprintf(", tick=%d, ppsfreq=%d, jitter=%d",
418 tx.tick, tx.ppsfreq, tx.jitter);
460 tprintf(", tick=%jd, ppsfreq=%jd, jitter=%jd",
461 (intmax_t) tx.tick, (intmax_t) tx.ppsfreq, (intmax_t) tx.jitter);
/external/icu/icu4c/source/tools/tzcode/
H A Dicuzdump.cpp96 tick = 1000;
112 tick = t;
152 if (diff <= tick) {
155 UDate medt = lot + ((diff / 2) / tick) * tick;
202 int32_t tick; member in class:ICUZDump
/external/libnl/lib/
H A Dutils.c316 uint32_t tick, us; local
319 fscanf(fd, "%08x %08x", &tick, &us);
320 ticks_per_usec = (double)tick/(double)us;
/external/valgrind/memcheck/
H A Dmc_malloc_wrappers.c760 static UInt tick = 0; local
767 if (tick++ >= 10000)
784 tick = 0;
/external/e2fsprogs/e2fsck/
H A Dunix.c505 unsigned int tick; local
529 tick = (tv.tv_sec << 3) + (tv.tv_usec / (1000000 / 8));
530 if ((tick == ctx->progress_last_time) &&
533 ctx->progress_last_time = tick;
/external/libvncserver/x11vnc/
H A Dxevents.c594 int tick; member in struct:_grabwatch
618 watches[i].tick = 0;
657 watches[free].tick = ticker;
663 if (watches[got].tick != ticker) {
669 watches[got].tick = ticker;
730 watches[i].tick = 0;
/external/kernel-headers/original/uapi/sound/
H A Dasequencer.h73 #define SNDRV_SEQ_EVENT_SETPOS_TICK 33 /* set tick queue position */
239 snd_seq_tick_time_t tick; member in union:snd_seq_timestamp
490 snd_seq_tick_time_t tick; /* current tick */ member in struct:snd_seq_queue_status
501 unsigned int tempo; /* current tempo, us/tick */
/external/valgrind/include/vki/
H A Dvki-linux.h327 long tick; /* (modified) usecs between clock ticks */ member in struct:vki_timex
350 #define VKI_ADJ_TICK 0x4000 /* tick value */
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.util_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1400 milliseconds

12