Searched refs:n_cup (Results 1 – 2 of 2) sorted by relevance
573 MS_U16 m_cup, n_cup, res; in MDrv_SC_GCD() local576 n_cup = n; in MDrv_SC_GCD()577 res = m_cup % n_cup; in MDrv_SC_GCD()580 m_cup = n_cup; in MDrv_SC_GCD()581 n_cup = res; in MDrv_SC_GCD()582 res = m_cup % n_cup; in MDrv_SC_GCD()585 return n_cup; in MDrv_SC_GCD()
573 MS_U16 m_cup, n_cup, res;576 n_cup = n;577 res = m_cup % n_cup;580 m_cup = n_cup;581 n_cup = res;582 res = m_cup % n_cup;585 return n_cup;