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

/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/lzo-2.06/src/
H A Dconfig2a.h140 #define NEEDBITS(j) { assert((j) < 8); if (k < (j)) _NEEDBITS } macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/contrib/infback9/
H A Dinfback9.c150 #define NEEDBITS(n) \ macro
282 NEEDBITS(3);
315 NEEDBITS(32);
346 NEEDBITS(14);
363 NEEDBITS(3);
390 NEEDBITS(here.bits);
396 NEEDBITS(here.bits + 2);
408 NEEDBITS(here.bits + 3);
415 NEEDBITS(here.bits + 7);
516 NEEDBITS(extr
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/
H A Dexplode.c195 NEEDBITS(j)
199 where NEEDBITS makes sure that b has at least j bits in it, and
205 #define NEEDBITS(n) {while(k<(n)){b|=((ulg)NEXTBYTE)<<k;k+=8;}} macro
209 NEEDBITS((unsigned)(bits))\
216 NEEDBITS(e)\
284 NEEDBITS(1)
301 NEEDBITS(bdl) /* get distance low bits */
310 NEEDBITS(8)
401 NEEDBITS(1)
406 NEEDBITS(
616 #undef NEEDBITS macro
[all...]
H A Dinflate.c120 c17c 9 Mar 02 C. Spieler fixed NEEDBITS() "read beyond EOF" problem
831 NEEDBITS(j)
835 where NEEDBITS makes sure that b has at least j bits in it, and
856 bits" counter k is found to be negative in the NEEDBITS() macro.
875 # define NEEDBITS(n) {while(k<(n)){b|=((ulg)NEXTBYTE)<<k;k+=8;}} macro
878 # define NEEDBITS(n) {while(k<(n)){int c=NEXTBYTE;\ macro
882 # define NEEDBITS(n) {while((int)k<(int)(n)){int c=NEXTBYTE;\ macro
961 NEEDBITS(bl)
980 NEEDBITS(e)
985 NEEDBITS(b
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/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-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/contrib/infback9/
H A Dinfback9.c150 #define NEEDBITS(n) \ macro
284 NEEDBITS(3);
317 NEEDBITS(32);
348 NEEDBITS(14);
365 NEEDBITS(3);
392 NEEDBITS(here.bits);
398 NEEDBITS(here.bits + 2);
410 NEEDBITS(here.bits + 3);
417 NEEDBITS(here.bits + 7);
518 NEEDBITS(extr
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Dinflate.c196 NEEDBITS(j)
200 where NEEDBITS makes sure that b has at least j bits in it, and
207 ask for bits with NEEDBITS that are beyond the end of the stream.
208 So, NEEDBITS should not read any more bytes than are needed to
233 #define NEEDBITS(n) {while(k<(n)){b|=((ulg)NEXTBYTE())<<k;k+=8;}} macro
616 NEEDBITS((unsigned)bl)
623 NEEDBITS(e)
643 NEEDBITS(e)
648 NEEDBITS((unsigned)bd)
655 NEEDBITS(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/zlib/
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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/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-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/
H A Dinfback.c183 #define NEEDBITS(n) \ macro
299 NEEDBITS(3);
329 NEEDBITS(32);
360 NEEDBITS(14);
379 NEEDBITS(3);
411 NEEDBITS(here.bits + 2);
423 NEEDBITS(here.bits + 3);
430 NEEDBITS(here.bits + 7);
540 NEEDBITS(state->extra);
573 NEEDBITS(stat
[all...]
H A Dinflate.c499 #define NEEDBITS(n) \ macro
541 next state. The NEEDBITS() macro is usually the way the state evaluates
542 whether it can proceed or should return. NEEDBITS() does the return if
546 NEEDBITS(n);
550 where NEEDBITS(n) either returns from inflate() if there isn't enough
556 and a NEEDBITS(8), then BITS(8) would return the next byte in the stream.
558 NEEDBITS(n) uses PULLBYTE() to get an available byte of input, or to return
565 if NEEDBITS() returns in the loop. For example, want, need, and keep
566 would all have to actually be part of the saved state in case NEEDBITS()
571 NEEDBITS(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/
H A Dinfback.c183 #define NEEDBITS(n) \ macro
299 NEEDBITS(3);
329 NEEDBITS(32);
360 NEEDBITS(14);
379 NEEDBITS(3);
411 NEEDBITS(here.bits + 2);
423 NEEDBITS(here.bits + 3);
430 NEEDBITS(here.bits + 7);
540 NEEDBITS(state->extra);
573 NEEDBITS(stat
[all...]
H A Dinflate.c498 #define NEEDBITS(n) \ macro
540 next state. The NEEDBITS() macro is usually the way the state evaluates
541 whether it can proceed or should return. NEEDBITS() does the return if
545 NEEDBITS(n);
549 where NEEDBITS(n) either returns from inflate() if there isn't enough
555 and a NEEDBITS(8), then BITS(8) would return the next byte in the stream.
557 NEEDBITS(n) uses PULLBYTE() to get an available byte of input, or to return
564 if NEEDBITS() returns in the loop. For example, want, need, and keep
565 would all have to actually be part of the saved state in case NEEDBITS()
570 NEEDBITS(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/human68k/
H A Dflate.s24 ; Define NO_CHECK_EOF to not use the fancy paranoid version of NEEDBITS --
97 ; which we cache in k. The macros NEEDBITS(n) and DUMPBITS(n) have side effects
262 ; #define NEEDBITS(n) {while(k<(n)){b|=((ulg)NEXTBYTE)<<k;k+=8;}}
265 ; Without NO_CHECK_EOF, NEEDBITS reads like this:
271 ; NEEDBITS clobbers d0, d1, a0, and a1, none of which can be used as the arg to
277 NEEDBITS MACRO _1 macro
345 NEEDBITS 14+INTSIZE+G_SIZE(a5) ; (unsigned) bl
378 NEEDBITS e ; yes: a duplicate string
386 NEEDBITS 14+(2*INTSIZE)+G_SIZE(a5) ; bd, lower word if long
404 NEEDBITS
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/src/router/ppp/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-R7000-V1.0.7.12_1.2.5/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...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/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)
3881 NEEDBITS(t)
3894 NEEDBITS(t + i)
4713 NEEDBITS(j)
4751 NEEDBITS(j)
4760 NEEDBITS(
[all...]

Completed in 425 milliseconds