Searched refs:rest (Results 1 - 25 of 352) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/libbb/
H A Dxatonum.c13 #define xstrtou(rest) xstrtoull##rest
14 #define xstrto(rest) xstrtoll##rest
15 #define xatou(rest) xatoull##rest
16 #define xato(rest) xatoll##rest
25 #define xstrtou(rest) xstrtoul##rest
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/modutils/
H A Ddepmod_process.sh13 while read -r word rest; do
16 echo "$rest" | xargs -n1 | sort | xargs
18 echo "$word $rest";
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/libbb/
H A Dxatonum.c13 #define xstrtou(rest) xstrtoull##rest
14 #define xstrto(rest) xstrtoll##rest
15 #define xatou(rest) xatoull##rest
16 #define xato(rest) xatoll##rest
25 #define xstrtou(rest) xstrtoul##rest
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/modutils/
H A Ddepmod_process.sh13 while read -r word rest; do
16 echo "$rest" | xargs -n1 | sort | xargs
18 echo "$word $rest";
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/libbb/
H A Dxatonum.c13 #define xstrtou(rest) xstrtoull##rest
14 #define xstrto(rest) xstrtoll##rest
15 #define xatou(rest) xatoull##rest
16 #define xato(rest) xatoll##rest
25 #define xstrtou(rest) xstrtoul##rest
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/modutils/
H A Ddepmod_process.sh13 while read -r word rest; do
16 echo "$rest" | xargs -n1 | sort | xargs
18 echo "$word $rest";
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/iproute2/ip/
H A Droutel18 while read network rest
19 do set xx $rest
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/iproute2-3.x/ip/
H A Droutel18 while read network rest
19 do set xx $rest
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/iproute2/ip/
H A Droutel18 while read network rest
19 do set xx $rest
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/iproute2-3.x/ip/
H A Droutel18 while read network rest
19 do set xx $rest
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/iproute2/ip/
H A Droutel18 while read network rest
19 do set xx $rest
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/iproute2-3.x/ip/
H A Droutel18 while read network rest
19 do set xx $rest
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/scripts/
H A Dshow_delta49 (time_str, rest) = string.split(line[1:],']',1)
53 return (time, rest)
65 (time, rest) = get_time(line)
78 return ("[%5.6f < %5.6f >]" % (time, delta)) + rest
111 (time, rest) = get_time(line)
114 if string.find(rest, base_str)==1:
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wget/tests/
H A DTest-c-partial.px16 my $rest = <<EOF;
22 my $wholefile = <<EOF . $rest;
27 my $downloadedfile = $partiallydownloaded . $rest;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/scripts/
H A Dshow_delta49 (time_str, rest) = string.split(line[1:],']',1)
53 return (time, rest)
65 (time, rest) = get_time(line)
78 return ("[%5.6f < %5.6f >]" % (time, delta)) + rest
111 (time, rest) = get_time(line)
114 if string.find(rest, base_str)==1:
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wget/tests/
H A DTest-c-partial.px16 my $rest = <<EOF;
22 my $wholefile = <<EOF . $rest;
27 my $downloadedfile = $partiallydownloaded . $rest;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wget/tests/
H A DTest-c-partial.px16 my $rest = <<EOF;
22 my $wholefile = <<EOF . $rest;
27 my $downloadedfile = $partiallydownloaded . $rest;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Dadxdec.c114 int rest = buf_size; local
117 int hdrsize = adx_decode_header(avctx,buf,rest);
121 rest -= hdrsize;
126 if(rest/18 > *data_size/64)
127 rest = (*data_size/64) * 18;
132 rest -= copysize;
144 while(rest>=18) {
146 rest-=18;
151 while(rest>=18*2) {
153 rest
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Dadxdec.c114 int rest = buf_size; local
117 int hdrsize = adx_decode_header(avctx,buf,rest);
121 rest -= hdrsize;
126 if(rest/18 > *data_size/64)
127 rest = (*data_size/64) * 18;
132 rest -= copysize;
144 while(rest>=18) {
146 rest-=18;
151 while(rest>=18*2) {
153 rest
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Dadxdec.c114 int rest = buf_size; local
117 int hdrsize = adx_decode_header(avctx,buf,rest);
121 rest -= hdrsize;
126 if(rest/18 > *data_size/64)
127 rest = (*data_size/64) * 18;
132 rest -= copysize;
144 while(rest>=18) {
146 rest-=18;
151 while(rest>=18*2) {
153 rest
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/isisd/
H A Disis_misc.c458 u_int32_t rest; local
465 rest = time % SECS_PER_YEAR;
466 if (rest / SECS_PER_MONTH)
467 pos += sprintf (pos, "%uM", rest / SECS_PER_MONTH);
468 rest = rest % SECS_PER_MONTH;
469 if (rest / SECS_PER_WEEK)
470 pos += sprintf (pos, "%uw", rest / SECS_PER_WEEK);
471 rest = rest
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/char/
H A Dhvc_beat.c76 int rest, nlen; local
78 for (rest = cnt; rest > 0; rest -= nlen) {
79 nlen = (rest > 16) ? 16 : rest;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/char/
H A Dhvc_beat.c76 int rest, nlen; local
78 for (rest = cnt; rest > 0; rest -= nlen) {
79 nlen = (rest > 16) ? 16 : rest;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/isisd/
H A Disis_misc.c458 u_int32_t rest; local
465 rest = time % SECS_PER_YEAR;
466 if (rest / SECS_PER_MONTH)
467 pos += sprintf (pos, "%uM", rest / SECS_PER_MONTH);
468 rest = rest % SECS_PER_MONTH;
469 if (rest / SECS_PER_WEEK)
470 pos += sprintf (pos, "%uw", rest / SECS_PER_WEEK);
471 rest = rest
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/isisd/
H A Disis_misc.c458 u_int32_t rest; local
465 rest = time % SECS_PER_YEAR;
466 if (rest / SECS_PER_MONTH)
467 pos += sprintf (pos, "%uM", rest / SECS_PER_MONTH);
468 rest = rest % SECS_PER_MONTH;
469 if (rest / SECS_PER_WEEK)
470 pos += sprintf (pos, "%uw", rest / SECS_PER_WEEK);
471 rest = rest
[all...]

Completed in 249 milliseconds

1234567891011>>