Searched refs:__signed_add_overflow (Results 1 – 2 of 2) sorted by relevance
/linux-5.10/tools/include/linux/ |
D | overflow.h | 129 #define __signed_add_overflow(a, b, d) ({ \ macro 189 __signed_add_overflow(a, b, d), \
|
/linux-5.10/include/linux/ |
D | overflow.h | 146 #define __signed_add_overflow(a, b, d) ({ \ macro 206 __signed_add_overflow(a, b, d), \
|