Home
last modified time | relevance | path

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

/optee_os/core/lib/zlib/
H A Dinflate.c525 #define BITS(n) \ macro
681 ((BITS(8) << 8) + (hold >> 8)) % 31) {
686 if (BITS(4) != Z_DEFLATED) {
692 len = BITS(4) + 8;
870 state->last = BITS(1);
872 switch (BITS(2)) {
936 state->nlen = BITS(5) + 257;
938 state->ndist = BITS(5) + 1;
940 state->ncode = BITS(4) + 4;
956 state->lens[order[state->have++]] = (unsigned short)BITS(3);
[all …]