Searched refs:__signed_sub_overflow (Results  1 – 2 of 2) sorted by relevance
| /Linux-v5.4/tools/include/linux/ | 
| D | overflow.h | 145 #define __signed_sub_overflow(a, b, d) ({	\  macro 194 			__signed_sub_overflow(a, b, d),			\
  | 
| /Linux-v5.4/include/linux/ | 
| D | overflow.h | 151 #define __signed_sub_overflow(a, b, d) ({	\  macro 200 			__signed_sub_overflow(a, b, d),			\
  |