Searched refs:UINT_FAST8_MAX (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dinttypes_.h334 # if UINT_FAST8_MAX > UINT32_MAX
342 # if UINT_FAST8_MAX > UINT32_MAX
350 # if UINT_FAST8_MAX > UINT32_MAX
358 # if UINT_FAST8_MAX > UINT32_MAX
815 # if UINT_FAST8_MAX > UINT32_MAX
817 # elif UINT_FAST8_MAX == 0xffff
819 # elif UINT_FAST8_MAX == 0xff
827 # if UINT_FAST8_MAX > UINT32_MAX
829 # elif UINT_FAST8_MAX == 0xffff
831 # elif UINT_FAST8_MAX
[all...]
H A Dstdint_.h345 #undef UINT_FAST8_MAX macro
348 #define UINT_FAST8_MAX ULONG_MAX macro
/macosx-10.10.1/xnu-2782.1.97/EXTERNAL_HEADERS/
H A Dstdint.h121 #define UINT_FAST8_MAX UINT8_MAX macro
/macosx-10.10.1/libiconv-42/libiconv/srclib/
H A Dstdint_.h68 UINT_FAST8_MAX, PTRDIFF_MIN, PTRDIFF_MAX. */
586 # ifndef UINT_FAST8_MAX
588 # define UINT_FAST8_MAX (((1 << (@BITSIZEOF_UINT_FAST8_T@ - 1)) - 1) * 2 + 1) macro
590 # define UINT_FAST8_MAX (((1UL << (@BITSIZEOF_UINT_FAST8_T@ - 1)) - 1) * 2 + 1) macro
595 # define UINT_FAST8_MAX UINT64_MAX macro
597 # define UINT_FAST8_MAX UINT32_MAX macro
/macosx-10.10.1/Libc-1044.1.2/include/
H A Dstdint.h116 #define UINT_FAST8_MAX UINT8_MAX macro
/macosx-10.10.1/SmartcardCCID-55008/libusb/libusb/msvc/
H A Dstdint.h169 #define UINT_FAST8_MAX UINT8_MAX macro
/macosx-10.10.1/libiconv-42/libiconv/
H A Dconfig.h.in639 #undef UINT_FAST8_MAX
H A Dconfig.h.msvc637 #undef UINT_FAST8_MAX
H A Dconfig.h_vms638 #undef UINT_FAST8_MAX
H A Dconfigure26922 for bound in INT_FAST8_MIN INT_FAST8_MAX UINT_FAST8_MAX \
[all...]
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dc.vim225 syn keyword cConstant UINT_FAST8_MAX UINT_FAST16_MAX UINT_FAST32_MAX UINT_FAST64_MAX

Completed in 164 milliseconds