Searched refs:lenbits (Results 1 - 8 of 8) sorted by relevance

/vbox/src/libs/zlib-1.2.6/
H A Dinflate.h108 unsigned lenbits; /* index bits for lencode */ member in struct:inflate_state
H A Dinfback.c120 state->lenbits = 9;
387 state->lenbits = 7;
389 &(state->lenbits), state->work);
401 here = state->lencode[BITS(state->lenbits)];
456 /* build code tables -- note: do not change the lenbits or distbits
461 state->lenbits = 9;
463 &(state->lenbits), state->work);
494 here = state->lencode[BITS(state->lenbits)];
H A Dinflate.c298 state->lenbits = 9;
929 state->lenbits = 7;
931 &(state->lenbits), state->work);
943 here = state->lencode[BITS(state->lenbits)];
998 /* build code tables -- note: do not change the lenbits or distbits
1003 state->lenbits = 9;
1005 &(state->lenbits), state->work);
1036 here = state->lencode[BITS(state->lenbits)];
H A Dinffast.c115 lmask = (1U << state->lenbits) - 1;
/vbox/src/libs/zlib-1.2.6/contrib/infback9/
H A Dinfback9.c243 unsigned lenbits; /* index bits for lencode */ local
295 lenbits = 9;
373 lenbits = 7;
375 &(lenbits), state->work);
387 here = lencode[BITS(lenbits)];
443 /* build code tables -- note: do not change the lenbits or distbits
448 lenbits = 9;
450 &(state->next), &(lenbits), state->work);
472 here = lencode[BITS(lenbits)];
/vbox/src/libs/zlib-1.2.6/contrib/masmx64/
H A Dinffas8664.c139 ar.lmask = (1U << state->lenbits) - 1;
/vbox/src/libs/zlib-1.2.6/contrib/inflate86/
H A Dinffas86.c122 ar.lmask = (1U << state->lenbits) - 1;
/vbox/src/libs/zlib-1.2.6/contrib/masmx86/
H A Dinffas32.asm144 lenbits_state equ (72+4+zlib1222sup) ;/* state->lenbits */

Completed in 2116 milliseconds