Home | History | Annotate | Download | only in src

Lines Matching refs:SIGNTRUNC

192 #define SIGNTRUNC( x ) ((( (x)  >> 15) & 0x10000) | ( (x) & 0xffff))