HomeSort by: relevance | last modified time | path
    Searched defs:max_size (Results 1 - 25 of 176) sorted by relevancy

1 2 3 4 5 6 7 8

  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/
info_fn_imps.hpp 63 max_size() const function in class:PB_DS_CLASS_C_DEC
65 return (s_node_allocator.max_size());
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/
info_fn_imps.hpp 59 max_size() const function in class:PB_DS_CLASS_C_DEC
60 { return s_entry_allocator.max_size(); }
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/
size_fn_imps.hpp 60 max_size() const function in class:PB_DS_CLASS_C_DEC
61 { return s_entry_allocator.max_size(); }
info_fn_imps.hpp 53 max_size() const function in class:PB_DS_CLASS_C_DEC
54 { return m_entry_allocator.max_size(); }
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/
info_fn_imps.hpp 53 max_size() const function in class:PB_DS_CLASS_C_DEC
54 { return s_entry_allocator.max_size(); }
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
info_fn_imps.hpp 63 max_size() const function in class:PB_DS_CLASS_C_DEC
65 return (s_node_allocator.max_size());
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/
info_fn_imps.hpp 52 max_size() const function in class:PB_DS_CLASS_C_DEC
53 { return s_entry_allocator.max_size(); }
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/
info_fn_imps.hpp 55 max_size() const function in class:PB_DS_CLASS_C_DEC
56 { return s_value_alloc.max_size(); }
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/
info_fn_imps.hpp 59 max_size() const function in class:PB_DS_CLASS_C_DEC
60 { return s_inode_allocator.max_size(); }
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/
info_fn_imps.hpp 63 max_size() const function in class:PB_DS_CLASS_C_DEC
65 return (s_node_allocator.max_size());
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/
info_fn_imps.hpp 59 max_size() const function in class:PB_DS_CLASS_C_DEC
60 { return s_entry_allocator.max_size(); }
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/
size_fn_imps.hpp 60 max_size() const function in class:PB_DS_CLASS_C_DEC
61 { return s_entry_allocator.max_size(); }
info_fn_imps.hpp 53 max_size() const function in class:PB_DS_CLASS_C_DEC
54 { return m_entry_allocator.max_size(); }
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/
info_fn_imps.hpp 53 max_size() const function in class:PB_DS_CLASS_C_DEC
54 { return s_entry_allocator.max_size(); }
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
info_fn_imps.hpp 63 max_size() const function in class:PB_DS_CLASS_C_DEC
65 return (s_node_allocator.max_size());
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/
info_fn_imps.hpp 52 max_size() const function in class:PB_DS_CLASS_C_DEC
53 { return s_entry_allocator.max_size(); }
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/
info_fn_imps.hpp 55 max_size() const function in class:PB_DS_CLASS_C_DEC
56 { return s_value_alloc.max_size(); }
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/
info_fn_imps.hpp 59 max_size() const function in class:PB_DS_CLASS_C_DEC
60 { return s_inode_allocator.max_size(); }
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/
sample_trie_access_traits.hpp 61 max_size = 4 enumerator in enum:__gnu_pbds::sample_trie_access_traits::__anon14766
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/
sample_trie_access_traits.hpp 61 max_size = 4 enumerator in enum:__gnu_pbds::sample_trie_access_traits::__anon17157
  /src/external/apache2/llvm/dist/libcxx/src/include/
sso_allocator.h 67 _LIBCPP_INLINE_VISIBILITY size_type max_size() const throw() {return size_type(~0) / sizeof(_Tp);} function in class:__sso_allocator
  /src/external/bsd/nsd/dist/
ixfrcreate.h 28 size_t max_size; member in struct:ixfr_create
  /src/libexec/talkd/
announce.c 104 int i, j, max_size; local
107 max_size = 0;
113 max_size = max(max_size, sizes[i]);
120 max_size = max(max_size, sizes[i]);
128 max_size = max(max_size, sizes[i]);
133 max_size = max(max_size, sizes[i])
    [all...]
  /src/external/bsd/tre/dist/lib/
tre-stack.c 26 int max_size; member in struct:tre_stack_rec
34 tre_stack_new(int size, int max_size, int increment)
48 s->max_size = max_size;
78 if (s->size >= s->max_size)
89 if (new_size > s->max_size)
90 new_size = s->max_size;
  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-alias.h 88 poly_int64 max_size; member in class:ao_ref
108 return known_size_p (max_size);

Completed in 30 milliseconds

1 2 3 4 5 6 7 8