HomeSort by relevance Sort by last modified time
    Searched refs:cpdext (Results 1 - 2 of 2) sorted by null

  /external/freetype/src/gzip/
inftrees.c 54 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/
inflate.c 174 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 202 milliseconds