Searched refs:__ULONG_MAX (Results 1 – 7 of 7) sorted by relevance
60 #define __ULONG_MAX 0xffffffffffffffff /* max for an unsigned long */ macro64 #define __ULONG_MAX 0xffffffffUL macro76 #define __SIZE_T_MAX __ULONG_MAX /* max value for a size_t */80 #define __UQUAD_MAX __ULONG_MAX /* max value for a uquad_t */
54 #define __ULONG_MAX 0xffffffffffffffffUL /* max for an unsigned long */ macro66 #define __SIZE_T_MAX __ULONG_MAX /* max value for a size_t */72 #define __UQUAD_MAX (__ULONG_MAX) /* max value for a uquad_t */
58 #define __ULONG_MAX 0xffffffffffffffffUL /* max for an unsigned long */ macro70 #define __SIZE_T_MAX __ULONG_MAX /* max value for a size_t */76 #define __UQUAD_MAX (__ULONG_MAX) /* max value for a uquad_t */
60 #define __ULONG_MAX 0xffffffffffffffff macro65 #define __ULONG_MAX 0xffffffffUL /* max value for an unsigned long */ macro77 #define __SIZE_T_MAX __ULONG_MAX /* max value for a size_t */
59 #define __ULONG_MAX 0xffffffffUL /* max value for an unsigned long */ macro
61 #define ULONG_MAX __ULONG_MAX /* max for an unsigned long */
58 #define PTHREAD_THREADS_MAX __ULONG_MAX