Lines Matching refs:m_low
41 u64 m_low;
345 result.m_low = m;
364 result.m_low = (m0 & 0xffffffffull) | (m2 << 32);
374 result.m_low = a.m_low + b.m_low;
375 result.m_high = a.m_high + b.m_high + (result.m_low < a.m_low);
407 result[k] = r01.m_low;
408 r01.m_low = r01.m_high;
413 result[ndigits * 2 - 1] = r01.m_low;
429 result[k] = r01.m_low;
430 r01.m_low = r01.m_high;
433 result[k] = r01.m_low;
460 (product.m_low >> 63);
461 product.m_low <<= 1;
468 result[k] = r01.m_low;
469 r01.m_low = r01.m_high;
474 result[ndigits * 2 - 1] = r01.m_low;