Searched defs:UINTMAX_C (Results 1 - 8 of 8) sorted by relevance

/external/syslinux/com32/include/
H A Dstdint.h107 #define UINTMAX_C(c) UINT64_C(c) macro
/external/jemalloc/include/msvc_compat/C99/
H A Dstdint.h242 #define UINTMAX_C UINT64_C macro
/external/libusb/msvc/
H A Dstdint.h254 #define UINTMAX_C(val) val##ui64 macro
/external/libvncserver/compat/msvc/
H A Dstdint.h242 #define UINTMAX_C UINT64_C macro
/external/mesa3d/include/c99/
H A Dstdint.h242 #define UINTMAX_C UINT64_C macro
/external/syslinux/dos/
H A Dstdint.h138 # define UINTMAX_C(n) n ## ULL macro
/external/bison/darwin-lib/
H A Dstdint.h324 # undef UINTMAX_C macro
382 # define UINT64_MAX UINTMAX_C (18446744073709551615)
625 #ifndef UINTMAX_C
627 # define UINTMAX_C(x) x##ULL macro
629 # define UINTMAX_C(x) UINT64_C(x) macro
631 # define UINTMAX_C(x) x##UL macro
/external/clang/lib/Headers/
H A Dstdint.h704 #define UINTMAX_C(v) __UINTN_C(__INTMAX_WIDTH__, v) macro

Completed in 629 milliseconds