HomeSort by: relevance | last modified time | path
    Searched defs:SIGN_EXTEND_CHAR (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/binutils/dist/libiberty/
regex.c 256 /* We remove any previous definition of `SIGN_EXTEND_CHAR',
260 # undef SIGN_EXTEND_CHAR
262 # define SIGN_EXTEND_CHAR(c) ((signed char) (c))
265 # define SIGN_EXTEND_CHAR(c) ((((unsigned char) (c)) ^ 128) - 128)
696 (destination) += ((unsigned) SIGN_EXTEND_CHAR (*((source) + 1))) << 8; \
708 int temp = SIGN_EXTEND_CHAR (*(source + 1));
  /src/external/gpl3/binutils.old/dist/libiberty/
regex.c 256 /* We remove any previous definition of `SIGN_EXTEND_CHAR',
260 # undef SIGN_EXTEND_CHAR
262 # define SIGN_EXTEND_CHAR(c) ((signed char) (c))
265 # define SIGN_EXTEND_CHAR(c) ((((unsigned char) (c)) ^ 128) - 128)
696 (destination) += ((unsigned) SIGN_EXTEND_CHAR (*((source) + 1))) << 8; \
708 int temp = SIGN_EXTEND_CHAR (*(source + 1));
  /src/external/gpl3/gcc/dist/libiberty/
regex.c 256 /* We remove any previous definition of `SIGN_EXTEND_CHAR',
260 # undef SIGN_EXTEND_CHAR
262 # define SIGN_EXTEND_CHAR(c) ((signed char) (c))
265 # define SIGN_EXTEND_CHAR(c) ((((unsigned char) (c)) ^ 128) - 128)
696 (destination) += ((unsigned) SIGN_EXTEND_CHAR (*((source) + 1))) << 8; \
708 int temp = SIGN_EXTEND_CHAR (*(source + 1));
  /src/external/gpl3/gcc.old/dist/libiberty/
regex.c 256 /* We remove any previous definition of `SIGN_EXTEND_CHAR',
260 # undef SIGN_EXTEND_CHAR
262 # define SIGN_EXTEND_CHAR(c) ((signed char) (c))
265 # define SIGN_EXTEND_CHAR(c) ((((unsigned char) (c)) ^ 128) - 128)
696 (destination) += ((unsigned) SIGN_EXTEND_CHAR (*((source) + 1))) << 8; \
708 int temp = SIGN_EXTEND_CHAR (*(source + 1));
  /src/external/gpl3/gdb/dist/libiberty/
regex.c 256 /* We remove any previous definition of `SIGN_EXTEND_CHAR',
260 # undef SIGN_EXTEND_CHAR
262 # define SIGN_EXTEND_CHAR(c) ((signed char) (c))
265 # define SIGN_EXTEND_CHAR(c) ((((unsigned char) (c)) ^ 128) - 128)
696 (destination) += ((unsigned) SIGN_EXTEND_CHAR (*((source) + 1))) << 8; \
708 int temp = SIGN_EXTEND_CHAR (*(source + 1));
  /src/external/gpl3/gdb.old/dist/libiberty/
regex.c 256 /* We remove any previous definition of `SIGN_EXTEND_CHAR',
260 # undef SIGN_EXTEND_CHAR
262 # define SIGN_EXTEND_CHAR(c) ((signed char) (c))
265 # define SIGN_EXTEND_CHAR(c) ((((unsigned char) (c)) ^ 128) - 128)
696 (destination) += ((unsigned) SIGN_EXTEND_CHAR (*((source) + 1))) << 8; \
708 int temp = SIGN_EXTEND_CHAR (*(source + 1));
  /src/external/gpl2/diffutils/dist/lib/
regex.c 260 /* We remove any previous definition of `SIGN_EXTEND_CHAR',
264 # undef SIGN_EXTEND_CHAR
266 # define SIGN_EXTEND_CHAR(c) ((signed char) (c))
269 # define SIGN_EXTEND_CHAR(c) ((((unsigned char) (c)) ^ 128) - 128)
696 (destination) += SIGN_EXTEND_CHAR (*((source) + 1)) << 8; \
710 int temp = SIGN_EXTEND_CHAR (*(source + 1));
  /src/external/gpl2/grep/dist/lib/
regex.c 272 /* We remove any previous definition of `SIGN_EXTEND_CHAR',
276 #undef SIGN_EXTEND_CHAR
278 # define SIGN_EXTEND_CHAR(c) ((signed char) (c))
281 # define SIGN_EXTEND_CHAR(c) ((((unsigned char) (c)) ^ 128) - 128)
636 (destination) += SIGN_EXTEND_CHAR (*((source) + 1)) << 8; \
650 int temp = SIGN_EXTEND_CHAR (*(source + 1));

Completed in 67 milliseconds