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

/macosx-10.9.5/emacs-92/emacs/src/m/
H A Darm.h47 #define SIGN_EXTEND_CHAR(c) (((int)(c) << 24) >> 24) macro
H A Dsequent-ptx.h32 #define SIGN_EXTEND_CHAR(c) (c) macro
H A Dacorn.h50 #define SIGN_EXTEND_CHAR(c) (((int)(c) << 24) >> 24) macro
H A Dmips-siemens.h57 #define SIGN_EXTEND_CHAR(c) ((signed char)(c)) macro
H A Dnext.h40 #define SIGN_EXTEND_CHAR(c) (c) macro
H A Dtekxd88.h48 #define SIGN_EXTEND_CHAR(c) (c) macro
H A Dmips.h52 #define SIGN_EXTEND_CHAR(c) ((signed char)(c)) macro
/macosx-10.9.5/ruby-104/ruby/
H A Dmarshal.c1106 #undef SIGN_EXTEND_CHAR macro
1108 # define SIGN_EXTEND_CHAR(c) ((signed char)(c)) macro
1111 # define SIGN_EXTEND_CHAR(c) ((((unsigned char)(c)) ^ 128) - 128) macro
H A Dparse.c11606 #undef SIGN_EXTEND_CHAR macro
11608 # define SIGN_EXTEND_CHAR(c) ((signed char)(c)) macro
11611 # define SIGN_EXTEND_CHAR(c) ((((unsigned char)(c)) ^ 128) - 128) macro
/macosx-10.9.5/tcsh-65/tcsh/
H A Dsh.h1244 #define SIGN_EXTEND_CHAR(a) (((a) & 0x80) ? ((a) | ~0x7f) : (a)) macro
/macosx-10.9.5/lsof-52/lsof/lib/
H A Dregex.c302 #undef SIGN_EXTEND_CHAR macro
304 # define SIGN_EXTEND_CHAR macro
307 # define SIGN_EXTEND_CHAR macro
/macosx-10.9.5/cxxfilt-11/cxxfilt/libiberty/
H A Dregex.c254 # undef SIGN_EXTEND_CHAR macro
256 # define SIGN_EXTEND_CHAR macro
259 # define SIGN_EXTEND_CHAR macro
/macosx-10.9.5/emacs-92/emacs/src/
H A Dregex.c468 #undef SIGN_EXTEND_CHAR macro
466 #undef SIGN_EXTEND_CHAR macro
471 # define SIGN_EXTEND_CHAR macro
/macosx-10.9.5/gnudiff-19/diffutils/lib/
H A Dregex.c261 # undef SIGN_EXTEND_CHAR macro
263 # define SIGN_EXTEND_CHAR macro
266 # define SIGN_EXTEND_CHAR macro
/macosx-10.9.5/ruby-104/ruby/ext/ripper/
H A Dripper.c11696 #undef SIGN_EXTEND_CHAR macro
11698 # define SIGN_EXTEND_CHAR(c) ((signed char)(c)) macro
11701 # define SIGN_EXTEND_CHAR(c) ((((unsigned char)(c)) ^ 128) - 128) macro

Completed in 399 milliseconds