Searched refs:ms (Results 151 - 157 of 157) sorted by relevance

1234567

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/core/
H A Dpktgen.c426 __u64 ms = tv->tv_usec / 1000; local
427 ms += (__u64) tv->tv_sec * (__u64) 1000;
428 return ms;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/doc/
H A Dip-cref.tex1859 64 bytes from 193.233.7.98: icmp_seq=0 ttl=255 time=3.5 ms
1861 64 bytes from 193.233.7.98: icmp_seq=1 ttl=255 time=2.2 ms
1862 64 bytes from 193.233.7.98: icmp_seq=2 ttl=255 time=0.4 ms
1863 64 bytes from 193.233.7.98: icmp_seq=3 ttl=255 time=0.4 ms
1864 64 bytes from 193.233.7.98: icmp_seq=4 ttl=255 time=0.4 ms
1868 round-trip min/avg/max = 0.4/1.3/3.5 ms
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dadpcm.c372 STORE_NODE(ms, FFMAX(16, (AdaptationTable[nibble] * step) >> 8));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/
H A DMakefile.in562 ms.po \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Dsiutils.c120 static uint32 wd_msticks; /* watchdog timer ticks normalized to ms */
144 /* save ticks normalized to ms for si_watchdog_ms() */
2280 /** trigger watchdog reset after ms milliseconds */
2282 si_watchdog_ms(si_t *sih, uint32 ms) argument
2284 si_watchdog(sih, wd_msticks * ms);
5942 /* do busy wait for 20ms */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/sqlite-3.6.22/
H A Dsqlite3.c2103 ** will sleep multiple times until at least "ms" milliseconds of sleeping
2104 ** have accumulated. ^After at least "ms" milliseconds of sleeping,
2116 SQLITE_API int sqlite3_busy_timeout(sqlite3*, int ms);
11112 double ms = 0.0; local
11127 ms = ms*10.0 + *zDate - '0';
11131 ms /= rScale;
11140 p->s = s + ms;
96104 sqlite3_busy_timeout(sqlite3 *db, int ms) argument
97280 sqlite3_sleep(int ms) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/ifpsp060/src/
H A Dfpsp.S14415 andi.w &0x7fff,%d1 # clear ms bit
20853 # extended -> |s| exp | |1| ms mant | | ls mant | #
20882 mov.l FTEMP_HI(%a0),%d1 # get ms mantissa
20883 bfextu %d1{&1:&20},%d1 # get upper 20 bits of ms
20884 or.l %d1,%d0 # put these bits in ms word of double
20886 mov.l FTEMP_HI(%a0),%d1 # get ms mantissa
20918 # extended -> |s| exp | |1| ms mant | | ls mant | #
20947 mov.l FTEMP_HI(%a0),%d1 # get ms mantissa
20948 andi.l &0x7fffff00,%d1 # get upper 23 bits of ms
20950 or.l %d1,%d0 # put these bits in ms wor
[all...]

Completed in 652 milliseconds

1234567