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

  /external/freetype/src/gzip/
inftrees.c 30 local int huft_build OF((
95 local int huft_build( /* b, n, s, d, e, t, m, hp, hn, v) */ function
309 uIntf *v; /* work area for huft_build */
313 r = huft_build(c, 19, 19, (uIntf*)Z_NULL, (uIntf*)Z_NULL,
341 uIntf *v; /* work area for huft_build */
348 r = huft_build(c, nl, 257, cplens, cplext, tl, bl, hp, &hn, v);
363 r = huft_build(c + nl, nd, 0, cpdist, cpdext, td, bd, hp, &hn, v);
423 uIntf *c; /* length list for huft_build */
424 uIntf *v; /* work area for huft_build */
445 huft_build(c, 288, 257, cplens, cplext, &fixed_tl, &fixed_bl
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/gzip/
inftrees.c 30 local int huft_build OF((
95 local int huft_build( /* b, n, s, d, e, t, m, hp, hn, v) */ function
309 uIntf *v; /* work area for huft_build */
313 r = huft_build(c, 19, 19, (uIntf*)Z_NULL, (uIntf*)Z_NULL,
341 uIntf *v; /* work area for huft_build */
348 r = huft_build(c, nl, 257, cplens, cplext, tl, bl, hp, &hn, v);
363 r = huft_build(c + nl, nd, 0, cpdist, cpdext, td, bd, hp, &hn, v);
423 uIntf *c; /* length list for huft_build */
424 uIntf *v; /* work area for huft_build */
445 huft_build(c, 288, 257, cplens, cplext, &fixed_tl, &fixed_bl
    [all...]

Completed in 110 milliseconds