Searched defs:SIGN_EXTEND_CHAR (Results 1 – 1 of 1) sorted by relevance
258 # define SIGN_EXTEND_CHAR(c) ((signed char) (c)) macro261 # define SIGN_EXTEND_CHAR(c) ((((unsigned char) (c)) ^ 128) - 128) macro