Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arc/
H A Darc.h629 #define UNSIGNED_INT8(X) ((unsigned) (X) < 0x100) macro
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arc/
H A Darc.h631 #define UNSIGNED_INT8(X) ((unsigned) (X) < 0x100) macro