Searched refs:newmax (Results 1 – 4 of 4) 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()
156 uint32_t newmax = max(tg->read_blocksize, tg->write_blocksize); in update_bufsize() local158 if (newmax == max(newmax, tg->thread_bufsize)) in update_bufsize()160 ft_alter_bufsize(tg->threads + i, newmax); in update_bufsize()
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()