Searched refs:__CHECKINT_SIGN_DEMUX (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/removefile-33/
H A Dcheckint.h538 #define __CHECKINT_SIGN_DEMUX(type,oper,x,y,err) \ macro
545 #define __checkint_int64_add(x,y,err) __CHECKINT_SIGN_DEMUX(int64,add,x,y,err)
546 #define __checkint_uint64_add(x,y,err) __CHECKINT_SIGN_DEMUX(uint64,add,x,y,err)
548 #define __checkint_int64_sub(x,y,err) __CHECKINT_SIGN_DEMUX(int64,sub,x,y,err)
549 #define __checkint_uint64_sub(x,y,err) __CHECKINT_SIGN_DEMUX(uint64,sub,x,y,err)
551 #define __checkint_int64_mul(x,y,err) __CHECKINT_SIGN_DEMUX(int64,mul,x,y,err)
552 #define __checkint_uint64_mul(x,y,err) __CHECKINT_SIGN_DEMUX(uint64,mul,x,y,err)
554 #define __checkint_int32_div(x,y,err) __CHECKINT_SIGN_DEMUX(int32,div,x,y,err)
555 #define __checkint_int64_div(x,y,err) __CHECKINT_SIGN_DEMUX(int64,div,x,y,err)
556 #define __checkint_uint32_div(x,y,err) __CHECKINT_SIGN_DEMUX(uint3
[all...]

Completed in 173 milliseconds