Searched refs:distbits (Results 1 - 4 of 4) sorted by relevance

/forgerock/web-agents-v4/zlib/
H A Dinflate.h109 unsigned distbits; /* index bits for distcode */ member in struct:inflate_state
H A Dinfback.c122 state->distbits = 5;
456 /* build code tables -- note: do not change the lenbits or distbits
470 state->distbits = 6;
472 &(state->next), &(state->distbits), state->work);
548 here = state->distcode[BITS(state->distbits)];
H A Dinffast.c116 dmask = (1U << state->distbits) - 1;
H A Dinflate.c301 state->distbits = 5;
994 /* build code tables -- note: do not change the lenbits or distbits
1008 state->distbits = 6;
1010 &(state->next), &(state->distbits), state->work);
1082 here = state->distcode[BITS(state->distbits)];

Completed in 108 milliseconds