Searched defs:s_lo (Results 1 – 2 of 2) sorted by relevance
/linux-5.19.10/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_stats.h | 348 #define ADD_64(s_hi, a_hi, s_lo, a_lo) \ argument 358 #define ADD_64_LE(s_hi, a_hi_le, s_lo, a_lo_le) \ argument 362 #define ADD_64_LE16(s_hi, a_hi_le, s_lo, a_lo_le) \ argument 367 #define DIFF_64(d_hi, m_hi, s_hi, d_lo, m_lo, s_lo) \ argument 413 #define ADD_EXTEND_64(s_hi, s_lo, a) \ argument 530 #define SUB_64(m_hi, s_hi, m_lo, s_lo) \ argument
|
/linux-5.19.10/arch/powerpc/math-emu/ |
D | math_efp.c | 725 int s_lo, s_hi; in speround_handler() local
|