Searched refs:SIGN_EXTEND_CHAR (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/usr.bin/gcc/gcc/fixinc/
H A Dgnu-regex.c201 /* We remove any previous definition of `SIGN_EXTEND_CHAR',
205 #undef SIGN_EXTEND_CHAR
207 # define SIGN_EXTEND_CHAR(c) ((signed char) (c))
210 # define SIGN_EXTEND_CHAR(c) ((((unsigned char) (c)) ^ 128) - 128)
490 (destination) += SIGN_EXTEND_CHAR (*((source) + 1)) << 8; \
500 int temp = SIGN_EXTEND_CHAR (*(source + 1));
204 #undef SIGN_EXTEND_CHAR macro
206 # define SIGN_EXTEND_CHAR macro
209 # define SIGN_EXTEND_CHAR macro
/openbsd-current/gnu/usr.bin/cvs/lib/
H A Dregex.c241 /* We remove any previous definition of `SIGN_EXTEND_CHAR',
245 #undef SIGN_EXTEND_CHAR
247 #define SIGN_EXTEND_CHAR(c) ((signed char) (c))
250 #define SIGN_EXTEND_CHAR(c) ((((unsigned char) (c)) ^ 128) - 128)
542 (destination) += SIGN_EXTEND_CHAR (*((source) + 1)) << 8; \
551 int temp = SIGN_EXTEND_CHAR (*(source + 1));
244 #undef SIGN_EXTEND_CHAR macro
246 #define SIGN_EXTEND_CHAR macro
249 #define SIGN_EXTEND_CHAR macro
/openbsd-current/gnu/lib/libiberty/src/
H A Dregex.c251 /* We remove any previous definition of `SIGN_EXTEND_CHAR',
255 # undef SIGN_EXTEND_CHAR
257 # define SIGN_EXTEND_CHAR(c) ((signed char) (c))
260 # define SIGN_EXTEND_CHAR(c) ((((unsigned char) (c)) ^ 128) - 128)
691 (destination) += SIGN_EXTEND_CHAR (*((source) + 1)) << 8; \
703 int temp = SIGN_EXTEND_CHAR (*(source + 1));
254 # undef SIGN_EXTEND_CHAR macro
256 # define SIGN_EXTEND_CHAR macro
259 # define SIGN_EXTEND_CHAR macro

Completed in 217 milliseconds