Searched refs:UINTMAX_MAX (Results 1 - 22 of 22) sorted by relevance

/macosx-10.10.1/text_cmds-88/sort/
H A Dxstrtoumax.c29 #ifdef UINTMAX_MAX
31 # define STRTOL_T_MAXIMUM UINTMAX_MAX
H A Dsystem.h671 #ifndef UINTMAX_MAX
672 # define UINTMAX_MAX TYPE_MAXIMUM (uintmax_t) macro
H A Dsort.c612 if (n <= UINTMAX_MAX / 1024)
631 if (mem < UINTMAX_MAX)
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dxstrtoumax.c5 #define STRTOL_T_MAXIMUM UINTMAX_MAX
H A Dinttypes_.h507 # if UINTMAX_MAX > UINT32_MAX
515 # if UINTMAX_MAX > UINT32_MAX
523 # if UINTMAX_MAX > UINT32_MAX
531 # if UINTMAX_MAX > UINT32_MAX
982 # if UINTMAX_MAX > UINT32_MAX
990 # if UINTMAX_MAX > UINT32_MAX
998 # if UINTMAX_MAX > UINT32_MAX
H A Dstdint_.h397 #undef UINTMAX_MAX macro
399 # define UINTMAX_MAX UINT64_MAX macro
401 # define UINTMAX_MAX UINT32_MAX macro
H A Dhuman.c66 if (inexact_style != human_round_to_nearest && value < UINTMAX_MAX)
/macosx-10.10.1/Libc-1044.1.2/locale/FreeBSD/
H A Dwcstoumax.c88 cutoff = UINTMAX_MAX / base;
89 cutlim = UINTMAX_MAX % base;
115 acc = UINTMAX_MAX;
/macosx-10.10.1/Libc-1044.1.2/stdlib/FreeBSD/
H A Dstrtoumax.c90 cutoff = UINTMAX_MAX / base;
91 cutlim = UINTMAX_MAX % base;
112 acc = UINTMAX_MAX;
/macosx-10.10.1/xnu-2782.1.97/EXTERNAL_HEADERS/
H A Dstdint.h146 #define UINTMAX_MAX UINT64_MAX macro
/macosx-10.10.1/gnudiff-19/diffutils/src/
H A Dsystem.h217 #ifndef UINTMAX_MAX
218 # define UINTMAX_MAX TYPE_MAXIMUM (uintmax_t) macro
H A Dcmp.c83 static uintmax_t bytes = UINTMAX_MAX;
142 || (o = val) < 0 || o != val || val == UINTMAX_MAX)
435 if (remaining != UINTMAX_MAX)
/macosx-10.10.1/libiconv-42/libiconv/srclib/
H A Dstdint_.h792 # ifndef UINTMAX_MAX
794 # define UINTMAX_MAX (((1ULL << (@BITSIZEOF_UINTMAX_T@ - 1)) - 1) * 2 + 1) macro
796 # define UINTMAX_MAX (((1UL << (@BITSIZEOF_UINTMAX_T@ - 1)) - 1) * 2 + 1) macro
801 # define UINTMAX_MAX UINT64_MAX macro
803 # define UINTMAX_MAX UINT32_MAX macro
/macosx-10.10.1/Libc-1044.1.2/include/
H A Dstdint.h141 #define UINTMAX_MAX UINT64_MAX macro
/macosx-10.10.1/SmartcardCCID-55008/libusb/libusb/msvc/
H A Dstdint.h189 #define UINTMAX_MAX UINT64_MAX macro
/macosx-10.10.1/libiconv-42/libiconv/
H A Dconfig.h.in624 #undef UINTMAX_MAX
H A Dconfig.h.msvc622 #undef UINTMAX_MAX
H A Dconfig.h_vms623 #undef UINTMAX_MAX
H A Dconfigure27280 INTMAX_MIN INTMAX_MAX UINTMAX_MAX; do
[all...]
/macosx-10.10.1/Libc-1044.1.2/stdio/FreeBSD/
H A Dvfprintf.c305 #if UINTMAX_MAX <= UINT64_MAX
H A Dvfwprintf.c381 #if UINTMAX_MAX <= UINT64_MAX
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dc.vim227 syn keyword cConstant INTMAX_MIN INTMAX_MAX UINTMAX_MAX

Completed in 503 milliseconds