Home
last modified time | relevance | path

Searched refs:NEEDBITS (Results 1 – 8 of 8) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/infback9/
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(extra);
[all …]
/AliOS-Things-master/components/py_engine/external/unzip/src/
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(state->extra);
[all …]
A Dinflate.c478 #define NEEDBITS(n) \ macro
629 NEEDBITS(16);
672 NEEDBITS(16);
690 NEEDBITS(32);
697 NEEDBITS(16);
707 NEEDBITS(16);
799 NEEDBITS(32);
818 NEEDBITS(3);
850 NEEDBITS(32);
882 NEEDBITS(14);
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/
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(state->extra);
A Dinflate.c516 #define NEEDBITS(n) \ macro
662 NEEDBITS(16);
707 NEEDBITS(16);
726 NEEDBITS(32);
734 NEEDBITS(16);
745 NEEDBITS(16);
838 NEEDBITS(32);
857 NEEDBITS(3);
889 NEEDBITS(32);
921 NEEDBITS(14);
[all …]
/AliOS-Things-master/components/freetype/src/gzip/
A Dinfblock.c139 NEEDBITS(3) in inflate_blocks()
186 NEEDBITS(32) in inflate_blocks()
217 NEEDBITS(14) in inflate_blocks()
241 NEEDBITS(3) in inflate_blocks()
270 NEEDBITS(t) in inflate_blocks()
283 NEEDBITS(t + i) in inflate_blocks()
A Dinfcodes.c122 NEEDBITS(j) in inflate_codes()
160 NEEDBITS(j) in inflate_codes()
169 NEEDBITS(j) in inflate_codes()
192 NEEDBITS(j) in inflate_codes()
A Dinfutil.h75 #define NEEDBITS(j) {while(k<(j)){NEEDBYTE;b|=((uLong)NEXTBYTE)<<k;k+=8;}} macro

Completed in 14 milliseconds