Searched refs:CURR_TIME (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dprogress.c265 int nowindex = data->progress.speeder_c% CURR_TIME;
317 countindex = ((data->progress.speeder_c>=CURR_TIME)?
318 CURR_TIME:data->progress.speeder_c) - 1;
325 Get the oldest entry possible. While we have less than CURR_TIME
327 checkindex = (data->progress.speeder_c>=CURR_TIME)?
328 data->progress.speeder_c%CURR_TIME:0;
H A Durldata.h1129 #define CURR_TIME (5+1) /* 6 entries for 5 seconds */ macro
1131 curl_off_t speeder[ CURR_TIME ];
1132 struct timeval speeder_time[ CURR_TIME ];
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/
H A Dcp_installer.sh50 CURR_TIME=`uptime | cut -d " " -f2`
51 echo " ___ ${CURR_TIME} ___ ${1}"
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/usr/sbin/
H A Dcp_installer.sh50 CURR_TIME=`uptime | cut -d " " -f2`
51 echo " ___ ${CURR_TIME} ___ ${1}"

Completed in 167 milliseconds