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

/openbsd-current/lib/libz/
H A Dinfback.c175 #define NEEDBITS(n) \ macro
286 NEEDBITS(3);
320 NEEDBITS(32);
355 NEEDBITS(14);
378 NEEDBITS(3);
414 NEEDBITS(here.bits + 2);
430 NEEDBITS(here.bits + 3);
437 NEEDBITS(here.bits + 7);
570 NEEDBITS(state->extra);
607 NEEDBITS(stat
[all...]
H A Dinflate.c484 #define NEEDBITS(n) \ macro
526 next state. The NEEDBITS() macro is usually the way the state evaluates
527 whether it can proceed or should return. NEEDBITS() does the return if
531 NEEDBITS(n);
535 where NEEDBITS(n) either returns from inflate() if there isn't enough
541 and a NEEDBITS(8), then BITS(8) would return the next byte in the stream.
543 NEEDBITS(n) uses PULLBYTE() to get an available byte of input, or to return
550 if NEEDBITS() returns in the loop. For example, want, need, and keep
551 would all have to actually be part of the saved state in case NEEDBITS()
556 NEEDBITS(
[all...]
/openbsd-current/sys/lib/libz/
H A Dinfback.c175 #define NEEDBITS(n) \ macro
286 NEEDBITS(3);
320 NEEDBITS(32);
355 NEEDBITS(14);
378 NEEDBITS(3);
414 NEEDBITS(here.bits + 2);
430 NEEDBITS(here.bits + 3);
437 NEEDBITS(here.bits + 7);
570 NEEDBITS(state->extra);
607 NEEDBITS(stat
[all...]
H A Dinflate.c484 #define NEEDBITS(n) \ macro
526 next state. The NEEDBITS() macro is usually the way the state evaluates
527 whether it can proceed or should return. NEEDBITS() does the return if
531 NEEDBITS(n);
535 where NEEDBITS(n) either returns from inflate() if there isn't enough
541 and a NEEDBITS(8), then BITS(8) would return the next byte in the stream.
543 NEEDBITS(n) uses PULLBYTE() to get an available byte of input, or to return
550 if NEEDBITS() returns in the loop. For example, want, need, and keep
551 would all have to actually be part of the saved state in case NEEDBITS()
556 NEEDBITS(
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/
H A Dinfback.c184 #define NEEDBITS(n) \ macro
300 NEEDBITS(3);
330 NEEDBITS(32);
361 NEEDBITS(14);
380 NEEDBITS(3);
412 NEEDBITS(here.bits + 2);
424 NEEDBITS(here.bits + 3);
431 NEEDBITS(here.bits + 7);
542 NEEDBITS(state->extra);
575 NEEDBITS(stat
[all...]
H A Dinflate.c519 #define NEEDBITS(n) \ macro
561 next state. The NEEDBITS() macro is usually the way the state evaluates
562 whether it can proceed or should return. NEEDBITS() does the return if
566 NEEDBITS(n);
570 where NEEDBITS(n) either returns from inflate() if there isn't enough
576 and a NEEDBITS(8), then BITS(8) would return the next byte in the stream.
578 NEEDBITS(n) uses PULLBYTE() to get an available byte of input, or to return
585 if NEEDBITS() returns in the loop. For example, want, need, and keep
586 would all have to actually be part of the saved state in case NEEDBITS()
591 NEEDBITS(
[all...]

Completed in 265 milliseconds