Searched refs:factor2 (Results 1 – 1 of 1) sorted by relevance
266 static inline size_t __must_check size_mul(size_t factor1, size_t factor2) in size_mul() argument270 if (check_mul_overflow(factor1, factor2, &bytes)) in size_mul()
Completed in 4 milliseconds