Searched defs:uintmax_t (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10/Libc-1044.1.2/include/_types/
H A D_uintmax_t.h32 typedef __UINTMAX_TYPE__ uintmax_t; typedef
35 typedef long unsigned int uintmax_t; typedef
37 typedef long long unsigned int uintmax_t; typedef
/macosx-10.10/SmartcardCCID-55008/libusb/libusb/msvc/
H A Dstdint.h122 typedef unsigned __int64 uintmax_t; typedef
/macosx-10.10/gnutar-453/gnutar/lib/
H A Dstdint_.h245 #undef uintmax_t macro
247 # define uintmax_t unsigned long long int macro
249 # define uintmax_t uint64_t macro
251 # define uintmax_t unsigned long int macro
/macosx-10.10/libiconv-42/libiconv/srclib/
H A Dstdint_.h274 # undef uintmax_t macro
276 typedef uint64_t uintmax_t; typedef
278 typedef uint32_t uintmax_t; typedef
/macosx-10.10/xnu-2782.1.97/EXTERNAL_HEADERS/
H A Dstdint.h64 typedef unsigned long long uintmax_t; typedef
/macosx-10.10/libarchive-30/libarchive/libarchive/
H A Dconfig_freebsd.h153 #define uintmax_t uint64_t macro
/macosx-10.10/BerkeleyDB-21/db/build_brew/
H A Ddb.h87 typedef unsigned long uintmax_t; typedef
/macosx-10.10/BerkeleyDB-21/db/build_s60/
H A Ddb.h83 typedef unsigned long uintmax_t; typedef
/macosx-10.10/BerkeleyDB-21/db/build_vxworks/
H A Ddb.h91 typedef unsigned long uintmax_t; typedef
/macosx-10.10/BerkeleyDB-21/db/build_wince/
H A Ddb.h114 typedef u_int64_t uintmax_t; typedef
/macosx-10.10/BerkeleyDB-21/db/build_windows/
H A Ddb.h114 typedef u_int64_t uintmax_t; typedef

Completed in 313 milliseconds