Searched refs:msec (Results 1 - 25 of 88) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/compat/
H A Dcompat-gettimeofday.c70 unsigned int msec; local
81 msec = gtc % 1000;
85 if (msec < last_msec)
87 msec = last_msec;
99 msec = last_msec;
105 tv->tv_usec = (last_msec = msec) * 1000;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dsoundfont.h121 int snd_sf_calc_parm_hold(int msec);
122 int snd_sf_calc_parm_attack(int msec);
123 int snd_sf_calc_parm_decay(int msec);
124 #define snd_sf_calc_parm_delay(msec) (0x8000 - (msec) * 1000 / 725);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/power/
H A Dsuspend_test.c34 unsigned msec; local
36 msec = jiffies_to_msecs(abs(nj));
38 msec / 1000, msec % 1000);
48 WARN(msec > (TEST_SUSPEND_SECONDS * 1000),
49 "Component: %s, time: %u\n", label, msec);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-bcmring/csp/tmr/
H A DtmrHw.c118 tmrHw_INTERVAL_t msec /* [ IN ] Interval in milli-second */
124 if (msec <= tmrHw_LOW_1_MAX_MILLISEC) {
127 } else if (msec <= tmrHw_LOW_16_MAX_MILLISEC) {
130 } else if (msec <= tmrHw_LOW_256_MAX_MILLISEC) {
137 count = msec * scale;
143 if (msec <= tmrHw_HIGH_1_MAX_MILLISEC) {
146 } else if (msec <= tmrHw_HIGH_16_MAX_MILLISEC) {
149 } else if (msec <= tmrHw_HIGH_256_MAX_MILLISEC) {
156 count = msec * scale;
226 tmrHw_INTERVAL_t msec /* [ I
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-common/
H A Dtimeval.c88 struct timeval *avahi_elapse_time(struct timeval *tv, unsigned msec, unsigned jitter) { argument
93 if (msec)
94 avahi_timeval_add(tv, (AvahiUsec) msec*1000);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-common/
H A Dtimeval.c88 struct timeval *avahi_elapse_time(struct timeval *tv, unsigned msec, unsigned jitter) { argument
93 if (msec)
94 avahi_timeval_add(tv, (AvahiUsec) msec*1000);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/base/power/
H A Dwakeup.c132 * @msec: Anticipated event processing time (in milliseconds).
135 * approximately @msec milliseconds to be processed by the kernel. Increment
136 * the counter of registered wakeup events and (if @msec is nonzero) set up
144 void pm_wakeup_event(struct device *dev, unsigned int msec) argument
153 if (msec) {
156 expires = jiffies + msecs_to_jiffies(msec);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/
H A Dcache.h22 cache_daap_add(const char *query, const char *ua, int msec);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/ti-st/
H A Dst_kim.h30 /* time in msec to wait for
152 uint32_t msec; member in struct:bts_action_wait
158 uint32_t msec; member in struct:bts_action_delay
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/mpi/
H A Dmpi-pow.c48 int esec, msec, bsec; local
72 msec = mpi_is_secure(mod);
95 mp_nlimbs = msec? msize:0;
96 mp = mp_marker = mpi_alloc_limb_space(msize, msec);
153 mp_nlimbs = msec?msize:0;
154 mp = mp_marker = mpi_alloc_limb_space( msize, msec );
177 xp_nlimbs = msec? (2 * (msize + 1)):0;
178 xp = xp_marker = mpi_alloc_limb_space( 2 * (msize + 1), msec );
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-bcmring/include/csp/
H A DtmrHw.h87 tmrHw_INTERVAL_t msec /* [ IN ] Interval in mili-second */
104 tmrHw_INTERVAL_t msec /* [ IN ] Interval in mili-second */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/
H A Dmpi-pow.c48 int esec, msec, bsec; local
72 msec = mpi_is_secure(mod);
95 mp_nlimbs = msec? msize:0;
96 mp = mp_marker = mpi_alloc_limb_space(msize, msec);
153 mp_nlimbs = msec?msize:0;
154 mp = mp_marker = mpi_alloc_limb_space( msize, msec );
177 xp_nlimbs = msec? (2 * (msize + 1)):0;
178 xp = xp_marker = mpi_alloc_limb_space( 2 * (msize + 1), msec );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dweb.c294 const long int msec = t->tv_sec*1000 + t->tv_usec/1000; local
295 tr_wait_msec( msec );
345 long msec; local
372 msec = 0;
373 curl_multi_timeout( multi, &msec );
374 if( msec < 0 )
375 msec = THREADFUNC_MAX_SLEEP_MSEC;
377 msec = 100; /* on shutdown, call perform() more frequently */
378 if( msec > 0 )
391 if( msec > THREADFUNC_MAX_SLEEP_MSE
[all...]
H A Dport-forwarding.c99 int sec=0, msec=0; local
118 msec = 333000;
123 tr_timerAdd( s->timer, sec, msec );
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfsd/
H A Dstats.c55 unsigned int sec = jifs / HZ, msec = (jifs % HZ)*1000/HZ; local
56 seq_printf(seq, " %u.%03u", sec, msec);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/
H A Dpoll.c122 long msec = -1; local
158 msec = evutil_tv_to_msec(tv);
159 if (msec < 0 || msec > INT_MAX)
160 msec = INT_MAX;
165 res = poll(event_set, nfds, msec);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/edac/
H A Dedac_pci.c202 int msec; local
216 msec = edac_pci_get_poll_msec();
217 if (msec == 1000)
218 delay = round_jiffies_relative(msecs_to_jiffies(msec));
220 delay = msecs_to_jiffies(msec);
232 * passing in the new delay period in msec
238 unsigned int msec)
237 edac_pci_workq_setup(struct edac_pci_ctl_info *pci, unsigned int msec) argument
H A Dedac_module.h50 unsigned msec);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/tipc/
H A Dcore.h255 * @msec: time to delay (in ms)
266 static inline void k_start_timer(struct timer_list *timer, unsigned long msec) argument
268 dbg("starting timer %p for %u\n", timer, msec);
269 mod_timer(timer, jiffies + msecs_to_jiffies(msec) + 1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ospf6d/
H A Dospf6d.c87 long day, hour, min, sec, msec, usec, left;
95 msec = left / 1000; left -= msec * 1000;
102 if (msecp) *msecp = msec;
110 long day, hour, min, sec, msec, usec;
112 ospf6_timeval_decode (tv, &day, &hour, &min, &sec, &msec, &usec);
117 snprintf (msecs, sizeof (msecs), "%ld msecs ", msec);
123 (msec ? msecs : ""), (usec ? usecs : ""));
130 long day, hour, min, sec, msec, usec;
132 ospf6_timeval_decode (tv, &day, &hour, &min, &sec, &msec,
86 long day, hour, min, sec, msec, usec, left; local
109 long day, hour, min, sec, msec, usec; local
129 long day, hour, min, sec, msec, usec; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/dvb-usb/
H A Dvp702x.c79 int vp702x_usb_inout_op(struct dvb_usb_device *d, u8 *o, int olen, u8 *i, int ilen, int msec) argument
87 msleep(msec);
96 int olen, u8 *i, int ilen, int msec)
106 ret = vp702x_usb_inout_op(d, bout, olen+2, bin, ilen+1,msec);
95 vp702x_usb_inout_cmd(struct dvb_usb_device *d, u8 cmd, u8 *o, int olen, u8 *i, int ilen, int msec) argument
H A Dvp702x.h103 extern int vp702x_usb_inout_op(struct dvb_usb_device *d, u8 *o, int olen, u8 *i, int ilen, int msec);
H A Dvp7045.h70 extern int vp7045_usb_op(struct dvb_usb_device *d, u8 cmd, u8 *out, int outlen, u8 *in, int inlen,int msec);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/ipkg-install/usr/share/doc/libxml2-2.7.2/examples/
H A DtestSAX.c119 long msec; local
123 msec = end.tv_sec - begin.tv_sec;
124 msec *= 1000;
125 msec += (end.tv_usec - begin.tv_usec) / 1000;
134 fprintf(stderr, " took %ld ms\n", msec);
155 long msec; local
159 msec = ((end - begin) * 1000) / CLOCKS_PER_SEC;
167 fprintf(stderr, " took %ld ms\n", msec);
191 fprintf(stderr, " was not timed\n", msec);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A DtestSAX.c119 long msec; local
123 msec = end.tv_sec - begin.tv_sec;
124 msec *= 1000;
125 msec += (end.tv_usec - begin.tv_usec) / 1000;
134 fprintf(stderr, " took %ld ms\n", msec);
155 long msec; local
159 msec = ((end - begin) * 1000) / CLOCKS_PER_SEC;
167 fprintf(stderr, " took %ld ms\n", msec);
191 fprintf(stderr, " was not timed\n", msec);

Completed in 172 milliseconds

1234