Home
last modified time | relevance | path

Searched defs:SIGNED_INT16 (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arc/
H A Darc.h620 #define SIGNED_INT16(X) ((unsigned) ((X) + 0x8000) < 0x10000) macro
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arc/
H A Darc.h622 #define SIGNED_INT16(X) ((unsigned) ((X) + 0x8000) < 0x10000) macro