Home
last modified time | relevance | path

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

/external/freetype/src/gzip/
Dinftrees.c43 local const uInt cplens[31] = { /* Copy lengths for literal codes 257..285 */ variable
348 r = huft_build(c, nl, 257, cplens, cplext, tl, bl, hp, &hn, v); in inflate_trees_dynamic()
445 huft_build(c, 288, 257, cplens, cplext, &fixed_tl, &fixed_bl, in inflate_trees_fixed()
/external/syslinux/memdisk/
Dinflate.c157 static const ush cplens[] = { /* Copy lengths for literal codes 257..285 */ variable
664 if ((i = huft_build(l, 288, 257, cplens, cplext, &tl, &bl)) != 0) in inflate_fixed()
813 if ((i = huft_build(ll, nl, 257, cplens, cplext, &tl, &bl)) != 0) { in inflate_dynamic()