Searched refs:ULONG_MAX (Results 1 - 9 of 9) sorted by relevance

/xnu-2782.1.97/bsd/i386/
H A Dlimits.h56 * These numbers work for pcc as well. The UINT_MAX and ULONG_MAX values
75 #define ULONG_MAX 0xffffffffffffffffUL /* max unsigned long */ macro
79 #define ULONG_MAX 0xffffffffUL /* max unsigned long */ macro
98 #define SIZE_T_MAX ULONG_MAX /* max value for a size_t */
/xnu-2782.1.97/osfmk/i386/
H A Dmachlimits.h69 #define ULONG_MAX UINT_MAX /* max value for an unsigned long */ macro
/xnu-2782.1.97/libkern/net/
H A Dinet_aton.c62 if (l == ULONG_MAX || (l == 0 && endptr == c))
/xnu-2782.1.97/iokit/Kernel/
H A DIOStringFuncs.c251 cutoff = (unsigned long)ULONG_MAX / (unsigned long)base;
252 cutlim = (unsigned long)ULONG_MAX % (unsigned long)base;
271 acc = ULONG_MAX;
/xnu-2782.1.97/libkern/zlib/
H A Dcrc32.c69 # if (ULONG_MAX == 0xffffffffUL)
/xnu-2782.1.97/bsd/netinet/
H A Dcpu_in_cksum.c91 #if ULONG_MAX == 0xffffffffUL
396 #endif /* ULONG_MAX != 0xffffffffUL */
H A Din_cksum.c113 #if ULONG_MAX == 0xffffffffUL
348 #endif /* ULONG_MAX != 0xffffffffUL */
H A Dip_compat.h660 # undef ULONG_MAX
690 # undef ULONG_MAX
/xnu-2782.1.97/bsd/kern/
H A Duipc_mbuf.c7080 } else if (totused < (ULONG_MAX / 100)) {

Completed in 158 milliseconds