Home
last modified time | relevance | path

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

/include/linux/
A Doverflow.h306 static inline size_t __must_check size_sub(size_t minuend, size_t subtrahend) in size_sub() argument
310 if (minuend == SIZE_MAX || subtrahend == SIZE_MAX || in size_sub()
311 check_sub_overflow(minuend, subtrahend, &bytes)) in size_sub()

Completed in 3 milliseconds