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

  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
fx_zlib_trees.c 118 const ct_data *static_tree; /* static tree or NULL */ member in struct:static_tree_desc_s
250 static_l_desc.static_tree = static_ltree;
252 static_d_desc.static_tree = static_dtree;
494 const ct_data *stree = desc->stat_desc->static_tree;
622 const ct_data *stree = desc->stat_desc->static_tree;
    [all...]
  /external/zlib/src/
trees.c 118 const ct_data *static_tree; /* static tree or NULL */ member in struct:static_tree_desc_s
250 static_l_desc.static_tree = static_ltree;
252 static_d_desc.static_tree = static_dtree;
494 const ct_data *stree = desc->stat_desc->static_tree;
622 const ct_data *stree = desc->stat_desc->static_tree;
    [all...]

Completed in 68 milliseconds