Home
last modified time | relevance | path

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

/linux/lib/math/
H A Ddiv64.c223 #define mul_u64_long_add_u64(p_lo, a, b, c) mul_u64_u64_add_u64(p_lo, a, b, c) macro
228 static inline u32 mul_u64_long_add_u64(u64 *p_lo, u64 a, u32 b, u64 c) in mul_u64_long_add_u64() function
311 overflow += mul_u64_long_add_u64(&n_hi, d, q_digit, n_hi); in mul_u64_add_u64_div_u64()
H A Dtest_mul_u64_u64_div_u64.c178 #undef mul_u64_long_add_u64