Searched refs:ovf (Results 1 – 1 of 1) sorted by relevance
46 bool ovf; in mul_u64_u32_add_u64_shr() local49 ovf = __builtin_add_overflow(mul_u32_u32(al, mul), b, &ret); in mul_u64_u32_add_u64_shr()51 if (ovf && shift) in mul_u64_u32_add_u64_shr()
Completed in 3 milliseconds