Home | History | Annotate | Download | only in config

Lines Matching refs:TRUNC

34 #define TRUNC(X)	((valueT) (X) & 0xffffffffU)
35 #define SEXT(X) ((TRUNC (X) ^ 0x80000000U) - 0x80000000U)