Searched refs:__UINT_MAX (Results 1 - 8 of 8) sorted by relevance

/barrelfish-master/include/arch/arm/machine/
H A D_limits.h56 #define __UINT_MAX 0xffffffff /* max value for an unsigned int */ macro
71 #define __SIZE_T_MAX __UINT_MAX /* max value for a size_t */
H A D_types.h110 #define __WCHAR_MAX __UINT_MAX /* max value for a wchar_t */
/barrelfish-master/include/arch/x86_32/machine/
H A D_limits.h58 #define __UINT_MAX 0xffffffffU /* max value for an unsigned int */ macro
80 #define __SIZE_T_MAX __UINT_MAX /* max value for a size_t */
/barrelfish-master/lib/libc/iconv/
H A D_strtoul.h42 * __UINT_MAX : upper limit of the return type
92 cutoff = __UINT_MAX / (__UINT)base;
93 cutlim = (int)(__UINT_MAX % (__UINT)base);
106 acc = __UINT_MAX;
/barrelfish-master/include/arch/aarch64/machine/
H A D_limits.h53 #define __UINT_MAX 0xffffffff /* max value for an unsigned int */ macro
H A D_types.h98 #define __WCHAR_MAX __UINT_MAX /* max value for a wchar_t */
/barrelfish-master/include/arch/x86_64/machine/
H A D_limits.h58 #define __UINT_MAX 0xffffffffU /* max value for an unsigned int */ macro
/barrelfish-master/include/sys/
H A Dlimits.h57 #define UINT_MAX __UINT_MAX /* max value for an unsigned int */

Completed in 103 milliseconds