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

123

/asus-wl-520gu-7.0.1.45/src/router/www/www.WL-520GU/
H A Dpopup.js16 function LoadingTime(seconds, flag){
21 if(typeof(seconds) == "number" && seconds >= 0){
22 if(seconds != 0){
25 --seconds;
26 timeout = setTimeout("LoadingTime("+seconds+", '"+flag+"');", 1000);
38 function LoadingProgress(seconds){
42 if(typeof(seconds) == "number" && seconds >= 0){
43 if(seconds !
[all...]
H A Dstate.js53 var seconds = this.dr_surf_time_interval*1000;
58 seconds = 1;
59 id_of_check_changed_status = setTimeout("get_changed_status('initial');", seconds);
62 id_of_check_changed_status = setTimeout("get_changed_status();", seconds);
322 var seconds = this.show_hint_time_interval*1000;
348 slowHide_ID_start = setTimeout("slowHide(100);", seconds);
374 var seconds = this.show_hint_time_interval*1000;
425 slowHide_ID_start = setTimeout("slowHide(100);", seconds);
1111 function refreshpage(seconds){
1112 if(typeof(seconds)
[all...]
/asus-wl-520gu-7.0.1.45/src/router/mipsel/www/
H A Dpopup.js16 function LoadingTime(seconds, flag){
21 if(typeof(seconds) == "number" && seconds >= 0){
22 if(seconds != 0){
25 --seconds;
26 timeout = setTimeout("LoadingTime("+seconds+", '"+flag+"');", 1000);
38 function LoadingProgress(seconds){
42 if(typeof(seconds) == "number" && seconds >= 0){
43 if(seconds !
[all...]
H A Dstate.js53 var seconds = this.dr_surf_time_interval*1000;
58 seconds = 1;
59 id_of_check_changed_status = setTimeout("get_changed_status('initial');", seconds);
62 id_of_check_changed_status = setTimeout("get_changed_status();", seconds);
322 var seconds = this.show_hint_time_interval*1000;
348 slowHide_ID_start = setTimeout("slowHide(100);", seconds);
374 var seconds = this.show_hint_time_interval*1000;
425 slowHide_ID_start = setTimeout("slowHide(100);", seconds);
1111 function refreshpage(seconds){
1112 if(typeof(seconds)
[all...]
/asus-wl-520gu-7.0.1.45/src/router/pppd/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));
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/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));
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/acpi/hardware/
H A Dhwtimer.c120 * be used for calculating durations less than ~4.6 seconds
132 u32 seconds = 0; local
183 * 1. Compute the number of seconds by dividing Delta Ticks by
200 seconds = delta_ticks / PM_TIMER_FREQUENCY;
214 *time_elapsed = seconds * 1000000;
/asus-wl-520gu-7.0.1.45/src/router/iptables/extensions/
H A Dlibipt_recent.c21 " --seconds seconds For check and update commands above.\n"
23 " the last 'seconds' seconds.\n"
26 " May be used in conjunction with the seconds option.\n"
44 { "seconds", 1, 0, 204 },
117 info->seconds = atoi(optarg);
173 if(info->seconds) printf("seconds: %d ",info->seconds);
[all...]
H A Dlibipt_time.c43 int hours, minutes, seconds; local
45 if (sscanf(time, "%d:%d:%d", &hours, &minutes, &seconds) == 3)
46 return (hours * 60 * 60 + minutes * 60 + seconds);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/kernel/
H A Dtodc_time.c309 sec = todc_read_val(todc_info->seconds) & 0x7f;
394 todc_write_val(todc_info->seconds, tm.tm_sec);
412 * Manipulates read bit to reliably read seconds at a high rate.
461 * which we only read the seconds counter. todc_read_val writes
472 sec = todc_read_timereg(todc_info->seconds) & 0x7f;
480 if ((todc_read_timereg(todc_info->seconds) & 0x7f) != sec) {
485 sec = todc_read_timereg(todc_info->seconds) & 0x7f;
490 if ((todc_read_timereg(todc_info->seconds) & 0x7f) != sec) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/md/
H A Dlvm-fs.c334 lv_open_total, pe_t_bytes, hash_table_bytes, lv_block_exception_t_bytes, seconds; local
425 seconds = CURRENT_TIME - loadtime;
426 if (seconds < 0)
427 loadtime = CURRENT_TIME + seconds;
428 if (seconds / 86400 > 0) {
430 seconds / 86400,
431 seconds / 86400 == 0 ||
432 seconds / 86400 > 1 ? "s" : "");
435 (seconds % 86400) / 3600,
436 (seconds
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/acpi/include/
H A Dacpiosxf.h183 u32 seconds,
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/net/
H A Dnet_api.h105 ebuf_t *udp_recv_with_timeout(int portnum,int seconds);
/asus-wl-520gu-7.0.1.45/src/router/samba/source/modules/
H A Dgetdate.y128 /* Gregorian year, month, day, hour, minutes, and seconds. */
134 int seconds;
136 /* Relative year, month, day, hour, minutes, and seconds. */
214 PC.seconds = 0;
221 PC.seconds = 0;
236 PC.seconds = $5.value;
243 PC.seconds = $5.value;
430 PC.seconds = 0;
692 measured in seconds, ignoring leap seconds
[all...]
H A Dgetdate.c223 /* Gregorian year, month, day, hour, minutes, and seconds. */
229 int seconds; member in struct:__anon12398
231 /* Relative year, month, day, hour, minutes, and seconds. */
1260 PC.seconds = 0;
1270 PC.seconds = 0;
1291 PC.seconds = yyvsp[-1].textintval.value;
1301 PC.seconds = yyvsp[-1].textintval.value;
1574 PC.seconds = 0;
2039 measured in seconds, ignoring leap seconds
[all...]
/asus-wl-520gu-7.0.1.45/src/tools/upnp/upnp/
H A Dupnp.c395 void delayed_call(uint seconds, voidfp_t f) argument
401 timer.it_value.tv_sec = seconds;
/asus-wl-520gu-7.0.1.45/src/router/samba/source/libsmb/
H A Dclikrb5.c40 krb5_error_code krb5_set_real_time(krb5_context context, int32_t seconds, int32_t microseconds) argument
49 context->kdc_sec_offset = seconds - sec;
284 DEBUG(4,("Advancing clock by %d seconds to cope with clock skew\n", time_offset));
/asus-wl-520gu-7.0.1.45/src/router/rcamdmips/
H A Drcamd.c64 int seconds = 1; variable
982 seconds = atoi(optarg);
1027 " -s <seconds between frames> (default==1)\n"\
1043 if (debug) printf("RCAMD 0.06 using debug=%d, maxdiff=%d, secs=%d, size=%dx%d, port=%d, bright=%d, gain=%d, cameratype=%d\n", debug, max_diff, seconds, width, height, port, brightness, gain, cameratype);
1145 if (seconds!=0) {
1146 waittime = (int)(1000000.0*(double)seconds-1000000.0*(curTime-prevTime));
1148 printf("Waiting %f %f %f %d - %d = %d seconds\n", curTime, prevTime, curTime-prevTime, 1000000*seconds, (int)(1000000.0*(curTime-prevTime)), waittime);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A D3w-xxxx.h237 #define TW_IOCTL_TIMEOUT 25 /* 25 seconds */
454 int tw_poll_status(TW_Device_Extension *tw_dev, u32 flag, int seconds);
455 int tw_poll_status_gone(TW_Device_Extension *tw_dev, u32 flag, int seconds);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ppc/
H A Dtodc.h61 int seconds; member in struct:__anon10554
414 todc_info->seconds = clock_type ##_SECONDS; \
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ppc/
H A Dtodc.h61 int seconds; member in struct:__anon6138
414 todc_info->seconds = clock_type ##_SECONDS; \
/asus-wl-520gu-7.0.1.45/src/router/rp-l2tp/libevent/Doc/
H A Dlibevent.tex233 {Changes the timeout of \param{eh} to be \param{t} seconds from now. If
435 \item \param{timeout} -- a timeout value in seconds. If \name{connect} does
436 not complete withing \param{timeout} seconds, the \param{f} is called
458 after \param{timeout} seconds have elapsed, the function \param{f} is
509 after \param{timeout} seconds.
526 \param{timeout} seconds have elapsed, the function \param{f} is
545 after \param{timeout} seconds.
/asus-wl-520gu-7.0.1.45/src/router/iproute2/doc/
H A Dapi-ip6-flowlabels.tex320 \item \verb|linger| is time in seconds. After the last user releases flow
326 \item \verb|expires| is time in seconds. Flow label will be kept at least
398 \item \verb|Linger| is \verb|linger| of this label in seconds.
399 \item \verb|Expires| is time until expiration of the label in seconds. It may
/asus-wl-520gu-7.0.1.45/src/linux/linux/kernel/
H A Dtimer.c420 * seconds between updates.
714 asmlinkage unsigned long sys_alarm(unsigned int seconds) argument
720 it_new.it_value.tv_sec = seconds;
/asus-wl-520gu-7.0.1.45/src/router/samba/source/lib/
H A Dtime.c73 yield the difference between *A and *B, in seconds, ignoring leap seconds
85 int seconds = 60*minutes + (a->tm_sec - b->tm_sec); local
87 return seconds;
91 return the UTC offset in seconds west of UTC, or 0 if it cannot be determined
249 return the UTC offset in seconds west of UTC, adjusted for extra time offset
258 return the UTC offset in seconds west of UTC, adjusted for extra time
342 if the NTTIME was 5 seconds, the time_t is 5 seconds. JFM
452 If the nttime_t was 5 seconds, th
[all...]

Completed in 316 milliseconds

123