HomeSort by relevance Sort by last modified time
    Searched defs:max_length (Results 26 - 31 of 31) sorted by null

12

  /external/zlib/
trees.c 127 int max_length; /* max bit length for the codes */ member in struct:static_tree_desc_s
503 int max_length = desc->stat_desc->max_length; local
521 if (bits > max_length) bits = max_length, overflow++;
541 bits = max_length-1;
545 s->bl_count[max_length]--;
547 * but this does not affect bl_count[max_length]
557 for (bits = max_length; bits != 0; bits--) {
    [all...]
  /external/bluetooth/glib/glib/
goption.c 468 gint i, len, max_length; local
470 max_length = 0;
487 max_length = MAX (max_length, len);
490 return max_length;
495 gint max_length,
518 (int) (max_length + 4 - _g_utf8_strwidth (str->str, -1)), "",
589 gint max_length, len; local
682 max_length = _g_utf8_strwidth ("-?, --help", -1);
687 max_length = MAX (max_length, len)
    [all...]
  /external/v8/src/
jsregexp.cc 5310 int max_length = data->tree->max_match(); local
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
tree.h 4093 const int max_length; member in struct:attribute_spec
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
tree.h 4105 const int max_length; member in struct:attribute_spec
    [all...]
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
tree.h 4105 const int max_length; member in struct:attribute_spec
    [all...]

Completed in 380 milliseconds

12