Searched defs:CHAR_MASK (Results 1 – 2 of 2) sorted by relevance
| /netbsd/src/external/gpl3/binutils/dist/gas/ | ||
| D | read.h | 62 #define CHAR_MASK (0xff) macro |
| /netbsd/src/usr.bin/xlint/lint1/ | ||
| D | lex.c | 55 #define CHAR_MASK ((1U << CHAR_SIZE) - 1) macro |