Searched defs:INT_LEAST64_MIN (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/Libc-997.90.3/include/
H A Dstdint.h93 #define INT_LEAST64_MIN INT64_MIN macro
/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Dstdint_.h325 #undef INT_LEAST64_MIN macro
328 # define INT_LEAST64_MIN INT64_MIN macro
/macosx-10.9.5/libiconv-41/libiconv/srclib/
H A Dstdint_.h514 # define INT_LEAST64_MIN (-1L << (@BITSIZEOF_INT_LEAST64_T@ - 1)) macro
516 # define INT_LEAST64_MIN (-1LL << (@BITSIZEOF_INT_LEAST64_T@ - 1)) macro
518 # define INT_LEAST64_MIN (-1i64 << (@BITSIZEOF_INT_LEAST64_T@ - 1)) macro
523 # define INT_LEAST64_MIN INT64_MIN macro
/macosx-10.9.5/xnu-2422.115.4/EXTERNAL_HEADERS/
H A Dstdint.h98 #define INT_LEAST64_MIN INT64_MIN macro

Completed in 94 milliseconds