Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/libiberty/
Dregex.c258 # define SIGN_EXTEND_CHAR(c) ((signed char) (c)) macro
261 # define SIGN_EXTEND_CHAR(c) ((((unsigned char) (c)) ^ 128) - 128) macro