Searched refs:BITSIZE (Results 1 – 3 of 3) sorted by relevance
| /dflybsd-src/contrib/binutils-2.27/include/elf/ |
| H A D | arc.h | 31 #define ARC_RELOC_HOWTO(TYPE, VALUE, SIZE, BITSIZE, RELOC_FUNCTION, OVERFLOW, FORMULA) \ argument
|
| /dflybsd-src/contrib/binutils-2.34/include/elf/ |
| H A D | arc.h | 31 #define ARC_RELOC_HOWTO(TYPE, VALUE, SIZE, BITSIZE, RELOC_FUNCTION, OVERFLOW, FORMULA) \ argument
|
| /dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/std/ |
| H A D | limits | 1416 #define __INT_N(TYPE, BITSIZE, EXT, UEXT) \ 1423 min() _GLIBCXX_USE_NOEXCEPT { return __glibcxx_min_b (TYPE, BITSIZE); } \ 1426 max() _GLIBCXX_USE_NOEXCEPT { return __glibcxx_max_b (TYPE, BITSIZE); } \ 1429 = BITSIZE - 1; \ 1431 = (BITSIZE - 1) * 643L / 2136; \ 1495 { return __glibcxx_max_b (unsigned TYPE, BITSIZE); } \ 1500 = BITSIZE; \ 1502 = BITSIZE * 643L / 2136; \
|