D | safe_iop.h | 143 #define safe_add5(_ptr, _A, _B, _C, _D, _E) \ argument 148 typeof(_E) __sio(var)(e) = (_E); \ 193 #define safe_sub5(_ptr, _A, _B, _C, _D, _E) \ argument 198 typeof(_E) __sio(var)(e) = (_E); \ 244 #define safe_mul5(_ptr, _A, _B, _C, _D, _E) \ argument 249 typeof(_E) __sio(var)(e) = (_E); \ 293 #define safe_div5(_ptr, _A, _B, _C, _D, _E) \ argument 298 typeof(_E) __sio(var)(e) = (_E); \ 342 #define safe_mod5(_ptr, _A, _B, _C, _D, _E) \ argument 347 typeof(_E) __sio(var)(e) = (_E); \
|