Home
last modified time | relevance | path

Searched defs:s_hi (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/drivers/net/bnx2x/
Dbnx2x_stats.c27 #define ADD_64(s_hi, a_hi, s_lo, a_lo) \ argument
34 #define DIFF_64(d_hi, m_hi, s_hi, d_lo, m_lo, s_lo) \ argument
80 #define ADD_EXTEND_64(s_hi, s_lo, a) \ argument
115 #define SUB_64(m_hi, s_hi, m_lo, s_lo) \ argument
/linux-2.6.39/arch/powerpc/math-emu/
Dmath_efp.c677 int s_lo, s_hi; in speround_handler() local