Lines Matching refs:max_num_modes
94 bitmap_clear_bit (b, (j * max_num_modes) + i)
98 bitmap_bit_p (b, (j * max_num_modes) + i)
102 bitmap_set_bit (b, (j * max_num_modes) + i)
492 int max_num_modes = 0; in optimize_mode_switching() local
517 if (num_modes[e] > max_num_modes) in optimize_mode_switching()
518 max_num_modes = num_modes[e]; in optimize_mode_switching()
541 n_entities * max_num_modes); in optimize_mode_switching()
543 n_entities * max_num_modes); in optimize_mode_switching()
545 n_entities * max_num_modes); in optimize_mode_switching()
547 n_entities * max_num_modes); in optimize_mode_switching()
549 n_entities * max_num_modes); in optimize_mode_switching()
551 n_entities * max_num_modes); in optimize_mode_switching()
703 edge_list = pre_edge_lcm_avs (n_entities * max_num_modes, transp, comp, antic, in optimize_mode_switching()