Lines Matching defs:m_min
1269 int m_min, m_max, m;1279 m_min = 0;1281 while (m_min <= m_max) {1282 m = (m_min + m_max) >> 1;1290 m_min = m + 1;