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

/illumos-gate/usr/src/boot/sys/x86/include/
H A D_limits.h61 #define __ULONG_MAX 0xffffffffffffffff /* max for an unsigned long */ macro
65 #define __ULONG_MAX 0xffffffffUL macro
77 #define __SIZE_T_MAX __ULONG_MAX /* max value for a size_t */
81 #define __UQUAD_MAX __ULONG_MAX /* max value for a uquad_t */

Completed in 57 milliseconds