Searched refs:UINT_FAST64_MAX (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/EXTERNAL_HEADERS/
H A Dstdint.h124 #define UINT_FAST64_MAX UINT64_MAX macro
/macosx-10.10.1/libiconv-42/libiconv/srclib/
H A Dstdint_.h708 # ifndef UINT_FAST64_MAX
710 # define UINT_FAST64_MAX (((1UL << (@BITSIZEOF_UINT_FAST64_T@ - 1)) - 1) * 2 + 1) macro
712 # define UINT_FAST64_MAX (((1ULL << (@BITSIZEOF_UINT_FAST64_T@ - 1)) - 1) * 2 + 1) macro
714 # define UINT_FAST64_MAX (((1ui64 << (@BITSIZEOF_UINT_FAST64_T@ - 1)) - 1) * 2 + 1) macro
719 # define UINT_FAST64_MAX UINT64_MAX macro
/macosx-10.10.1/Libc-1044.1.2/include/
H A Dstdint.h119 #define UINT_FAST64_MAX UINT64_MAX macro
/macosx-10.10.1/SmartcardCCID-55008/libusb/libusb/msvc/
H A Dstdint.h172 #define UINT_FAST64_MAX UINT64_MAX macro
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dstdint_.h371 #undef UINT_FAST64_MAX macro
373 # define UINT_FAST64_MAX UINT64_MAX macro
/macosx-10.10.1/libiconv-42/libiconv/
H A Dconfig.h.in636 #undef UINT_FAST64_MAX
H A Dconfig.h.msvc634 #undef UINT_FAST64_MAX
H A Dconfig.h_vms635 #undef UINT_FAST64_MAX
H A Dconfigure27158 for bound in UINT_FAST64_MAX; do
[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 277 milliseconds