Searched refs:m_best (Results 1 – 3 of 3) sorted by relevance
97 int v_lose, m_lose, v_best, m_best; in main() local191 v_best = m_best = 2*(DIMS-1); in main()233 if (m_lose < m_best) in main()235 m_best = m_lose; in main()
7016 MATCH m_best; in findBestMatch() member7049 if (m < m_best) goto Ltd_best; in findBestMatch()7050 if (m > m_best) goto Ltd; in findBestMatch()7071 m_best = m; in findBestMatch()7094 p.m_best = MATCHnomatch; in findBestMatch()
6891 MATCH m_best = MATCH.nomatch; in findBestMatch() local6924 if (m < m_best) goto Ltd_best; in findBestMatch()6925 if (m > m_best) goto Ltd; in findBestMatch()6948 m_best = m; in findBestMatch()