Searched refs:SIGN_EXTEND_CHAR (Results 1 - 1 of 1) sorted by relevance

/haiku/src/build/libgnuregex/
H A Dregex.c155 /* We remove any previous definition of `SIGN_EXTEND_CHAR',
159 #undef SIGN_EXTEND_CHAR
161 #define SIGN_EXTEND_CHAR(c) ((signed char) (c))
164 #define SIGN_EXTEND_CHAR(c) ((((unsigned char) (c)) ^ 128) - 128)
404 (destination) += SIGN_EXTEND_CHAR (*((source) + 1)) << 8; \
413 int temp = SIGN_EXTEND_CHAR (*(source + 1));
158 #undef SIGN_EXTEND_CHAR macro
160 #define SIGN_EXTEND_CHAR macro
163 #define SIGN_EXTEND_CHAR macro

Completed in 31 milliseconds