Searched refs:n_hi (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) \ argument30 (n_lo) |= (((n_hi) & 1) << 31); \31 (n_hi) >>= 1; \
180 uint32_t n_hi = n >> 32; in __arch_xprod_64() local196 res += (uint64_t)m_lo * n_hi; in __arch_xprod_64()200 tmp = res += (uint64_t)m_lo * n_hi; in __arch_xprod_64()206 res += (uint64_t)m_hi * n_hi; in __arch_xprod_64()