Searched defs:cpdext (Results 1 - 1 of 1) sorted by relevance

/ast/src/cmd/codexlib/zip/
H A Ddeflate.c204 static ush cpdext[] = { /* Extra bits for distance codes */ variable
409 if (huff(l, 30, 0, cpdist, cpdext, &state->fixed_td, &state->fixed_bd, state->vm) > 1)
570 i = huff(ll + nl, nd, 0, cpdist, cpdext, &td, &bd, state->vm);

Completed in 8 milliseconds