Searched refs:total_in (Results 1 - 25 of 49) sorted by relevance

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/jffs2/
H A Dcompr_zlib.c88 def_strm.total_in = 0;
93 while (def_strm.total_out < *dstlen - STREAM_END_SPACE && def_strm.total_in < *sourcelen) {
95 def_strm.avail_in = min((unsigned)(*sourcelen-def_strm.total_in), def_strm.avail_out);
99 D1(printk(KERN_DEBUG "deflate returned with avail_in %d, avail_out %d, total_in %ld, total_out %ld\n",
100 def_strm.avail_in, def_strm.avail_out, def_strm.total_in, def_strm.total_out));
119 if (def_strm.total_out >= def_strm.total_in) {
121 def_strm.total_in, def_strm.total_out));
127 def_strm.total_in, def_strm.total_out));
130 *sourcelen = def_strm.total_in;
149 inf_strm.total_in
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/demos/tunala/
H A Dbuffer.c8 buf->total_in = buf->total_out = 0;
31 return buf->total_in; }
50 buf->total_in += added;
97 buf->total_in += toread;
159 buf->total_in += ret;
187 buf->total_in += ret;
H A Dtunala.h90 unsigned long total_in, total_out; member in struct:_buffer_t
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/demos/tunala/
H A Dbuffer.c8 buf->total_in = buf->total_out = 0;
31 return buf->total_in; }
50 buf->total_in += added;
97 buf->total_in += toread;
159 buf->total_in += ret;
187 buf->total_in += ret;
H A Dtunala.h90 unsigned long total_in, total_out; member in struct:_buffer_t
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/zlib-1.2.3/contrib/testzlib/
H A Dtestzlib.c206 long all_read_before = zcpr.total_in;
210 lOrigDone += (zcpr.total_in-all_read_before);
211 lOrigToDo -= (zcpr.total_in-all_read_before);
247 long all_read_before = zcpr.total_in;
251 lOrigDone += (zcpr.total_in-all_read_before);
252 lOrigToDo -= (zcpr.total_in-all_read_before);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/zlib-1.2.3/contrib/testzlib/
H A Dtestzlib.c206 long all_read_before = zcpr.total_in;
210 lOrigDone += (zcpr.total_in-all_read_before);
211 lOrigToDo -= (zcpr.total_in-all_read_before);
247 long all_read_before = zcpr.total_in;
251 lOrigDone += (zcpr.total_in-all_read_before);
252 lOrigToDo -= (zcpr.total_in-all_read_before);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/zlib-1.2.3/contrib/dotzlib/DotZLib/
H A DInflater.cs75 inputIndex += (int)_ztream.total_in;
H A DCodecBase.cs172 _ztream.total_in = 0;
H A DDeflater.cs76 inputIndex += (int)_ztream.total_in;
H A DDotZLib.cs34 public uint total_in; field in struct:DotZLib.ZStream
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dzlib.h87 uLong total_in; /* total nb of input bytes read so far */ member in struct:z_stream_s
130 The fields total_in and total_out can be used for statistics or
131 progress reports. After compression, total_in holds the total size of
274 so far (that is, total_in bytes).
648 case, the application may save the current current value of total_in which
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/zlib-1.2.3/contrib/dotzlib/DotZLib/
H A DInflater.cs75 inputIndex += (int)_ztream.total_in;
H A DCodecBase.cs172 _ztream.total_in = 0;
H A DDeflater.cs76 inputIndex += (int)_ztream.total_in;
H A DDotZLib.cs34 public uint total_in; field in struct:DotZLib.ZStream
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/zlib-1.2.3/examples/
H A Dgzappend.c365 /* set up deflate stream with window, crc, total_in, and leftover bits */
370 strm->total_in = tot;
441 out[4] = (unsigned char)(strm->total_in);
442 out[5] = (unsigned char)(strm->total_in >> 8);
443 out[6] = (unsigned char)(strm->total_in >> 16);
444 out[7] = (unsigned char)(strm->total_in >> 24);
H A Dfitblk.c231 size - have, size, def.total_in);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/zlib-1.2.3/examples/
H A Dgzappend.c365 /* set up deflate stream with window, crc, total_in, and leftover bits */
370 strm->total_in = tot;
441 out[4] = (unsigned char)(strm->total_in);
442 out[5] = (unsigned char)(strm->total_in >> 8);
443 out[6] = (unsigned char)(strm->total_in >> 16);
444 out[7] = (unsigned char)(strm->total_in >> 24);
H A Dfitblk.c231 size - have, size, def.total_in);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/pppdump/
H A Dzlib.h162 uLong total_in; /* total nb of input bytes read so far */ member in struct:z_stream_s
201 The fields total_in and total_out can be used for statistics or
202 progress reports. After compression, total_in holds the total size of
577 case, the application may save the current current value of total_in which
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/tools/
H A Dcws2fws.c101 zstream.avail_in, zstream.total_in, zstream.avail_out, zstream.total_out,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/lib/zlib_inflate/
H A Dinflate.c29 strm->total_in = strm->total_out = state->total = 0;
723 strm->total_in += in;
784 z->total_in += z->avail_in;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/zlib-1.2.3/contrib/delphi/
H A DZLib.pas26 total_in: Longint; // total nb of input bytes read so far
467 Result := FZRec.total_in
474 if FZRec.total_in = 0 then
477 Result := (1.0 - (FZRec.total_out / FZRec.total_in)) * 100.0;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/zlib-1.2.3/contrib/delphi/
H A DZLib.pas26 total_in: Longint; // total nb of input bytes read so far
467 Result := FZRec.total_in
474 if FZRec.total_in = 0 then
477 Result := (1.0 - (FZRec.total_out / FZRec.total_in)) * 100.0;

Completed in 196 milliseconds

12