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

1234

/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/curl-7.23.1/source/packages/vms/
H A Dbuild_vms.com74 $! Moved remaining "defines.com" code (back) into
/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/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/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/ffmpeg-0.5.1/libavformat/
H A Davidec.c38 int remaining; member in struct:AVIStream
692 if(best_ast->remaining)
704 pos += best_ast->packet_size - best_ast->remaining;
708 assert(best_ast->remaining <= best_ast->packet_size);
711 if(!best_ast->remaining)
713 best_ast->remaining= best_st->index_entries[i].size;
730 if(size > ast->remaining)
731 size= ast->remaining;
783 ast->remaining -= size;
784 if(!ast->remaining){
[all...]
H A Dmatroskaenc.c323 uint64_t remaining = seekhead->filepos + seekhead->reserved_size - url_ftell(pb); local
324 put_ebml_void(pb, remaining);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/jpeg-7/
H A Djdmarker.c585 unsigned int datalen, INT32 remaining)
588 * datalen is # of bytes at data[], remaining is length of rest of marker data.
591 INT32 totallen = (INT32) datalen + remaining;
661 unsigned int datalen, INT32 remaining)
664 * datalen is # of bytes at data[], remaining is length of rest of marker data.
685 TRACEMS1(cinfo, 1, JTRC_APP14, (int) (datalen + remaining));
727 /* skip any remaining data -- could be lots */
812 /* Reset pointer & calc remaining data length */
833 /* skip any remaining data -- could be lots */
584 examine_app0(j_decompress_ptr cinfo, JOCTET FAR * data, unsigned int datalen, INT32 remaining) argument
660 examine_app14(j_decompress_ptr cinfo, JOCTET FAR * data, unsigned int datalen, INT32 remaining) argument
/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/minidlna/libvorbis-1.2.3/doc/
H A D02-bitpacking.tex225 remaining data to fulfill the desired read size. Vorbis uses truncated
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/delphi/
H A DZLib.pas29 avail_out: Integer; // remaining free space at next_out
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/pascal/
H A Dzlibpas.pas33 avail_out: Integer; (* remaining free space at next_out *)
/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/mtools-4.0.10/
H A Dtexinfo.tex800 % forces a page break if there is not space-in-mils remaining.
3904 % We have to swallow the remaining "\_STOP_".
6485 % the only thing remaining is to define \deffnheader.
/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/openssl/util/
H A Dmkdef.pl1386 my %existing; my @remaining;
1387 @remaining=();
1394 push @remaining, $sym;
1397 if(@remaining) {
1399 foreach $sym (@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/db-4.7.25.NC/mp/
H A Dmp_sync.c264 u_int32_t ar_cnt, ar_max, dirty, i, n_cache, remaining, wrote_total; local
442 for (i = pass = wrote_cnt = 0, remaining = ar_cnt; remaining > 0; ++i) {
468 --remaining;
487 --remaining;
540 --remaining;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dparallel.tcl222 set remaining [expr $esttotal - $elapsed_secs]
223 if { $remaining < 3600 } {
228 [expr $remaining / 3600] hour(s) left."
/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
H A Dtexinfo.tex796 % forces a page break if there is not space-in-mils remaining.
3664 % We have to swallow the remaining "\_STOP_".
/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/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

Completed in 226 milliseconds

1234