Searched refs:max_num_modes (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dmode-switching.c402 int max_num_modes = 0;
422 if (num_modes[e] > max_num_modes)
423 max_num_modes = num_modes[e];
543 for (i = 0; i < max_num_modes; i++)
400 int max_num_modes = 0; local

Completed in 69 milliseconds