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

/external/freetype/src/gzip/
H A Dinftrees.c54 local const uInt cpdext[30] = { /* Extra bits for distance codes */ variable
363 r = huft_build(c + nl, nd, 0, cpdist, cpdext, td, bd, hp, &hn, v);
452 huft_build(c, 30, 0, cpdist, cpdext, &fixed_td, &fixed_bd,
/external/syslinux/memdisk/
H A Dinflate.c174 static const ush cpdext[] = { /* Extra bits for distance codes */ variable
671 if ((i = huft_build(l, 30, 0, cpdist, cpdext, &td, &bd)) > 1) {
823 if ((i = huft_build(ll + nl, nd, 0, cpdist, cpdext, &td, &bd)) != 0) {

Completed in 199 milliseconds