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

/macosx-10.10.1/xnu-2782.1.97/EXTERNAL_HEADERS/
H A Dstdint.h103 #define INT_LEAST64_MAX INT64_MAX macro
/macosx-10.10.1/libiconv-42/libiconv/srclib/
H A Dstdint_.h527 # ifndef INT_LEAST64_MAX
529 # define INT_LEAST64_MAX (~ (-1L << (@BITSIZEOF_INT_LEAST64_T@ - 1))) macro
531 # define INT_LEAST64_MAX (~ (-1LL << (@BITSIZEOF_INT_LEAST64_T@ - 1))) macro
533 # define INT_LEAST64_MAX (~ (-1i64 << (@BITSIZEOF_INT_LEAST64_T@ - 1))) macro
538 # define INT_LEAST64_MAX INT64_MAX macro
/macosx-10.10.1/Libc-1044.1.2/include/
H A Dstdint.h98 #define INT_LEAST64_MAX INT64_MAX macro
/macosx-10.10.1/SmartcardCCID-55008/libusb/libusb/msvc/
H A Dstdint.h151 #define INT_LEAST64_MAX INT64_MAX macro
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dstdint_.h326 #undef INT_LEAST64_MAX macro
329 # define INT_LEAST64_MAX INT64_MAX macro
/macosx-10.10.1/libiconv-42/libiconv/
H A Dconfig.h.in549 #undef INT_LEAST64_MAX
H A Dconfig.h.msvc547 #undef INT_LEAST64_MAX
H A Dconfig.h_vms548 #undef INT_LEAST64_MAX
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dc.vim221 syn keyword cConstant INT_LEAST8_MAX INT_LEAST16_MAX INT_LEAST32_MAX INT_LEAST64_MAX

Completed in 112 milliseconds