Searched defs:SIGN_EXTEND_CHAR (Results 1 – 3 of 3) sorted by relevance
206 # define SIGN_EXTEND_CHAR(c) ((signed char) (c)) macro209 # define SIGN_EXTEND_CHAR(c) ((((unsigned char) (c)) ^ 128) - 128) macro
246 #define SIGN_EXTEND_CHAR(c) ((signed char) (c)) macro249 #define SIGN_EXTEND_CHAR(c) ((((unsigned char) (c)) ^ 128) - 128) macro
256 # define SIGN_EXTEND_CHAR(c) ((signed char) (c)) macro259 # define SIGN_EXTEND_CHAR(c) ((((unsigned char) (c)) ^ 128) - 128) macro