Searched refs:NEEDBITS (Results 1 - 11 of 11) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/
H A Dinflate.c193 NEEDBITS(j)
197 where NEEDBITS makes sure that b has at least j bits in it, and
204 ask for bits with NEEDBITS that are beyond the end of the stream.
205 So, NEEDBITS should not read any more bytes than are needed to
230 #define NEEDBITS(n) {while(k<(n)){b|=((ulg)NEXTBYTE())<<k;k+=8;}} macro
574 NEEDBITS((unsigned)bl)
581 NEEDBITS(e)
601 NEEDBITS(e)
606 NEEDBITS((unsigned)bd)
613 NEEDBITS(
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Dgzip_inflate.c194 NEEDBITS(j)
198 where NEEDBITS makes sure that b has at least j bits in it, and
205 ask for bits with NEEDBITS that are beyond the end of the stream.
206 So, NEEDBITS should not read any more bytes than are needed to
231 #define NEEDBITS(n) {while(k<(n)){b|=((ulg)NEXTBYTE())<<k;k+=8;}} macro
544 NEEDBITS((unsigned)bl)
551 NEEDBITS(e)
571 NEEDBITS(e)
576 NEEDBITS((unsigned)bd)
583 NEEDBITS(
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/infback9/
H A Dinfback9.c150 #define NEEDBITS(n) \ macro
284 NEEDBITS(3);
317 NEEDBITS(32);
348 NEEDBITS(14);
365 NEEDBITS(3);
392 NEEDBITS(this.bits);
398 NEEDBITS(this.bits + 2);
410 NEEDBITS(this.bits + 3);
417 NEEDBITS(this.bits + 7);
509 NEEDBITS(extr
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/infback9/
H A Dinfback9.c150 #define NEEDBITS(n) \ macro
284 NEEDBITS(3);
317 NEEDBITS(32);
348 NEEDBITS(14);
365 NEEDBITS(3);
392 NEEDBITS(this.bits);
398 NEEDBITS(this.bits + 2);
410 NEEDBITS(this.bits + 3);
417 NEEDBITS(this.bits + 7);
509 NEEDBITS(extr
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/zlib_inflate/
H A Dinflate.c207 #define NEEDBITS(n) \ macro
254 next state. The NEEDBITS() macro is usually the way the state evaluates
255 whether it can proceed or should return. NEEDBITS() does the return if
259 NEEDBITS(n);
263 where NEEDBITS(n) either returns from inflate() if there isn't enough
269 and a NEEDBITS(8), then BITS(8) would return the next byte in the stream.
271 NEEDBITS(n) uses PULLBYTE() to get an available byte of input, or to return
278 if NEEDBITS() returns in the loop. For example, want, need, and keep
279 would all have to actually be part of the saved state in case NEEDBITS()
284 NEEDBITS(
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/
H A Dinfback.c174 #define NEEDBITS(n) \ macro
290 NEEDBITS(3);
320 NEEDBITS(32);
351 NEEDBITS(14);
370 NEEDBITS(3);
397 NEEDBITS(this.bits);
403 NEEDBITS(this.bits + 2);
415 NEEDBITS(this.bits + 3);
422 NEEDBITS(this.bits + 7);
523 NEEDBITS(stat
[all...]
H A Dinflate.c443 #define NEEDBITS(n) \ macro
490 next state. The NEEDBITS() macro is usually the way the state evaluates
491 whether it can proceed or should return. NEEDBITS() does the return if
495 NEEDBITS(n);
499 where NEEDBITS(n) either returns from inflate() if there isn't enough
505 and a NEEDBITS(8), then BITS(8) would return the next byte in the stream.
507 NEEDBITS(n) uses PULLBYTE() to get an available byte of input, or to return
514 if NEEDBITS() returns in the loop. For example, want, need, and keep
515 would all have to actually be part of the saved state in case NEEDBITS()
520 NEEDBITS(
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/
H A Dinfback.c174 #define NEEDBITS(n) \ macro
290 NEEDBITS(3);
320 NEEDBITS(32);
351 NEEDBITS(14);
370 NEEDBITS(3);
397 NEEDBITS(this.bits);
403 NEEDBITS(this.bits + 2);
415 NEEDBITS(this.bits + 3);
422 NEEDBITS(this.bits + 7);
523 NEEDBITS(stat
[all...]
H A Dinflate.c443 #define NEEDBITS(n) \ macro
490 next state. The NEEDBITS() macro is usually the way the state evaluates
491 whether it can proceed or should return. NEEDBITS() does the return if
495 NEEDBITS(n);
499 where NEEDBITS(n) either returns from inflate() if there isn't enough
505 and a NEEDBITS(8), then BITS(8) would return the next byte in the stream.
507 NEEDBITS(n) uses PULLBYTE() to get an available byte of input, or to return
514 if NEEDBITS() returns in the loop. For example, want, need, and keep
515 would all have to actually be part of the saved state in case NEEDBITS()
520 NEEDBITS(
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppdump/
H A Dzlib.c3107 #define NEEDBITS(j) {while(k<(j)){NEEDBYTE;b|=((uLong)NEXTBYTE)<<k;k+=8;}} macro
3277 NEEDBITS(3)
3325 NEEDBITS(32)
3356 NEEDBITS(14)
3383 NEEDBITS(3)
3410 NEEDBITS(t)
3423 NEEDBITS(t + i)
4185 NEEDBITS(j)
4223 NEEDBITS(j)
4232 NEEDBITS(
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/common/
H A Dzlib.c3594 #define NEEDBITS(j) {while(k<(j)){NEEDBYTE;b|=((uLong)NEXTBYTE)<<k;k+=8;}} macro
3748 NEEDBITS(3)
3796 NEEDBITS(32)
3827 NEEDBITS(14)
3853 NEEDBITS(3)
3882 NEEDBITS(t)
3895 NEEDBITS(t + i)
4716 NEEDBITS(j)
4754 NEEDBITS(j)
4763 NEEDBITS(
[all...]

Completed in 198 milliseconds