Searched refs:seconds (Results 1 - 25 of 179) sorted by relevance

12345678

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/libbb/
H A Dbb_do_delay.c12 void bb_do_delay(int seconds) argument
18 while (difftime(now, start) < seconds) {
19 sleep(seconds);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/include/share/grabbag/
H A Dcuesheet.h31 unsigned grabbag__cuesheet_msf_to_frame(unsigned minutes, unsigned seconds, unsigned frames);
32 void grabbag__cuesheet_frame_to_msf(unsigned frame, unsigned *minutes, unsigned *seconds, unsigned *frames);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/web/javascript/
H A Dformatter.js186 timeInterval: function(seconds)
188 var days = Math.floor (seconds / 86400),
189 hours = Math.floor ((seconds % 86400) / 3600),
190 minutes = Math.floor ((seconds % 3600) / 60),
191 seconds = Math.floor (seconds % 60),
195 s = seconds + ' ' + (seconds > 1 ? 'seconds' : 'second');
208 if (minutes >= 4 || !seconds)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Ddelay.h50 static inline void ssleep(unsigned int seconds) argument
52 msleep(seconds * 1000);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dhistory.h22 * something happened over the last N seconds.
25 * to estimate the speed over the last N seconds.
56 * @brief count how many events have occurred in the last N seconds.
58 * @param seconds how many seconds to count back through.
60 unsigned int tr_historyGet( const tr_recentHistory *, time_t when, unsigned int seconds );
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/scsi/
H A Dscsi_netlink_fc.h60 uint64_t seconds; member in struct:fc_nl_event
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/qt/
H A Dformatter.cc149 Formatter :: timeToString( int seconds )
155 if( seconds < 0 )
156 seconds = 0;
158 days = seconds / 86400;
159 hours = ( seconds % 86400 ) / 3600;
160 minutes = ( seconds % 3600 ) / 60;
161 seconds %= 60;
166 s = tr( "%Ln second(s)", 0, seconds );
184 if( minutes >= 4 || !seconds )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/scripts/
H A Dautopppd17 my ($hours,$minutes,$seconds) = split(/:/,shift);
18 return ($hours*60+$minutes)*60+$seconds;
24 my $seconds = $total % 60; $total = ($total - $seconds)/60;
29 return(sprintf("%d-%02d:%02d:%02d",$days,$hours,$minutes,$seconds));
31 return(sprintf("%02d:%02d:%02d",$hours,$minutes,$seconds));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/utils/xas/
H A Dxas.pl118 my $seconds = $amulesigdata[16];
119 my $days = pull_count($seconds, 86400);
120 my $hours = pull_count($seconds, 3600);
121 my $minutes = pull_count($seconds, 60);
126 $runtime = sprintf "%02iD %02ih %02imin %02is", $days, $hours, $minutes, $seconds;
129 $runtime = sprintf "%02ih %02imin %02is", $hours, $minutes, $seconds;
132 $runtime = sprintf "%02imin %02is", $minutes, $seconds;
135 $runtime = sprintf "%02is", $seconds;
176 # usage: $count = pull_count(seconds, amount)
177 # remove from seconds th
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/include/linux/netfilter/
H A Dxt_recent.h27 __u32 seconds; member in struct:xt_recent_mtinfo
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/mmedia/
H A Dmmbman.cpp156 wxUint32 length, seconds; local
159 seconds = m_file_stream->GetSoundFormat().GetTimeFromBytes(length);
160 m_length.seconds = seconds % 60;
161 m_length.minutes = (seconds / 60) % 60;
162 m_length.hours = seconds / 3600;
215 wxUint32 length, seconds; local
218 file_time.seconds = file_time.minutes = file_time.hours = 0;
223 seconds = m_file_stream->GetSoundFormat().GetTimeFromBytes(length);
224 file_time.seconds
[all...]
H A Dmmbman.h23 wxUint8 seconds, minutes, hours; member in struct:__anon135
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/macosx/
H A DNSStringAdditions.h43 + (NSString *) timeString: (uint64_t) seconds showSeconds: (BOOL) showSeconds;
44 + (NSString *) timeString: (uint64_t) seconds showSeconds: (BOOL) showSeconds maxFields: (NSUInteger) max;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/netfilter/
H A Dxt_recent.h27 __u32 seconds; member in struct:xt_recent_mtinfo
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/include/linux/netfilter/
H A Dxt_recent.h27 __u32 seconds; member in struct:xt_recent_mtinfo
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/rtc/
H A Drtc-mc13783.c63 unsigned int seconds, days1, days2; local
78 ret = mc13783_reg_read(priv->mc13783, MC13783_RTCTOD, &seconds);
90 if (seconds >= 86400 / 2)
99 s1970 = days1 * 86400 + seconds;
109 unsigned int seconds, days; local
113 seconds = secs % 86400;
134 * write seconds=0 to prevent a day switch between writing days
135 * and seconds below
145 ret = mc13783_reg_write(priv->mc13783, MC13783_RTCTOD, seconds);
173 unsigned seconds, day local
216 unsigned seconds, days; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/udev/
H A Dudevsettle.c71 int seconds; local
85 seconds = atoi(optarg);
86 if (seconds > 0)
87 timeout = seconds;
93 printf("Usage: udevsettle [--help] [--timeout=<seconds>]\n\n");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dsocket.h138 bool Wait(long seconds = -1, long milliseconds = 0);
139 bool WaitForRead(long seconds = -1, long milliseconds = 0);
140 bool WaitForWrite(long seconds = -1, long milliseconds = 0);
141 bool WaitForLost(long seconds = -1, long milliseconds = 0);
145 void SetTimeout(long seconds);
182 bool _Wait(long seconds, long milliseconds, wxSocketEventFlags flags);
241 bool WaitForAccept(long seconds = -1, long milliseconds = 0);
262 bool WaitOnConnect(long seconds = -1, long milliseconds = 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/utils/wxCas/src/
H A Donlinesig.cpp228 unsigned int seconds = m_runTimeS; local
229 unsigned int days = PullCount( &seconds, 86400 );
230 unsigned int hours = PullCount( &seconds, 3600 );
231 unsigned int minutes = PullCount( &seconds, 60 );
234 return ( wxString::Format ( _( "%02uD %02uh %02umin %02us" ), days, hours, minutes, seconds ) );
236 return ( wxString::Format ( _( "%02uh %02umin %02us" ), hours, minutes, seconds ) );
238 return ( wxString::Format ( _( "%02umin %02us" ), minutes, seconds ) );
240 return ( wxString::Format ( _( "%02us" ), seconds ) );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/ts/
H A Dts_rsp_utils.c225 int TS_ACCURACY_set_seconds(TS_ACCURACY *a, const ASN1_INTEGER *seconds) argument
229 if (a->seconds == seconds)
231 new_seconds = ASN1_INTEGER_dup(seconds);
236 ASN1_INTEGER_free(a->seconds);
237 a->seconds = new_seconds;
243 return a->seconds;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/ts/
H A Dts_rsp_utils.c225 int TS_ACCURACY_set_seconds(TS_ACCURACY *a, const ASN1_INTEGER *seconds) argument
229 if (a->seconds == seconds)
231 new_seconds = ASN1_INTEGER_dup(seconds);
236 ASN1_INTEGER_free(a->seconds);
237 a->seconds = new_seconds;
243 return a->seconds;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/miscutils/
H A Dtime.c36 "\tUser time (seconds): %U\n"
37 "\tSystem time (seconds): %S\n"
136 * S == system (kernel) time (seconds) (ru_stime)
138 * U == user time (seconds) (ru_utime)
144 e == elapsed real time in seconds
153 Various memory usages are found by converting from page-seconds
234 unsigned seconds = resp->elapsed_ms / 1000; local
235 if (seconds >= 3600) /* One hour -> h:m:s. */
237 seconds / 3600,
238 (seconds
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/watchdog/
H A Dadx_wdt.c84 static void adx_wdt_set_timeout(struct adx_wdt *wdt, unsigned long seconds) argument
86 unsigned long timeout = seconds * 1000;
102 static void adx_wdt_get_timeout(struct adx_wdt *wdt, unsigned long *seconds) argument
104 *seconds = wdt->timeout / 1000;
145 unsigned long seconds = 0; local
165 if (get_user(seconds, p))
168 adx_wdt_set_timeout(wdt, seconds);
172 adx_wdt_get_timeout(wdt, &seconds);
173 return put_user(seconds, p);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/line6/
H A Ddumprequest.h85 extern void line6_startup_delayed(struct line6_dump_request *l6dr, int seconds,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/flac/
H A Dutils.h34 double seconds; member in union:__anon3794::__anon3795

Completed in 397 milliseconds

12345678