Searched refs:UINT_FAST8_MAX (Results 1 - 20 of 20) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/fixincludes/tests/base/
H A Dstdint-newlib.h22 #define UINT_FAST8_MAX __UINT_FAST8_MAX__ macro
/netbsd-6-1-5-RELEASE/sys/arch/vax/include/
H A Dint_limits.h94 #define UINT_FAST8_MAX 0xff /* uint_fast8_t */ macro
/netbsd-6-1-5-RELEASE/sys/arch/sh3/include/
H A Dint_limits.h94 #define UINT_FAST8_MAX 0xffffffffU /* uint_fast8_t */ macro
/netbsd-6-1-5-RELEASE/sys/arch/hppa/include/
H A Dint_limits.h94 #define UINT_FAST8_MAX 0xff /* uint_fast8_t */ macro
/netbsd-6-1-5-RELEASE/sys/arch/i386/include/
H A Dint_limits.h94 #define UINT_FAST8_MAX 0xff /* uint_fast8_t */ macro
/netbsd-6-1-5-RELEASE/sys/arch/ia64/include/
H A Dint_limits.h94 #define UINT_FAST8_MAX 0xffffffffU /* uint_fast8_t */ macro
/netbsd-6-1-5-RELEASE/sys/arch/m68k/include/
H A Dint_limits.h94 #define UINT_FAST8_MAX 0xff /* uint_fast8_t */ macro
/netbsd-6-1-5-RELEASE/sys/arch/arm/include/
H A Dint_limits.h94 #define UINT_FAST8_MAX 0xffffffffU /* uint_fast8_t */ macro
/netbsd-6-1-5-RELEASE/sys/arch/alpha/include/
H A Dint_limits.h94 #define UINT_FAST8_MAX 0xffffffffU /* uint_fast8_t */ macro
/netbsd-6-1-5-RELEASE/sys/arch/amd64/include/
H A Dint_limits.h96 #define UINT_FAST8_MAX 0xffffffffU /* uint_fast8_t */ macro
/netbsd-6-1-5-RELEASE/sys/arch/powerpc/include/
H A Dint_limits.h126 #define UINT_FAST8_MAX 0xffffffffU /* uint_fast8_t */ macro
/netbsd-6-1-5-RELEASE/sys/arch/sparc/include/
H A Dint_limits.h126 #define UINT_FAST8_MAX 0xffffffffU /* uint_fast8_t */ macro
/netbsd-6-1-5-RELEASE/sys/arch/mips/include/
H A Dint_limits.h126 #define UINT_FAST8_MAX 0xffffffffU /* uint_fast8_t */ macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/ginclude/
H A Dstdint-gcc.h168 #undef UINT_FAST8_MAX macro
169 #define UINT_FAST8_MAX __UINT_FAST8_MAX__ macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A Dc99-stdint-7.c136 #if UINT_FAST8_MAX != __UINT_FAST8_MAX__
137 #error "UINT_FAST8_MAX not usable in #if or wrong value"
H A Dc99-stdint-1.c175 CHECK_UNSIGNED_LIMITS(uint_fast8_t, UINT_FAST8_MAX);
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/lib/
H A Dstdint_.h46 UINT_FAST8_MAX, PTRDIFF_MIN, PTRDIFF_MAX. */
193 #define UINT_FAST8_MAX UINT32_MAX macro
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/gnulib/
H A Dstdint.in.h374 #undef UINT_FAST8_MAX macro
377 #define UINT_FAST8_MAX ULONG_MAX macro
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dconfigure6443 uint_fast8_t f1 = UINT_FAST8_MAX;
6506 int check_uint_fast8: (uint_fast8_t) -1 == UINT_FAST8_MAX ? 1 : -1;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/
H A Dconfigure18403 my_uint_fast8_t uif8 = UINT_FAST8_MAX;
18404 uif8 = UINT_FAST8_MAX;
[all...]

Completed in 158 milliseconds