Home
last modified time | relevance | path

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

/external/freetype/src/gzip/
Dinftrees.c50 local const uInt cpdist[30] = { /* Copy offsets for distance codes 0..29 */ 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.c168 static const ush cpdist[] = { /* Copy offsets for distance codes 0..29 */ 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()