Searched refs:msec (Results 51 - 75 of 88) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dutils.c419 tr_timerAddMsec( struct event * timer, int msec )
421 const int seconds = msec / 1000;
422 const int usec = (msec%1000) * 1000;
854 tr_wait_msec( long int msec )
857 Sleep( (DWORD)msec );
860 ts.tv_sec = msec / 1000;
861 ts.tv_nsec = ( msec % 1000 ) * 1000000;
H A Dtr-dht.c95 const int msec = roughly_msec/2 + tr_cryptoWeakRandInt(roughly_msec); local
96 tr_wait_msec( msec );
446 tr_wait_msec( 50 /*msec*/ );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/
H A Dcache.c59 int msec; member in struct:cache_command::__anon1778
97 // The user may configure a threshold (in msec), and queries slower than
225 " msec INTEGER DEFAULT 0," \
693 #define Q_TMPL "INSERT OR REPLACE INTO queries (user_agent, query, msec, timestamp) VALUES ('%q', '%q', %d, %" PRIi64 ");"
716 query = sqlite3_mprintf(Q_TMPL, cmd->arg.ua, cmd->arg.query, cmd->arg.msec, (int64_t)time(NULL));
736 DPRINTF(E_INFO, L_CACHE, "Slow query (%d ms) added to cache: '%s' (user-agent: '%s')\n", cmd->arg.msec, cmd->arg.query, cmd->arg.ua);
1337 cache_daap_add(const char *query, const char *ua, int msec) argument
1358 cmd->arg.msec = msec;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-core/
H A Dresponse-sched.c126 static void job_set_elapse_time(AvahiResponseScheduler *s, AvahiResponseJob *rj, unsigned msec, unsigned jitter) { argument
132 avahi_elapse_time(&tv, msec, jitter);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Dresponse-sched.c126 static void job_set_elapse_time(AvahiResponseScheduler *s, AvahiResponseJob *rj, unsigned msec, unsigned jitter) { argument
132 avahi_elapse_time(&tv, msec, jitter);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/tulip/
H A Dde4x5.c604 #define DE4X5_AUTOSENSE_MS 250 /* msec autosense tick (DE500) */
929 static int test_media(struct net_device *dev, s32 irqs, s32 irq_mask, s32 csr13, s32 csr14, s32 csr15, s32 msec);
930 static int test_for_100Mb(struct net_device *dev, int msec);
932 static int test_mii_reg(struct net_device *dev, int reg, int mask, bool pol, long msec);
937 static int ping_media(struct net_device *dev, int msec);
951 static int test_ans(struct net_device *dev, s32 irqs, s32 irq_mask, s32 msec);
952 static int test_tp(struct net_device *dev, s32 msec);
3332 test_media(struct net_device *dev, s32 irqs, s32 irq_mask, s32 csr13, s32 csr14, s32 csr15, s32 msec) argument
3339 lp->timeout = msec/100;
3370 test_tp(struct net_device *dev, s32 msec) argument
3399 test_for_100Mb(struct net_device *dev, int msec) argument
3452 test_mii_reg(struct net_device *dev, int reg, int mask, bool pol, long msec) argument
3562 ping_media(struct net_device *dev, int msec) argument
3794 test_ans(struct net_device *dev, s32 irqs, s32 irq_mask, s32 msec) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/early/
H A Dehci-dbgp.c136 #define HUB_ROOT_RESET_TIME 50 /* times are in msec */
721 int msec; local
737 msec = 1000;
738 while ((cap & EHCI_USBLEGSUP_BIOS) && (msec > 0)) {
740 msec -= 10;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-iop13xx/
H A Dpci.c724 int msec = (reg_val >> IOP13XX_ATUX_PCSR_FREQ_OFFSET) & 0x7; local
725 msec = 1000 / (8-msec); /* bits 100=133MHz, 111=>33MHz */
728 atux_trhfa_timeout = jiffies + msecs_to_jiffies(msec);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddatetime.h455 wxDateTime_t msec, sec, min, hour, mday; member in struct:wxDateTime::Tm
890 { return GetTm(tz).msec; }
1653 tm.hour, tm.min, tm.sec, tm.msec);
1812 tm1.msec == tm2.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 Dxmllint.c445 long msec; local
449 msec = end.tv_sec - begin.tv_sec;
450 msec *= 1000;
451 msec += (end.tv_usec - begin.tv_usec) / 1000;
460 fprintf(stderr, " took %ld ms\n", msec);
481 long msec; local
485 msec = ((end - begin) * 1000) / CLOCKS_PER_SEC;
493 fprintf(stderr, " took %ld ms\n", msec);
517 fprintf(stderr, " was not timed\n", msec);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddatetime.cpp644 hour = min = sec = msec = 0;
651 msec = 0;
667 (hour < 24) && (min < 60) && (sec < 62) && (msec < 1000);
1524 if ( tm.hour || tm.min || tm.sec || tm.msec )
1526 tm.msec =
1540 tm.msec =
1674 tm2.msec = (wxDateTime_t)(timeOnly % 1000);
1743 tm.msec = (wxDateTime_t)(timeOnly % 1000);
1744 timeOnly -= tm.msec;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxmllint.c445 long msec; local
449 msec = end.tv_sec - begin.tv_sec;
450 msec *= 1000;
451 msec += (end.tv_usec - begin.tv_usec) / 1000;
460 fprintf(stderr, " took %ld ms\n", msec);
481 long msec; local
485 msec = ((end - begin) * 1000) / CLOCKS_PER_SEC;
493 fprintf(stderr, " took %ld ms\n", msec);
517 fprintf(stderr, " was not timed\n", msec);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Depca.c188 static int pc_send_break(struct tty_struct *tty, int msec);
2360 static int pc_send_break(struct tty_struct *tty, int msec) argument
2365 if (msec == -1)
2366 msec = 0xFFFF;
2367 else if (msec > 0xFFFE)
2368 msec = 0xFFFE;
2369 else if (msec < 1)
2370 msec = 1;
2375 * Maybe I should send an infinite break here, schedule() for msec
2378 * an ioctl()) more than once in msec amoun
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dxmllint.c445 long msec; local
449 msec = end.tv_sec - begin.tv_sec;
450 msec *= 1000;
451 msec += (end.tv_usec - begin.tv_usec) / 1000;
460 fprintf(stderr, " took %ld ms\n", msec);
481 long msec; local
485 msec = ((end - begin) * 1000) / CLOCKS_PER_SEC;
493 fprintf(stderr, " took %ld ms\n", msec);
517 fprintf(stderr, " was not timed\n", msec);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/IR/
H A Dimon.c1090 int msec, msec_hit; local
1093 msec = tv2int(&ct, &prev_time);
1096 if (msec > 100) {
1460 int msec; local
1541 msec = tv2int(&t, &prev_time);
1543 if (msec < idev->rep[REP_DELAY])
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/image/
H A Dmdc800.c114 /* Timeouts (msec) */
346 * msec: Time to wait
348 static int mdc800_usb_waitForIRQ (int mode, int msec) argument
352 wait_event_timeout(mdc800->irq_wait, mdc800->irq_woken, msec*HZ/1000);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/edac/
H A Dedac_mc.c312 * passing in the new delay period in msec
318 static void edac_mc_workq_setup(struct mem_ctl_info *mci, unsigned msec) argument
327 queue_delayed_work(edac_workqueue, &mci->work, msecs_to_jiffies(msec));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/selinux/
H A Dhooks.c4691 struct msg_security_struct *msec; local
4693 msec = kzalloc(sizeof(struct msg_security_struct), GFP_KERNEL);
4694 if (!msec)
4697 msec->sid = SECINITSID_UNLABELED;
4698 msg->security = msec;
4705 struct msg_security_struct *msec = msg->security; local
4708 kfree(msec);
4813 struct msg_security_struct *msec; local
4819 msec = msg->security;
4824 if (msec
4858 struct msg_security_struct *msec; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-compat-howl/
H A Dcompat.c551 sw_result sw_salt_step(sw_salt self, sw_uint32 * msec) { argument
565 if ((r = poll(&p, 1, msec ? (int) *msec : -1)) < 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-compat-howl/
H A Dcompat.c551 sw_result sw_salt_step(sw_salt self, sw_uint32 * msec) { argument
565 if ((r = poll(&p, 1, msec ? (int) *msec : -1)) < 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-autoipd/
H A Dmain.c810 static struct timeval *elapse_time(struct timeval *tv, unsigned msec, unsigned jitter) { argument
815 if (msec)
816 avahi_timeval_add(tv, (AvahiUsec) msec*1000);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-autoipd/
H A Dmain.c810 static struct timeval *elapse_time(struct timeval *tv, unsigned msec, unsigned jitter) { argument
815 if (msec)
816 avahi_timeval_add(tv, (AvahiUsec) msec*1000);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dutils.c431 tr_wait_msec( long int msec )
434 ts.tv_sec = msec / 1000;
435 ts.tv_nsec = ( msec % 1000 ) * 1000000;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Dsgiarcs.h140 unsigned short msec; member in struct:linux_tinfo
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/
H A Depi_ttcp.c933 /* convert msec arg to usec for bufsleep, minimum 10ms */
1844 fprintf(stderr, "ERROR: time calc mismatch of msec (%d) to usec (%f)\n",
1869 fprintf(stderr, "ERROR: time calc mismatch of msec (%d) to usec (%f)\n",
1889 t_min = 1000.0; /* 1 msec */
1943 fprintf(stderr,"%s: %ld I/O calls, %d.%03d msec(real)/call, %d.%03d msec(cpu)/call\n",
2134 * "System sec=%d, msec=%d\n", SysTime.wSecond, SysTime.wMilliseconds);
2141 * " User sec=%d, msec=%d\n", SysTime.wSecond, SysTime.wMilliseconds);
2208 unsigned int msec;
2211 msec
[all...]

Completed in 279 milliseconds

1234