Searched refs:max_length (Results 1 - 25 of 29) sorted by relevance

12

/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/codecvt/max_length/wchar_t/
H A D4.cc39 int k = cvt->max_length();
H A D3.cc39 int k = cvt->max_length();
H A D2.cc39 int k = cvt->max_length();
H A D1.cc36 int k = cvt->max_length();
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/opt/
H A Dpr23454-2.C34 ulong treemem, tree_elements, empty, nulls, min_length, max_length; member in class:field_info
91 min_length = max_length = length;
99 if (length > max_length)
100 max_length = length;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/codecvt/max_length/char/
H A D1.cc46 int k = cvt->max_length();
/haiku-buildtools/gcc/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/
H A Dprefix_search_node_update_imp.hpp119 size_type max_length = 0; local
126 if (common_range_length > max_length)
129 max_length = common_range_length;
/haiku-buildtools/gcc/libsanitizer/sanitizer_common/
H A Dsanitizer_symbolizer_posix_libcdep.cc159 bool readFromSymbolizer(char *buffer, uptr max_length) { argument
160 if (max_length == 0)
165 max_length - read_len - 1);
281 virtual bool RenderInputCommand(char *buffer, uptr max_length, bool is_data, argument
324 bool RenderInputCommand(char *buffer, uptr max_length, bool is_data, argument
326 internal_snprintf(buffer, max_length, "%s\"%s\" 0x%zx\n",
366 bool RenderInputCommand(char *buffer, uptr max_length, bool is_data, argument
371 internal_snprintf(buffer, max_length, "0x%zx\n", module_offset);
H A Dsanitizer_common.h96 explicit InternalScopedString(uptr max_length) argument
97 : InternalScopedBuffer<char>(max_length), length_(0) {
/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/codecvt/
H A Dchar16_t.cc37 VERIFY(cvt->max_length() == 3);
H A Dchar32_t.cc39 VERIFY(cvt->max_length() == 4);
/haiku-buildtools/gcc/libgcc/
H A Dlibgcov-driver.c71 size_t max_length; /* maximum filename length */ member in struct:gcov_filename
282 size_t *max_length)
295 *max_length = 0;
299 if (len > *max_length)
300 *max_length = len;
837 crc32 = compute_summary (list, &this_prg, &gf.max_length);
281 compute_summary(struct gcov_info *list, struct gcov_summary *this_prg, size_t *max_length) argument
H A Dlibgcov-driver-system.c126 gf->filename = (char *) xmalloc (gf->max_length + prefix_length + 2);
H A Dlibgcov-util.c1266 size_t max_length; local
1270 compute_summary (gcov_list1, &this_prg, &max_length);
1274 compute_summary (gcov_list2, &this_prg, &max_length);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/imbue/
H A D12206.cc61 int max_length() const throw() function in class:std::codecvt
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/wchar_t/
H A D11543.cc76 int max_length() const throw() function in class:std::codecvt
/haiku-buildtools/gcc/zlib/
H A Dtrees.c122 int max_length; /* max bit length for the codes */ member in struct:static_tree_desc_s
497 int max_length = desc->stat_desc->max_length; local
515 if (bits > max_length) bits = max_length, overflow++;
535 bits = max_length-1;
539 s->bl_count[max_length]--;
541 * but this does not affect bl_count[max_length]
551 for (bits = max_length; bits != 0; bits--) {
/haiku-buildtools/binutils/zlib/
H A Dtrees.c122 int max_length; /* max bit length for the codes */ member in struct:static_tree_desc_s
497 int max_length = desc->stat_desc->max_length; local
515 if (bits > max_length) bits = max_length, overflow++;
535 bits = max_length-1;
539 s->bl_count[max_length]--;
541 * but this does not affect bl_count[max_length]
551 for (bits = max_length; bits != 0; bits--) {
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/char/
H A D11543.cc78 int max_length() const throw() function in class:std::codecvt
/haiku-buildtools/gcc/libstdc++-v3/testsuite/ext/codecvt/
H A Dchar-1.cc133 int k = cvt.max_length();
H A Dchar-2.cc131 int k = cvt.max_length();
H A Dwchar_t.cc127 int k = cvt.max_length();
/haiku-buildtools/gcc/gcc/
H A Dattribs.c226 gcc_assert (attribute_tables[i][j].max_length == -1
227 || (attribute_tables[i][j].max_length
465 || (spec->max_length >= 0
466 && list_length (args) > spec->max_length))
/haiku-buildtools/gcc/libstdc++-v3/config/locale/gnu/
H A Dmessages_members.cc251 size_t __mb_size = __wdfault.size() * __conv.max_length();;
/haiku-buildtools/gcc/libstdc++-v3/include/bits/
H A Dcodecvt.h219 max_length() const throw() function in class:__codecvt_abstract_base

Completed in 473 milliseconds

12