Searched defs:SIGN_EXTEND_CHAR (Results 1 – 6 of 6) sorted by relevance
261 # define SIGN_EXTEND_CHAR(c) ((signed char) (c)) macro264 # define SIGN_EXTEND_CHAR(c) ((((unsigned char) (c)) ^ 128) - 128) macro
257 # define SIGN_EXTEND_CHAR(c) ((signed char) (c)) macro260 # define SIGN_EXTEND_CHAR(c) ((((unsigned char) (c)) ^ 128) - 128) macro
265 # define SIGN_EXTEND_CHAR(c) ((signed char) (c)) macro268 # define SIGN_EXTEND_CHAR(c) ((((unsigned char) (c)) ^ 128) - 128) macro
277 # define SIGN_EXTEND_CHAR(c) ((signed char) (c)) macro280 # define SIGN_EXTEND_CHAR(c) ((((unsigned char) (c)) ^ 128) - 128) macro