Home
last modified time | relevance | path

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

/external/grub/stage2/
Dgunzip.c483 #define NEEDBITS(n) do {while(k<(n)){b|=((ulg)get_byte())<<k;k+=8;}} while (0) macro
740 NEEDBITS ((unsigned) bl); in inflate_codes_in_window()
751 NEEDBITS (e); in inflate_codes_in_window()
773 NEEDBITS (e); in inflate_codes_in_window()
778 NEEDBITS ((unsigned) bd); in inflate_codes_in_window()
789 NEEDBITS (e); in inflate_codes_in_window()
794 NEEDBITS (e); in inflate_codes_in_window()
861 NEEDBITS (16); in init_stored_block()
864 NEEDBITS (16); in init_stored_block()
939 NEEDBITS (5); in init_dynamic_block()
[all …]
/external/zlib/src/contrib/infback9/
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(extra);
[all …]
/external/qemu/distrib/zlib-1.2.3/
Dinfback.c174 #define NEEDBITS(n) \ macro
290 NEEDBITS(3);
320 NEEDBITS(32);
351 NEEDBITS(14);
370 NEEDBITS(3);
397 NEEDBITS(this.bits);
403 NEEDBITS(this.bits + 2);
415 NEEDBITS(this.bits + 3);
422 NEEDBITS(this.bits + 7);
523 NEEDBITS(state->extra);
[all …]
Dinflate.c443 #define NEEDBITS(n) \ macro
594 NEEDBITS(16);
635 NEEDBITS(16);
653 NEEDBITS(32);
660 NEEDBITS(16);
670 NEEDBITS(16);
745 NEEDBITS(16);
762 NEEDBITS(32);
781 NEEDBITS(3);
809 NEEDBITS(32);
[all …]
/external/zlib/src/
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);
Dinflate.c498 #define NEEDBITS(n) \ macro
644 NEEDBITS(16);
687 NEEDBITS(16);
705 NEEDBITS(32);
712 NEEDBITS(16);
722 NEEDBITS(16);
797 NEEDBITS(16);
814 NEEDBITS(32);
833 NEEDBITS(3);
865 NEEDBITS(32);
[all …]