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

12

/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/jffs2/
H A Dcompr_zlib.c107 strm.total_in = 0;
112 while (strm.total_out < *dstlen - STREAM_END_SPACE && strm.total_in < *sourcelen) {
114 strm.avail_in = min((unsigned)(*sourcelen-strm.total_in), strm.avail_out);
118 D1(printk(KERN_DEBUG "deflate returned with avail_in %d, avail_out %d, total_in %ld, total_out %ld\n",
119 strm.avail_in, strm.avail_out, strm.total_in, strm.total_out));
138 strm.total_in, strm.total_out));
140 if (strm.total_out >= strm.total_in)
144 *sourcelen = strm.total_in;
164 strm.total_in = 0;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/boot/include/
H A Dzlib.h170 uLong total_in; /* total nb of input bytes read so far */ member in struct:z_stream_s
209 The fields total_in and total_out can be used for statistics or
210 progress reports. After compression, total_in holds the total size of
379 case, the application may save the current current value of total_in which
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc64/boot/
H A Dzlib.h169 uLong total_in; /* total nb of input bytes read so far */ member in struct:z_stream_s
208 The fields total_in and total_out can be used for statistics or
209 progress reports. After compression, total_in holds the total size of
378 case, the application may save the current current value of total_in which
H A Dzlib.c332 z->total_in = z->total_out = 0;
411 #define NEXTBYTE (z->avail_in--,z->total_in++,*z->next_in++)
545 uLong r, w; /* temporaries to save total_in and total_out */
573 z->total_in += p - z->next_in;
581 r = z->total_in; w = z->total_out;
583 z->total_in = r; z->total_out = w;
654 #define UPDIN {z->avail_in=n;z->total_in+=p-z->next_in;z->next_in=p;}
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/zlib/
H A Dinflate.c58 z->total_in = z->total_out = 0;
148 #define NEXTBYTE (z->avail_in--,z->total_in++,*z->next_in++)
308 uLong r, w; /* temporaries to save total_in and total_out */
337 z->total_in += p - z->next_in;
345 r = z->total_in; w = z->total_out;
347 z->total_in = r; z->total_out = w;
H A Dgzio.c392 s->stream.total_in += (uLong)len;
427 uLong total_in = s->stream.total_in; local
431 s->stream.total_in = total_in;
677 offset -= s->stream.total_in;
695 return (z_off_t)s->stream.total_in;
712 s->stream.total_in = s->stream.total_out = (uLong)offset;
838 putLong (s->file, s->stream.total_in);
H A Dinfutil.h67 #define UPDIN {z->avail_in=n;z->total_in+=p-z->next_in;z->next_in=p;}
H A Dzlib.h71 uLong total_in; /* total nb of input bytes read so far */ member in struct:z_stream_s
116 The fields total_in and total_out can be used for statistics or
117 progress reports. After compression, total_in holds the total size of
263 so far (that is, total_in bytes).
581 case, the application may save the current current value of total_in which
H A Dexample.c182 while (c_stream.total_in != (uLong)len && c_stream.total_out < comprLen) {
222 while (d_stream.total_out < uncomprLen && d_stream.total_in < comprLen) {
H A Ddeflate.c340 strm->total_in = strm->total_out = 0;
382 if (func != configuration_table[level].func && strm->total_in != 0) {
679 strm->total_in += len;
/asus-wl-520gu-7.0.1.45/src/linux/linux/lib/zlib_inflate/
H A Dinflate.c22 z->total_in = z->total_out = 0;
114 #define NEXTBYTE (z->avail_in--,z->total_in++,*z->next_in++)
254 uLong r, w; /* temporaries to save total_in and total_out */
283 z->total_in += p - z->next_in;
291 r = z->total_in; w = z->total_out;
293 z->total_in = r; z->total_out = w;
H A Dinfutil.h71 #define UPDIN {z->avail_in=n;z->total_in+=p-z->next_in;z->next_in=p;}
/asus-wl-520gu-7.0.1.45/src/router/ppp/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
H A Dzlib.c672 strm->total_in = strm->total_out = 0;
894 strm->total_in += len;
2777 z->total_in = z->total_out = 0;
2856 #define NEXTBYTE (z->avail_in--,z->total_in++,*z->next_in++)
2990 uLong r, w; /* temporaries to save total_in and total_out */
3018 z->total_in += p - z->next_in;
3026 r = z->total_in; w = z->total_out;
3028 z->total_in = r; z->total_out = w;
3099 #define UPDIN {z->avail_in=n;z->total_in+=p-z->next_in;z->next_in=p;}
/asus-wl-520gu-7.0.1.45/src/router/pppd/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
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/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
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dzlib.h71 uLong total_in; /* total nb of input bytes read so far */ member in struct:z_stream_s
114 The fields total_in and total_out can be used for statistics or
115 progress reports. After compression, total_in holds the total size of
266 so far (that is, total_in bytes).
591 case, the application may save the current current value of total_in which
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dzlib.h71 uLong total_in; /* total nb of input bytes read so far */ member in struct:z_stream_s
114 The fields total_in and total_out can be used for statistics or
115 progress reports. After compression, total_in holds the total size of
266 so far (that is, total_in bytes).
591 case, the application may save the current current value of total_in which
/asus-wl-520gu-7.0.1.45/src/router/ppp/common/
H A Dzlib.h278 uLong total_in; /* total nb of input bytes read so far */ member in struct:z_stream_s
320 The fields total_in and total_out can be used for statistics or
321 progress reports. After compression, total_in holds the total size of
796 case, the application may save the current current value of total_in which
/asus-wl-520gu-7.0.1.45/src/router/pppd/common/
H A Dzlib.h278 uLong total_in; /* total nb of input bytes read so far */ member in struct:z_stream_s
320 The fields total_in and total_out can be used for statistics or
321 progress reports. After compression, total_in holds the total size of
796 case, the application may save the current current value of total_in which
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/common/
H A Dzlib.h278 uLong total_in; /* total nb of input bytes read so far */ member in struct:z_stream_s
320 The fields total_in and total_out can be used for statistics or
321 progress reports. After compression, total_in holds the total size of
796 case, the application may save the current current value of total_in which
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/boot/lib/
H A Dzlib.c312 z->total_in = z->total_out = 0;
391 #define NEXTBYTE (z->avail_in--,z->total_in++,*z->next_in++)
525 uLong r, w; /* temporaries to save total_in and total_out */
553 z->total_in += p - z->next_in;
561 r = z->total_in; w = z->total_out;
563 z->total_in = r; z->total_out = w;
634 #define UPDIN {z->avail_in=n;z->total_in+=p-z->next_in;z->next_in=p;}
/asus-wl-520gu-7.0.1.45/src/router/library/include/
H A Dzlib.h87 uLong total_in; /* total nb of input bytes read so far */ member in struct:z_stream_s
132 The fields total_in and total_out can be used for statistics or
133 progress reports. After compression, total_in holds the total size of
283 so far (that is, total_in bytes).
690 case, the application may save the current current value of total_in which
/asus-wl-520gu-7.0.1.45/src/router/library/
H A Dzlib.h87 uLong total_in; /* total nb of input bytes read so far */ member in struct:z_stream_s
132 The fields total_in and total_out can be used for statistics or
133 progress reports. After compression, total_in holds the total size of
283 so far (that is, total_in bytes).
690 case, the application may save the current current value of total_in which
/asus-wl-520gu-7.0.1.45/src/linux/linux/lib/zlib_deflate/
H A Ddeflate.c308 strm->total_in = strm->total_out = 0;
350 if (func != configuration_table[level].func && strm->total_in != 0) {
643 strm->total_in += len;

Completed in 307 milliseconds

12