Searched refs:remaining (Results 1 - 25 of 93) sorted by relevance

1234

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/lib/
H A Dsrm_puts.c11 long remaining, written; local
16 for (remaining = len; remaining > 0; remaining -= written)
18 written = callback_puts(0, str, remaining);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dnexthop.h7 static inline int rtnh_ok(const struct rtnexthop *rtnh, int remaining) argument
9 return remaining >= sizeof(*rtnh) &&
11 rtnh->rtnh_len <= remaining;
15 int *remaining)
19 *remaining -= totlen;
14 rtnh_next(const struct rtnexthop *rtnh, int *remaining) argument
H A Dnetlink.h61 * nlmsg_ok(nlh, remaining) does nlh fit into remaining bytes?
62 * nlmsg_next(nlh, remaining) get next netlink message
147 * nla_ok(nla, remaining) does nla fit into remaining bytes?
148 * nla_next(nla, remaining) get next netlink attribute
323 * nlmsg_ok - check if the netlink message fits into the remaining bytes
325 * @remaining: number of bytes remaining in message stream
327 static inline int nlmsg_ok(const struct nlmsghdr *nlh, int remaining) argument
342 nlmsg_next(struct nlmsghdr *nlh, int *remaining) argument
652 nla_ok(const struct nlattr *nla, int remaining) argument
667 nla_next(const struct nlattr *nla, int *remaining) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/coreutils/
H A Dsplit.c66 off_t remaining = 0; local
110 if (!remaining) {
115 remaining = cnt;
120 to_write = (bytes_read < remaining) ? bytes_read : remaining;
121 remaining -= to_write;
128 --remaining;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dbethsoftvideo.c67 int remaining = avctx->width; // number of bytes remaining on a line local
95 while(length > remaining){
97 bytestream_get_buffer(&buf, dst, remaining);
99 memset(dst, buf[0], remaining);
100 length -= remaining; // decrement the number of bytes to be copied
101 dst += remaining + wrap_to_next_line; // skip over extra bytes at end of frame
102 remaining = avctx->width;
107 // copy any remaining bytes after / if line overflows
112 remaining
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/untgz/
H A Duntgz.c392 int remaining = 0; local
414 remaining = 0; /* force I/O cleanup */
470 remaining = getoct(buffer.header.size,12);
471 if (remaining == -1)
477 printf(" %s %9d %s\n",strtime(&tartime),remaining,fname);
505 remaining = getoct(buffer.header.size,12);
506 if (remaining < 0 || remaining >= BLOCKSIZE)
514 if (fname[BLOCKSIZE-1] != 0 || (int)strlen(fname) > remaining)
529 unsigned int bytes = (remaining > BLOCKSIZ
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/untgz/
H A Duntgz.c392 int remaining = 0; local
414 remaining = 0; /* force I/O cleanup */
470 remaining = getoct(buffer.header.size,12);
471 if (remaining == -1)
477 printf(" %s %9d %s\n",strtime(&tartime),remaining,fname);
505 remaining = getoct(buffer.header.size,12);
506 if (remaining < 0 || remaining >= BLOCKSIZE)
514 if (fname[BLOCKSIZE-1] != 0 || (int)strlen(fname) > remaining)
529 unsigned int bytes = (remaining > BLOCKSIZ
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/src/
H A Dtool_parsecfg.c86 size_t remaining; local
89 remaining = sizeof(filebuffer) - strlen(filebuffer);
90 if(strlen(CURLRC) < remaining - 1) {
91 snprintf(lastdirchar, remaining,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/sbus/char/
H A Dbpp.c474 unsigned long remaining = cnt; local
477 while (remaining > 0) {
515 remaining -= 1;
522 return cnt - remaining;
527 unsigned long remaining; local
548 remaining = cnt;
550 while (remaining > 0) {
558 unsigned repeat = remaining < instances[minor].run_length
559 ? remaining
567 remaining
687 unsigned long remaining = cnt; local
723 unsigned long remaining = cnt; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/
H A Dhexdump.c151 int i, linelen, remaining = len; local
158 linelen = min(remaining, rowsize);
159 remaining -= rowsize;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/build-aux/
H A Dcompile42 Remove `-o dest.o' from ARGS, run PROGRAM with the remaining
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libdaemon-0.14/
H A Dcompile42 Remove `-o dest.o' from ARGS, run PROGRAM with the remaining
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/
H A Dcompile42 Remove `-o dest.o' from ARGS, run PROGRAM with the remaining
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/
H A Dcompile42 Remove `-o dest.o' from ARGS, run PROGRAM with the remaining
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/
H A Dcompile42 Remove `-o dest.o' from ARGS, run PROGRAM with the remaining
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/
H A Dcompile42 Remove `-o dest.o' from ARGS, run PROGRAM with the remaining
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/
H A Dcompile42 Remove `-o dest.o' from ARGS, run PROGRAM with the remaining
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgpg-error-1.10/
H A Dcompile42 Remove `-o dest.o' from ARGS, run PROGRAM with the remaining
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libogg-1.1.4/
H A Dcompile42 Remove `-o dest.o' from ARGS, run PROGRAM with the remaining
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/
H A Dcompile42 Remove `-o dest.o' from ARGS, run PROGRAM with the remaining
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/
H A Dcompile42 Remove `-o dest.o' from ARGS, run PROGRAM with the remaining
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/
H A Dcompile42 Remove `-o dest.o' from ARGS, run PROGRAM with the remaining
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/raid/
H A Draid1.h82 atomic_t remaining; /* 'have we finished' count, member in struct:r1bio_s
85 atomic_t behind_remaining; /* number of write-behind ios remaining
H A Draid10.h80 atomic_t remaining; /* 'have we finished' count, member in struct:r10bio_s
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/kernel/
H A Dsrmcons.c96 long c, remaining = count; local
101 for (cur = (char *)buf; remaining > 0; ) {
107 for (c = 0; c < min_t(long, 128L, remaining) && !need_cr; c++)
114 remaining -= result.bits.c;

Completed in 166 milliseconds

1234