Searched refs:newmax (Results 1 – 6 of 6) sorted by relevance
93 int newmax; in add_to_list() local96 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()
256 void set_max_cached_nodes(size_type newmax) in set_max_cached_nodes() argument258 m_max_cached_nodes = newmax; in set_max_cached_nodes()602 void set_max_cached_nodes(size_type newmax) in set_max_cached_nodes() argument603 { m_cache.set_max_cached_nodes(newmax); } in set_max_cached_nodes()
457 int newmax = (data > reg->vmax); in print_float_reg_assignment() local459 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()
735 int newmax = (data > reg->vmax); in print_float_reg_assignment() local737 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()
298 void set_max_cached_nodes(size_type newmax);
326 void set_max_cached_nodes(size_type newmax);