Searched refs:n_lo (Results 1 – 2 of 2) sorted by relevance
18 #define ACPI_DIV_64_BY_32(n_hi, n_lo, d32, q32, r32) \ argument20 u64 (__n) = ((u64) n_hi) << 32 | (n_lo); \27 #define ACPI_SHIFT_RIGHT_64(n_hi, n_lo) \ argument29 (n_lo) >>= 1; \30 (n_lo) |= (((n_hi) & 1) << 31); \
179 uint32_t n_lo = n; in __arch_xprod_64() local185 res = ((uint64_t)m_lo * n_lo) >> 32; in __arch_xprod_64()188 res = (m + (uint64_t)m_lo * n_lo) >> 32; in __arch_xprod_64()190 res = m + (uint64_t)m_lo * n_lo; in __arch_xprod_64()199 res += (uint64_t)m_hi * n_lo; in __arch_xprod_64()204 res += (uint64_t)m_hi * n_lo; in __arch_xprod_64()