Lines Matching refs:m_low
42 u64 m_low;
356 result.m_low = m;
375 result.m_low = (m0 & 0xffffffffull) | (m2 << 32);
385 result.m_low = a.m_low + b.m_low;
386 result.m_high = a.m_high + b.m_high + (result.m_low < a.m_low);
418 result[k] = r01.m_low;
419 r01.m_low = r01.m_high;
424 result[ndigits * 2 - 1] = r01.m_low;
440 result[k] = r01.m_low;
441 r01.m_low = r01.m_high;
444 result[k] = r01.m_low;
471 (product.m_low >> 63);
472 product.m_low <<= 1;
479 result[k] = r01.m_low;
480 r01.m_low = r01.m_high;
485 result[ndigits * 2 - 1] = r01.m_low;