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

  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
radiotap_iter.h 12 * @max_length: length of radiotap header in cpu byte ordering
23 int max_length; member in struct:ieee80211_radiotap_iterator
36 int max_length);
  /external/dbus/dbus/
dbus-string-private.h 49 int max_length; /**< Max length of this string, without nul byte */ member in struct:__anon3405
78 #define DBUS_GENERIC_STRING_PREAMBLE(real) _dbus_assert ((real) != NULL); _dbus_assert (!(real)->invalid); _dbus_assert ((real)->len >= 0); _dbus_assert ((real)->allocated >= 0); _dbus_assert ((real)->max_length >= 0); _dbus_assert ((real)->len <= ((real)->allocated - _DBUS_STRING_ALLOCATION_PADDING)); _dbus_assert ((real)->len <= (real)->max_length)
  /external/oprofile/libdb/
db_stat.c 30 size_t max_length = 0; local
58 if (cur_length > max_length)
59 max_length = cur_length;
67 result->max_list_length = max_length;
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
randgen.h 101 int max_length; // Maximum path length member in struct:fst::RandGenOptions
109 : arc_selector(sel), max_length(len), npath(n),
121 if (opts.npath == 0 || opts.max_length == 0 || ifst.Start() == kNoStateId)
152 --nopts.max_length;
  /ndk/build/tools/
prebuilt-common.sh 15 # Usage: len=`max_length <string1> <string2> ...`
17 max_length () function
198 maxw=`max_length "$OPTIONS_TEXT"`
  /external/bluetooth/glib/tests/
patterntest.c 59 guint max_length; member in struct:_GPatternSpec
  /external/bison/src/
print.c 61 max_length (size_t *width, const char *str)
142 max_length (&width, sym->tag);
187 max_length (&width, errp->symbols[i]->tag);
339 max_length (&width, symbols[i]->tag);
344 max_length (&width, symbols[i]->tag);
60 max_length (size_t *width, const char *str) function
  /external/bluetooth/glib/glib/
gpattern.c 49 guint max_length; member in struct:_GPatternSpec
143 string_length > pspec->max_length)
204 pspec->max_length = 0;
225 pspec->max_length += 4; /* maximum UTF-8 character length */
236 pspec->max_length++;
253 pspec->max_length = G_MAXUINT;
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/webkit/WebCore/platform/graphics/cairo/
PathCairo.cpp 181 unsigned int max_length = 65535; local
182 double factor_max = max_length / p1p0_length;
  /external/webkit/WebCore/platform/graphics/qt/
PathQt.cpp 180 unsigned int max_length = 65535; local
181 double factor_max = max_length / p1p0_length;
  /external/stlport/test/unit/
fstream_test.cpp 661 int max_length() const throw() function in class:std::codecvt
  /ndk/sources/android/stlport/test/unit/
fstream_test.cpp 679 int max_length() const throw() function in class:std::codecvt
  /external/chromium/third_party/zlib/
trees.c 126 int max_length; /* max bit length for the codes */ member in struct:static_tree_desc_s
499 int max_length = desc->stat_desc->max_length; local
517 if (bits > max_length) bits = max_length, overflow++;
537 bits = max_length-1;
541 s->bl_count[max_length]--;
543 * but this does not affect bl_count[max_length]
553 for (bits = max_length; bits != 0; bits--) {
    [all...]
  /external/qemu/distrib/zlib-1.2.3/
trees.c 126 int max_length; /* max bit length for the codes */ member in struct:static_tree_desc_s
499 int max_length = desc->stat_desc->max_length; local
517 if (bits > max_length) bits = max_length, overflow++;
537 bits = max_length-1;
541 s->bl_count[max_length]--;
543 * but this does not affect bl_count[max_length]
553 for (bits = max_length; bits != 0; bits--) {
    [all...]
  /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...]
  /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...]

Completed in 767 milliseconds