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

/netbsd-current/external/gpl3/binutils/dist/zlib/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...]
/netbsd-current/external/gpl3/gdb/dist/zlib/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...]
/netbsd-current/external/gpl3/binutils.old/dist/zlib/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...]
/netbsd-current/common/dist/zlib/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...]
/netbsd-current/external/gpl3/gdb.old/dist/zlib/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...]
/netbsd-current/external/gpl3/gdb.old/dist/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.c516 #define NEEDBITS(n) \ macro
558 next state. The NEEDBITS() macro is usually the way the state evaluates
559 whether it can proceed or should return. NEEDBITS() does the return if
563 NEEDBITS(n);
567 where NEEDBITS(n) either returns from inflate() if there isn't enough
573 and a NEEDBITS(8), then BITS(8) would return the next byte in the stream.
575 NEEDBITS(n) uses PULLBYTE() to get an available byte of input, or to return
582 if NEEDBITS() returns in the loop. For example, want, need, and keep
583 would all have to actually be part of the saved state in case NEEDBITS()
588 NEEDBITS(
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/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.c516 #define NEEDBITS(n) \ macro
558 next state. The NEEDBITS() macro is usually the way the state evaluates
559 whether it can proceed or should return. NEEDBITS() does the return if
563 NEEDBITS(n);
567 where NEEDBITS(n) either returns from inflate() if there isn't enough
573 and a NEEDBITS(8), then BITS(8) would return the next byte in the stream.
575 NEEDBITS(n) uses PULLBYTE() to get an available byte of input, or to return
582 if NEEDBITS() returns in the loop. For example, want, need, and keep
583 would all have to actually be part of the saved state in case NEEDBITS()
588 NEEDBITS(
[all...]
/netbsd-current/common/dist/zlib/
H A Dinfback.c186 #define NEEDBITS(n) \ macro
302 NEEDBITS(3);
332 NEEDBITS(32);
363 NEEDBITS(14);
382 NEEDBITS(3);
414 NEEDBITS(here.bits + 2);
426 NEEDBITS(here.bits + 3);
433 NEEDBITS(here.bits + 7);
544 NEEDBITS(state->extra);
577 NEEDBITS(stat
[all...]
H A Dinflate.c521 #define NEEDBITS(n) \ macro
563 next state. The NEEDBITS() macro is usually the way the state evaluates
564 whether it can proceed or should return. NEEDBITS() does the return if
568 NEEDBITS(n);
572 where NEEDBITS(n) either returns from inflate() if there isn't enough
578 and a NEEDBITS(8), then BITS(8) would return the next byte in the stream.
580 NEEDBITS(n) uses PULLBYTE() to get an available byte of input, or to return
587 if NEEDBITS() returns in the loop. For example, want, need, and keep
588 would all have to actually be part of the saved state in case NEEDBITS()
593 NEEDBITS(
[all...]
/netbsd-current/external/gpl3/binutils/dist/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);
541 NEEDBITS(state->extra);
574 NEEDBITS(stat
[all...]
H A Dinflate.c517 #define NEEDBITS(n) \ macro
559 next state. The NEEDBITS() macro is usually the way the state evaluates
560 whether it can proceed or should return. NEEDBITS() does the return if
564 NEEDBITS(n);
568 where NEEDBITS(n) either returns from inflate() if there isn't enough
574 and a NEEDBITS(8), then BITS(8) would return the next byte in the stream.
576 NEEDBITS(n) uses PULLBYTE() to get an available byte of input, or to return
583 if NEEDBITS() returns in the loop. For example, want, need, and keep
584 would all have to actually be part of the saved state in case NEEDBITS()
589 NEEDBITS(
[all...]
/netbsd-current/external/gpl3/gdb/dist/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);
541 NEEDBITS(state->extra);
574 NEEDBITS(stat
[all...]
H A Dinflate.c517 #define NEEDBITS(n) \ macro
559 next state. The NEEDBITS() macro is usually the way the state evaluates
560 whether it can proceed or should return. NEEDBITS() does the return if
564 NEEDBITS(n);
568 where NEEDBITS(n) either returns from inflate() if there isn't enough
574 and a NEEDBITS(8), then BITS(8) would return the next byte in the stream.
576 NEEDBITS(n) uses PULLBYTE() to get an available byte of input, or to return
583 if NEEDBITS() returns in the loop. For example, want, need, and keep
584 would all have to actually be part of the saved state in case NEEDBITS()
589 NEEDBITS(
[all...]
/netbsd-current/external/cddl/osnet/dist/uts/common/zmod/
H A Dinflate.c450 #define NEEDBITS(n) \ macro
497 next state. The NEEDBITS() macro is usually the way the state evaluates
498 whether it can proceed or should return. NEEDBITS() does the return if
502 NEEDBITS(n);
506 where NEEDBITS(n) either returns from inflate() if there isn't enough
512 and a NEEDBITS(8), then BITS(8) would return the next byte in the stream.
514 NEEDBITS(n) uses PULLBYTE() to get an available byte of input, or to return
521 if NEEDBITS() returns in the loop. For example, want, need, and keep
522 would all have to actually be part of the saved state in case NEEDBITS()
527 NEEDBITS(
[all...]
/netbsd-current/crypto/external/bsd/netpgp/dist/src/netpgpverify/
H A Dzlib.c713 #define NEEDBITS(n) \ macro
1368 next state. The NEEDBITS() macro is usually the way the state evaluates
1369 whether it can proceed or should return. NEEDBITS() does the return if
1373 NEEDBITS(n);
1377 where NEEDBITS(n) either returns from inflate() if there isn't enough
1383 and a NEEDBITS(8), then BITS(8) would return the next byte in the stream.
1385 NEEDBITS(n) uses PULLBYTE() to get an available byte of input, or to return
1392 if NEEDBITS() returns in the loop. For example, want, need, and keep
1393 would all have to actually be part of the saved state in case NEEDBITS()
1398 NEEDBITS(
[all...]
/netbsd-current/sys/net/
H A Dzlib.c3928 #define NEEDBITS(j) {while(k<(j)){NEEDBYTE;b|=((uLong)NEXTBYTE)<<k;k+=8;}} macro
4077 NEEDBITS(3)
4123 NEEDBITS(32)
4154 NEEDBITS(14)
4178 NEEDBITS(3)
4208 NEEDBITS(t)
4221 NEEDBITS(t + i)
5160 NEEDBITS(j)
5198 NEEDBITS(j)
5207 NEEDBITS(
[all...]

Completed in 320 milliseconds