Home
last modified time | relevance | path

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

/external/freetype/src/gzip/
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); in inflate_trees_dynamic()
452 huft_build(c, 30, 0, cpdist, cpdext, &fixed_td, &fixed_bd, in inflate_trees_fixed()
/external/syslinux/memdisk/
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) { in inflate_fixed()
823 if ((i = huft_build(ll + nl, nd, 0, cpdist, cpdext, &td, &bd)) != 0) { in inflate_dynamic()