Home
last modified time | relevance | path

Searched defs:SIGN_EXTEND_CHAR (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/usr.bin/gcc/gcc/fixinc/
Dgnu-regex.c206 # define SIGN_EXTEND_CHAR(c) ((signed char) (c)) macro
209 # define SIGN_EXTEND_CHAR(c) ((((unsigned char) (c)) ^ 128) - 128) macro
/openbsd/src/gnu/usr.bin/cvs/lib/
Dregex.c246 #define SIGN_EXTEND_CHAR(c) ((signed char) (c)) macro
249 #define SIGN_EXTEND_CHAR(c) ((((unsigned char) (c)) ^ 128) - 128) macro
/openbsd/src/gnu/lib/libiberty/src/
Dregex.c256 # define SIGN_EXTEND_CHAR(c) ((signed char) (c)) macro
259 # define SIGN_EXTEND_CHAR(c) ((((unsigned char) (c)) ^ 128) - 128) macro