Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils.old/dist/libiberty/
H A Dregex.c261 # define SIGN_EXTEND_CHAR(c) ((signed char) (c)) macro
264 # define SIGN_EXTEND_CHAR(c) ((((unsigned char) (c)) ^ 128) - 128) macro
/netbsd-src/external/gpl3/gcc/dist/libiberty/
H A Dregex.c261 # define SIGN_EXTEND_CHAR(c) ((signed char) (c)) macro
264 # define SIGN_EXTEND_CHAR(c) ((((unsigned char) (c)) ^ 128) - 128) macro
/netbsd-src/external/gpl3/binutils/dist/libiberty/
H A Dregex.c261 # define SIGN_EXTEND_CHAR(c) ((signed char) (c)) macro
264 # define SIGN_EXTEND_CHAR(c) ((((unsigned char) (c)) ^ 128) - 128) macro
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/
H A Dregex.c257 # define SIGN_EXTEND_CHAR(c) ((signed char) (c)) macro
260 # define SIGN_EXTEND_CHAR(c) ((((unsigned char) (c)) ^ 128) - 128) macro
/netbsd-src/external/gpl2/diffutils/dist/lib/
H A Dregex.c265 # define SIGN_EXTEND_CHAR(c) ((signed char) (c)) macro
268 # define SIGN_EXTEND_CHAR(c) ((((unsigned char) (c)) ^ 128) - 128) macro
/netbsd-src/external/gpl2/grep/dist/lib/
H A Dregex.c277 # define SIGN_EXTEND_CHAR(c) ((signed char) (c)) macro
280 # define SIGN_EXTEND_CHAR(c) ((((unsigned char) (c)) ^ 128) - 128) macro