Searched refs:tick (Results 26 - 50 of 121) sorted by relevance

12345

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/seq/
H A Dseq_queue.c273 /* Process tick queue... */
275 if (snd_seq_compare_tick_time(&q->timer->tick.cur_tick,
276 &cell->event.time.tick)) {
328 cell->event.time.tick += q->timer->tick.cur_tick;
666 sev.time.tick = q->timer->tick.cur_tick;
709 if (snd_seq_timer_set_position_tick(q->timer, ev->data.queue.param.time.tick) == 0) {
783 snd_iprintf(buffer, "queued tick events : %d\n", snd_seq_prioq_avail(q->tickq));
789 snd_iprintf(buffer, "current tick
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/otus/80211core/
H A Damsdu.c123 ZM_PERFORMANCE_RX_MSDU(dev, wd->tick);
H A Dpub_zfi.h256 u32_t tick; member in struct:zsBssInfo
787 extern void zfiTxPerformanceMSDU(zdev_t* dev, u32_t tick);
791 #define ZM_PERFORMANCE_TX_MSDU(dev, tick) zfiTxPerformanceMSDU(dev, tick);
792 #define ZM_PERFORMANCE_RX_MSDU(dev, tick) zfiRxPerformanceMSDU(dev, tick);
793 #define ZM_PERFORMANCE_TX_MPDU(dev, tick) zfiTxPerformanceMPDU(dev, tick);
806 #define ZM_PERFORMANCE_TX_MSDU(dev, tick)
807 #define ZM_PERFORMANCE_RX_MSDU(dev, tick)
[all...]
H A Dcfunc.c262 u16_t zfTimerSchedule(zdev_t* dev, u16_t event, u32_t tick) argument
277 //zm_debug_msg1("target tick = ", wd->tick + tick);
285 wd->timerList.head->timer = wd->tick + tick;
292 pFreeEntry->timer = wd->tick + tick;
299 // prevent from the case of tick overflow
418 // prevent from the case of tick overflo
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/time/
H A Dntp.c74 /* constant (boot-param configurable) NTP tick adjustment (upscaled) */
101 * the change to the tick length immediately:
436 tick_usec = txc->tick;
469 (txc->tick < 900000/USER_HZ ||
470 txc->tick > 1100000/USER_HZ))
514 txc->tick = tick_usec;
H A Dtick-oneshot.c2 * linux/kernel/time/tick-oneshot.c
4 * This file contains functions which manage high resolution tick
21 #include <linux/tick.h>
23 #include "tick-internal.h"
141 printk(" no tick device\n");
H A Dclockevents.c21 #include <linux/tick.h>
23 #include "tick-internal.h"
/netgear-R7000-V1.0.7.12_1.2.5/src/router/shared/
H A Decos_timer.c29 uint tick; member in struct:ecos_timer_entry_s
100 entry->timer = timeout((timeout_fun *)timer_func, entry, entry->tick);
123 entry->tick = ostick;
124 entry->timer = timeout((timeout_fun *)timer_func, entry, entry->tick);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dslider.tex27 \twocolitem{\windowstyle{wxSL\_AUTOTICKS}}{Displays tick marks.}
210 Returns the tick frequency.
311 Sets a tick position.
315 \docparam{tickPos}{The tick position.}
329 Sets the tick mark frequency and position.
333 \docparam{n}{Frequency. For example, if the frequency is set to two, a tick mark is displayed for
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/include/
H A Dseq_event.h91 /** Set tick queue position; event data type = #snd_seq_ev_queue_control_t */
201 snd_seq_tick_time_t tick; /**< tick-time */ member in union:snd_seq_timestamp
H A Dseqmid.h121 * \brief set tick-scheduling mode on queue
125 * \param ttick tick time-stamp to be delivered
128 * MIDI tick mode.
136 (ev)->time.tick = (ttick),\
276 * \brief set the tick-time position of a queue
279 * \param ttime the new tick-time
285 (ev)->data.queue.param.time.tick = (ttime))
369 * \param dur duration (in tick or msec)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/test/
H A Dplaymidi1.c94 static inline double tick2time_dbl(int tick) argument
96 return local_secs + ((double) (tick - local_ticks) * (double) local_tempo * 1.0E-6 / (double) ppq);
99 static void tick2time(snd_seq_real_time_t * tm, int tick) argument
101 double secs = tick2time_dbl(tick);
195 fprintf(stderr, "tick offset = %d\n", tick_offset);
612 printf("Stopping at %f s, tick %f\n",
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/netkit-ftp-0.18-pre1/ftp/
H A Dftp_var.h60 Extern int tick; /* print byte counter during transfers */ variable
H A Dcmds.c371 int oldtick = tick;
379 tick = 0;
394 tick = oldtick;
1100 printf("Tick counter printing: %s\n", onoff(tick));
1140 if (hash && tick)
1151 * Toggle tick counter printing during transfers.
1156 tick = !tick;
1157 if (hash && tick)
1159 printf("Tick counter printing %s", onoff(tick));
[all...]
H A Dftp.c613 if (tick && (bytes >= hashbytes)) {
626 if (tick) {
648 if (tick && (bytes >= hashbytes)) {
673 if (tick) {
922 if (tick && (bytes >= hashbytes) && is_retr) {
936 if (tick && is_retr) {
986 if (tick && (bytes >= hashbytes) && is_retr) {
1017 if (tick && is_retr) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/sbus/char/
H A Dbbc_envctrl.c169 static void analyze_ambient_temp(struct bbc_cpu_temperature *tp, unsigned long *last_warn, int tick) argument
202 } else if ((tick & (8 - 1)) == 0) {
224 static void analyze_cpu_temp(struct bbc_cpu_temperature *tp, unsigned long *last_warn, int tick) argument
257 } else if ((tick & (8 - 1)) == 0) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/seq/oss/
H A Dseq_oss_writeq.c111 ev.time.tick = time;
H A Dseq_oss_ioctl.c66 tmpev.time.tick = 0;
H A Dseq_oss_rw.c181 event.time.tick = snd_seq_oss_timer_cur_tick(dp->timer);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dtimex.h77 long tick; /* (modified) usecs between clock ticks */ member in struct:timex
107 #define ADJ_TICK 0x4000 /* tick value */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libevent-1.4.14b-stable/compat/sys/
H A D_libevent_time.h148 int tick; /* micro-seconds per hz tick */ member in struct:clockinfo
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/kernel/
H A Dtime.c37 #define TICK_SIZE tick
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dartstd.cpp137 #include "../../art/tick.xpm"
196 ART(wxART_TICK_MARK, tick)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-samsung/
H A Dtime.c40 #include <mach/tick.h>
196 /* configure clock tick */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/include/sound/
H A Dasequencer.h79 #define SNDRV_SEQ_EVENT_SETPOS_TICK 33 /* set tick queue position */
245 sndrv_seq_tick_time_t tick; member in union:sndrv_seq_timestamp
554 sndrv_seq_tick_time_t tick; /* current tick */ member in struct:sndrv_seq_queue_status
565 unsigned int tempo; /* current tempo, us/tick */

Completed in 379 milliseconds

12345