Home
last modified time | relevance | path

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

/linux/tools/include/linux/
H A Doverflow.h80 static inline size_t __must_check size_mul(size_t factor1, size_t factor2) in size_mul() argument
84 if (check_mul_overflow(factor1, factor2, &bytes)) in size_mul()
/linux/include/linux/
H A Doverflow.h330 static __always_inline size_t __must_check size_mul(size_t factor1, size_t factor2) in size_mul() argument
334 if (check_mul_overflow(factor1, factor2, &bytes)) in size_mul()