Home
last modified time | relevance | path

Searched refs:newmax (Results 1 – 6 of 6) sorted by relevance

/third_party/e2fsprogs/lib/support/
Dprofile_helpers.c93 int newmax; in add_to_list() local
96 newmax = list->max + 10; in add_to_list()
97 newlist = realloc(list->list, newmax * sizeof(char *)); in add_to_list()
100 list->max = newmax; in add_to_list()
/third_party/boost/boost/interprocess/allocators/detail/
Dallocator_common.hpp256 void set_max_cached_nodes(size_type newmax) in set_max_cached_nodes() argument
258 m_max_cached_nodes = newmax; in set_max_cached_nodes()
602 void set_max_cached_nodes(size_type newmax) in set_max_cached_nodes() argument
603 { m_cache.set_max_cached_nodes(newmax); } in set_max_cached_nodes()
/third_party/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_sanity.c457 int newmax = (data > reg->vmax); in print_float_reg_assignment() local
459 if (VERBOSE || (NORMAL && (newmin || newmax || changed))) in print_float_reg_assignment()
467 else if (newmax) { in print_float_reg_assignment()
478 if (VERBOSE || (NORMAL && (newmin || newmax || changed))) in print_float_reg_assignment()
/third_party/mesa3d/src/mesa/drivers/dri/r200/
Dr200_sanity.c735 int newmax = (data > reg->vmax); in print_float_reg_assignment() local
737 if (VERBOSE || (NORMAL && (newmin || newmax || changed))) in print_float_reg_assignment()
745 else if (newmax) { in print_float_reg_assignment()
756 if (VERBOSE || (NORMAL && (newmin || newmax || changed))) in print_float_reg_assignment()
/third_party/boost/boost/interprocess/allocators/
Dcached_node_allocator.hpp298 void set_max_cached_nodes(size_type newmax);
Dcached_adaptive_pool.hpp326 void set_max_cached_nodes(size_type newmax);