Home
last modified time | relevance | path

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

/linux/lib/math/
H A Ddiv64.c224 #define add_u64_long(a, b) ((a) + (b)) macro
238 #define add_u64_long(a, b) add_u64_u32(a, b) macro
318 quotient = add_u64_long(quotient << BITS_PER_ITER, q_digit); in mul_u64_add_u64_div_u64()
H A Dtest_mul_u64_u64_div_u64.c179 #undef add_u64_long