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

  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
fx_zlib_trees.c 485 * The length opt_len is updated; static_len is also updated if stree is
494 const ct_data *stree = desc->stat_desc->static_tree; local
526 if (stree) s->static_len += (ulg)f * (stree[n].Len + xbits);
615 * also updated if stree is not null. The field max_code is set.
622 const ct_data *stree = desc->stat_desc->static_tree; local
652 s->opt_len--; if (stree) s->static_len -= stree[node].Len;
    [all...]
  /external/qemu/distrib/zlib-1.2.8/
trees.c 485 * The length opt_len is updated; static_len is also updated if stree is
494 const ct_data *stree = desc->stat_desc->static_tree; local
526 if (stree) s->static_len += (ulg)f * (stree[n].Len + xbits);
615 * also updated if stree is not null. The field max_code is set.
622 const ct_data *stree = desc->stat_desc->static_tree; local
652 s->opt_len--; if (stree) s->static_len -= stree[node].Len;
    [all...]
  /external/zlib/src/
trees.c 485 * The length opt_len is updated; static_len is also updated if stree is
494 const ct_data *stree = desc->stat_desc->static_tree; local
526 if (stree) s->static_len += (ulg)f * (stree[n].Len + xbits);
615 * also updated if stree is not null. The field max_code is set.
622 const ct_data *stree = desc->stat_desc->static_tree; local
652 s->opt_len--; if (stree) s->static_len -= stree[node].Len;
    [all...]
  /external/chromium_org/third_party/zlib/
trees.c 491 * The length opt_len is updated; static_len is also updated if stree is
500 const ct_data *stree = desc->stat_desc->static_tree; local
532 if (stree) s->static_len += (ulg)f * (stree[n].Len + xbits);
621 * also updated if stree is not null. The field max_code is set.
628 const ct_data *stree = desc->stat_desc->static_tree; local
658 s->opt_len--; if (stree) s->static_len -= stree[node].Len;
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/speech_rules/
mathml_store_rules.js 526 'stree', 'default.default',
527 '[n] ./*[1]', 'self::stree');
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
math_semantic_tree_test.js 83 var stree = new cvox.SemanticTree(/** @type {!Element} */(node));
84 var sxml = stree.xml(this.brief);
87 var xml = dp.parseFromString('<stree>' + sml + '</stree>', 'text/xml');
    [all...]
math_semantic_tree.js 108 var xml = dp.parseFromString('<stree></stree>', 'text/xml');
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
string-tagcloud.js     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
string-tagcloud.js     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
string-tagcloud.js     [all...]
  /external/chromium_org/chrome/third_party/chromevox/
chromeVoxChromePageScript.js     [all...]
chromeVoxChromeBackgroundScript.js     [all...]
chromeVoxChromeOptionsScript.js     [all...]

Completed in 1917 milliseconds