Home
last modified time | relevance | path

Searched refs:SIGN_EXTEND_CHAR (Results 1 – 8 of 8) sorted by relevance

/dragonfly/contrib/tcsh-6/
HDsh.sem.c575 int nval = SIGN_EXTEND_CHAR(t->t_nice); in execute()
HDsh.h1274 #define SIGN_EXTEND_CHAR(a) (((a) & 0x80) ? ((a) | ~0x7f) : (a)) macro
HDsh.proc.c1880 int nval = SIGN_EXTEND_CHAR(t->t_nice); in pfork()
/dragonfly/contrib/binutils-2.34/libiberty/
HDregex.c255 # undef SIGN_EXTEND_CHAR
257 # define SIGN_EXTEND_CHAR(c) ((signed char) (c)) macro
260 # define SIGN_EXTEND_CHAR(c) ((((unsigned char) (c)) ^ 128) - 128) macro
687 (destination) += ((unsigned) SIGN_EXTEND_CHAR (*((source) + 1))) << 8; \
699 int temp = SIGN_EXTEND_CHAR (*(source + 1)); in PREFIX()
/dragonfly/contrib/gcc-8.0/libiberty/
HDregex.c255 # undef SIGN_EXTEND_CHAR
257 # define SIGN_EXTEND_CHAR(c) ((signed char) (c)) macro
260 # define SIGN_EXTEND_CHAR(c) ((((unsigned char) (c)) ^ 128) - 128) macro
687 (destination) += ((unsigned) SIGN_EXTEND_CHAR (*((source) + 1))) << 8; \
699 int temp = SIGN_EXTEND_CHAR (*(source + 1)); in PREFIX()
/dragonfly/contrib/gdb-7/libiberty/
HDregex.c256 # undef SIGN_EXTEND_CHAR
258 # define SIGN_EXTEND_CHAR(c) ((signed char) (c)) macro
261 # define SIGN_EXTEND_CHAR(c) ((((unsigned char) (c)) ^ 128) - 128) macro
688 (destination) += SIGN_EXTEND_CHAR (*((source) + 1)) << 8; \
700 int temp = SIGN_EXTEND_CHAR (*(source + 1)); in PREFIX()
/dragonfly/contrib/binutils-2.27/libiberty/
HDregex.c256 # undef SIGN_EXTEND_CHAR
258 # define SIGN_EXTEND_CHAR(c) ((signed char) (c)) macro
261 # define SIGN_EXTEND_CHAR(c) ((((unsigned char) (c)) ^ 128) - 128) macro
688 (destination) += ((unsigned) SIGN_EXTEND_CHAR (*((source) + 1))) << 8; \
700 int temp = SIGN_EXTEND_CHAR (*(source + 1)); in PREFIX()
/dragonfly/contrib/gcc-4.7/libiberty/
HDregex.c256 # undef SIGN_EXTEND_CHAR
258 # define SIGN_EXTEND_CHAR(c) ((signed char) (c)) macro
261 # define SIGN_EXTEND_CHAR(c) ((((unsigned char) (c)) ^ 128) - 128) macro
688 (destination) += SIGN_EXTEND_CHAR (*((source) + 1)) << 8; \
700 int temp = SIGN_EXTEND_CHAR (*(source + 1)); in PREFIX()