Searched defs:UINT_MAX (Results 1 - 8 of 8) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Headers/
H A Dlimits.h50 #undef UINT_MAX macro
72 #define UINT_MAX (__INT_MAX__ *2U +1U) macro
/freebsd-11.0-release/contrib/gcc/
H A Dglimits.h65 #undef UINT_MAX macro
66 #define UINT_MAX (INT_MAX * 2U + 1U) macro
/freebsd-11.0-release/contrib/ipfilter/ipsend/
H A Dlsock.c27 # undef UINT_MAX macro
/freebsd-11.0-release/sys/sys/
H A Dlimits.h57 #define UINT_MAX __UINT_MAX /* max value for an unsigned int */ macro
/freebsd-11.0-release/contrib/ntp/sntp/libopts/compat/
H A Dcompat.h252 # define UINT_MAX ~(OU) macro
/freebsd-11.0-release/contrib/gdb/gdb/
H A Ddefs.h822 #define UINT_MAX macro
/freebsd-11.0-release/contrib/ntp/sntp/unity/
H A Dunity_internals.h30 #define UINT_MAX (sizeof(unsigned int) * 256 - 1) macro
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclAttr.cpp217 checkUInt32Argument(Sema &S, const AttributeList &Attr, const Expr *Expr, uint32_t &Val, unsigned Idx = UINT_MAX) argument

Completed in 336 milliseconds