Searched refs:SIGN_EXTEND_CHAR (Results 1 – 6 of 6) sorted by relevance
575 int nval = SIGN_EXTEND_CHAR(t->t_nice); in execute()
1269 #define SIGN_EXTEND_CHAR(a) (((a) & 0x80) ? ((a) | ~0x7f) : (a)) macro
1864 int nval = SIGN_EXTEND_CHAR(t->t_nice); in pfork()
254 # undef SIGN_EXTEND_CHAR256 # define SIGN_EXTEND_CHAR(c) ((signed char) (c)) macro259 # define SIGN_EXTEND_CHAR(c) ((((unsigned char) (c)) ^ 128) - 128) macro686 (destination) += SIGN_EXTEND_CHAR (*((source) + 1)) << 8; \698 int temp = SIGN_EXTEND_CHAR (*(source + 1)); in PREFIX()
4748 @item SIGN_EXTEND_CHAR