Home
last modified time | relevance | path

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

/third_party/libwebsockets/win32port/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...]
/third_party/zlib/contrib/infback9/
H A Dinfback9.c146 #define NEEDBITS(n) \ macro
273 NEEDBITS(3); in inflateBack9()
306 NEEDBITS(32); in inflateBack9()
337 NEEDBITS(14); in inflateBack9()
354 NEEDBITS(3); in inflateBack9()
381 NEEDBITS(here.bits); in inflateBack9()
387 NEEDBITS(here.bits + 2); in inflateBack9()
399 NEEDBITS(here.bits + 3); in inflateBack9()
406 NEEDBITS(here.bits + 7); in inflateBack9()
507 NEEDBITS(extr in inflateBack9()
[all...]
/third_party/node/deps/v8/third_party/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.c518 #define NEEDBITS(n) \ macro
560 next state. The NEEDBITS() macro is usually the way the state evaluates
561 whether it can proceed or should return. NEEDBITS() does the return if
565 NEEDBITS(n);
569 where NEEDBITS(n) either returns from inflate() if there isn't enough
575 and a NEEDBITS(8), then BITS(8) would return the next byte in the stream.
577 NEEDBITS(n) uses PULLBYTE() to get an available byte of input, or to return
584 if NEEDBITS() returns in the loop. For example, want, need, and keep
585 would all have to actually be part of the saved state in case NEEDBITS()
590 NEEDBITS(
[all...]
/third_party/node/deps/zlib/
H A Dinfback.c175 #define NEEDBITS(n) \ macro
286 NEEDBITS(3); in inflateBack()
316 NEEDBITS(32); in inflateBack()
347 NEEDBITS(14); in inflateBack()
366 NEEDBITS(3); in inflateBack()
398 NEEDBITS(here.bits + 2); in inflateBack()
410 NEEDBITS(here.bits + 3); in inflateBack()
417 NEEDBITS(here.bits + 7); in inflateBack()
529 NEEDBITS(state->extra); in inflateBack()
562 NEEDBITS(stat in inflateBack()
[all...]
H A Dinflate.c485 #define NEEDBITS(n) \ macro
527 next state. The NEEDBITS() macro is usually the way the state evaluates
528 whether it can proceed or should return. NEEDBITS() does the return if
532 NEEDBITS(n);
536 where NEEDBITS(n) either returns from inflate() if there isn't enough
542 and a NEEDBITS(8), then BITS(8) would return the next byte in the stream.
544 NEEDBITS(n) uses PULLBYTE() to get an available byte of input, or to return
551 if NEEDBITS() returns in the loop. For example, want, need, and keep
552 would all have to actually be part of the saved state in case NEEDBITS()
557 NEEDBITS(
[all...]
/third_party/skia/third_party/externals/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...]
/third_party/zlib/
H A Dinfback.c175 #define NEEDBITS(n) \ macro
286 NEEDBITS(3); in inflateBack()
316 NEEDBITS(32); in inflateBack()
347 NEEDBITS(14); in inflateBack()
366 NEEDBITS(3); in inflateBack()
398 NEEDBITS(here.bits + 2); in inflateBack()
410 NEEDBITS(here.bits + 3); in inflateBack()
417 NEEDBITS(here.bits + 7); in inflateBack()
528 NEEDBITS(state->extra); in inflateBack()
561 NEEDBITS(stat in inflateBack()
[all...]
H A Dinflate.c497 #define NEEDBITS(n) \ macro
539 next state. The NEEDBITS() macro is usually the way the state evaluates
540 whether it can proceed or should return. NEEDBITS() does the return if
544 NEEDBITS(n);
548 where NEEDBITS(n) either returns from inflate() if there isn't enough
554 and a NEEDBITS(8), then BITS(8) would return the next byte in the stream.
556 NEEDBITS(n) uses PULLBYTE() to get an available byte of input, or to return
563 if NEEDBITS() returns in the loop. For example, want, need, and keep
564 would all have to actually be part of the saved state in case NEEDBITS()
569 NEEDBITS(
[all...]
/third_party/skia/third_party/externals/freetype/src/gzip/
H A Dinfcodes.c123 NEEDBITS(j) in inflate_codes()
161 NEEDBITS(j) in inflate_codes()
171 NEEDBITS(j) in inflate_codes()
194 NEEDBITS(j) in inflate_codes()
H A Dinfblock.c139 NEEDBITS(3) in inflate_blocks()
186 NEEDBITS(32) in inflate_blocks()
217 NEEDBITS(14) in inflate_blocks()
242 NEEDBITS(3) in inflate_blocks()
273 NEEDBITS(t) in inflate_blocks()
286 NEEDBITS(t + i) in inflate_blocks()
H A Dinfutil.h75 #define NEEDBITS(j) {while(k<(j)){NEEDBYTE;b|=((uLong)NEXTBYTE)<<k;k+=8;}} macro
/third_party/node/deps/v8/third_party/zlib/contrib/optimizations/
H A Dinflate.c529 #define NEEDBITS(n) \ macro
571 next state. The NEEDBITS() macro is usually the way the state evaluates
572 whether it can proceed or should return. NEEDBITS() does the return if
576 NEEDBITS(n);
580 where NEEDBITS(n) either returns from inflate() if there isn't enough
586 and a NEEDBITS(8), then BITS(8) would return the next byte in the stream.
588 NEEDBITS(n) uses PULLBYTE() to get an available byte of input, or to return
595 if NEEDBITS() returns in the loop. For example, want, need, and keep
596 would all have to actually be part of the saved state in case NEEDBITS()
601 NEEDBITS(
[all...]
/third_party/node/deps/zlib/contrib/optimizations/
H A Dinflate.c496 #define NEEDBITS(n) \ macro
538 next state. The NEEDBITS() macro is usually the way the state evaluates
539 whether it can proceed or should return. NEEDBITS() does the return if
543 NEEDBITS(n);
547 where NEEDBITS(n) either returns from inflate() if there isn't enough
553 and a NEEDBITS(8), then BITS(8) would return the next byte in the stream.
555 NEEDBITS(n) uses PULLBYTE() to get an available byte of input, or to return
562 if NEEDBITS() returns in the loop. For example, want, need, and keep
563 would all have to actually be part of the saved state in case NEEDBITS()
568 NEEDBITS(
[all...]
/third_party/skia/third_party/externals/zlib/contrib/optimizations/
H A Dinflate.c528 #define NEEDBITS(n) \ macro
570 next state. The NEEDBITS() macro is usually the way the state evaluates
571 whether it can proceed or should return. NEEDBITS() does the return if
575 NEEDBITS(n);
579 where NEEDBITS(n) either returns from inflate() if there isn't enough
585 and a NEEDBITS(8), then BITS(8) would return the next byte in the stream.
587 NEEDBITS(n) uses PULLBYTE() to get an available byte of input, or to return
594 if NEEDBITS() returns in the loop. For example, want, need, and keep
595 would all have to actually be part of the saved state in case NEEDBITS()
600 NEEDBITS(
[all...]

Completed in 14 milliseconds