Home | History | Annotate | Download | only in tcg

Lines Matching defs:m_max

828     int m, m_min, m_max;
840 m_max = s->nb_helpers - 1;
841 while (m_min <= m_max) {
842 m = (m_min + m_max) >> 1;
848 m_max = m - 1;