Searched refs:SF_SIGN (Results 1 – 8 of 8) sorted by relevance
61 v = (c&SF_SIGN) ? -v-1 : v;
52 *s = (uchar)(SFSVALUE(v) | SF_SIGN);
819 #define SFSVALUE(v) ((( long)(v))&(SF_SIGN-1))
326 #define SF_SIGN (1 << SF_SBITS) macro