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)
506 int max_num_modes = 0; in optimize_mode_switching() local
531 if (num_modes[e] > max_num_modes) in optimize_mode_switching()
532 max_num_modes = num_modes[e]; in optimize_mode_switching()
555 n_entities * max_num_modes); in optimize_mode_switching()
557 n_entities * max_num_modes); in optimize_mode_switching()
559 n_entities * max_num_modes); in optimize_mode_switching()
561 n_entities * max_num_modes); in optimize_mode_switching()
563 n_entities * max_num_modes); in optimize_mode_switching()
565 n_entities * max_num_modes); in optimize_mode_switching()
717 edge_list = pre_edge_lcm_avs (n_entities * max_num_modes, transp, comp, antic, in optimize_mode_switching()