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