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

/macosx-10.10/zlib-55/zlib/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...]
/macosx-10.10/xnu-2782.1.97/libkern/zlib/
H A Dinfback.c203 #define NEEDBITS(n) \ macro
319 NEEDBITS(3);
349 NEEDBITS(32);
380 NEEDBITS(14);
399 NEEDBITS(3);
426 NEEDBITS(this.bits);
432 NEEDBITS(this.bits + 2);
444 NEEDBITS(this.bits + 3);
451 NEEDBITS(this.bits + 7);
552 NEEDBITS(stat
[all...]
H A Dinflate.c472 #define NEEDBITS(n) \ macro
519 next state. The NEEDBITS() macro is usually the way the state evaluates
520 whether it can proceed or should return. NEEDBITS() does the return if
524 NEEDBITS(n);
528 where NEEDBITS(n) either returns from inflate() if there isn't enough
534 and a NEEDBITS(8), then BITS(8) would return the next byte in the stream.
536 NEEDBITS(n) uses PULLBYTE() to get an available byte of input, or to return
543 if NEEDBITS() returns in the loop. For example, want, need, and keep
544 would all have to actually be part of the saved state in case NEEDBITS()
549 NEEDBITS(
[all...]
/macosx-10.10/zlib-55/zlib/
H A Dinfback.c174 #define NEEDBITS(n) \ macro
290 NEEDBITS(3);
320 NEEDBITS(32);
351 NEEDBITS(14);
370 NEEDBITS(3);
397 NEEDBITS(here.bits);
403 NEEDBITS(here.bits + 2);
415 NEEDBITS(here.bits + 3);
422 NEEDBITS(here.bits + 7);
532 NEEDBITS(stat
[all...]
H A Dinflate.c478 #define NEEDBITS(n) \ macro
525 next state. The NEEDBITS() macro is usually the way the state evaluates
526 whether it can proceed or should return. NEEDBITS() does the return if
530 NEEDBITS(n);
534 where NEEDBITS(n) either returns from inflate() if there isn't enough
540 and a NEEDBITS(8), then BITS(8) would return the next byte in the stream.
542 NEEDBITS(n) uses PULLBYTE() to get an available byte of input, or to return
549 if NEEDBITS() returns in the loop. For example, want, need, and keep
550 would all have to actually be part of the saved state in case NEEDBITS()
555 NEEDBITS(
[all...]
/macosx-10.10/sudo-73/src/zlib/
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
545 next state. The NEEDBITS() macro is usually the way the state evaluates
546 whether it can proceed or should return. NEEDBITS() does the return if
550 NEEDBITS(n);
554 where NEEDBITS(n) either returns from inflate() if there isn't enough
560 and a NEEDBITS(8), then BITS(8) would return the next byte in the stream.
562 NEEDBITS(n) uses PULLBYTE() to get an available byte of input, or to return
569 if NEEDBITS() returns in the loop. For example, want, need, and keep
570 would all have to actually be part of the saved state in case NEEDBITS()
575 NEEDBITS(
[all...]
/macosx-10.10/rsync-45/rsync/zlib/
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...]
/macosx-10.10/ksh-23/ksh/src/cmd/INIT/
H A Dratz.c2662 #define NEEDBITS(n) \ macro
2709 next state. The NEEDBITS() macro is usually the way the state evaluates
2710 whether it can proceed or should return. NEEDBITS() does the return if
2714 NEEDBITS(n);
2718 where NEEDBITS(n) either returns from inflate() if there isn't enough
2724 and a NEEDBITS(8), then BITS(8) would return the next byte in the stream.
2726 NEEDBITS(n) uses PULLBYTE() to get an available byte of input, or to return
2733 if NEEDBITS() returns in the loop. For example, want, need, and keep
2734 would all have to actually be part of the saved state in case NEEDBITS()
2739 NEEDBITS(
[all...]
/macosx-10.10/ppp-786.1.1/Helpers/pppdump/
H A Dzlib.c3129 #define NEEDBITS(j) {while(k<(j)){NEEDBYTE;b|=((uLong)NEXTBYTE)<<k;k+=8;}} macro
3299 NEEDBITS(3)
3347 NEEDBITS(32)
3378 NEEDBITS(14)
3405 NEEDBITS(3)
3432 NEEDBITS(t)
3445 NEEDBITS(t + i)
4207 NEEDBITS(j)
4245 NEEDBITS(j)
4254 NEEDBITS(
[all...]

Completed in 123 milliseconds