Home
last modified time | relevance | path

Searched refs:n_med (Results 1 – 1 of 1) sorted by relevance

/linux/lib/math/
H A Ddiv64.c231 u64 n_med = mul_add(a >> 32, b, c >> 32); in mul_u64_long_add_u64() local
233 n_med = add_u64_u32(n_med, n_lo >> 32); in mul_u64_long_add_u64()
234 *p_lo = n_med << 32 | (u32)n_lo; in mul_u64_long_add_u64()
235 return n_med >> 32; in mul_u64_long_add_u64()