Searched refs:UINTMAX_C (Results 1 - 12 of 12) sorted by relevance

/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/bison/lib/
H A Dstdint.in.h323 # undef UINTMAX_C
381 # define UINT64_MAX UINTMAX_C (18446744073709551615)
624 #ifndef UINTMAX_C
626 # define UINTMAX_C(x) x##ULL
628 # define UINTMAX_C(x) UINT64_C(x)
630 # define UINTMAX_C(x) x##UL
/external/clang/test/Preprocessor/
H A Dstdint.c1388 UINTMAX_C_(0) UINTMAX_C(0)
/external/libcxx/test/depr/depr.c.headers/
H A Dstdint_h.pass.cpp287 #ifndef UINTMAX_C
288 #error UINTMAX_C not defined
/external/libcxx/test/language.support/cstdint/cstdint.syn/
H A Dcstdint.pass.cpp287 #ifndef UINTMAX_C
288 #error UINTMAX_C not defined
/external/chromium_org/third_party/smhasher/src/
H A Dpstdint.h547 # define UINTMAX_C(v) UINT64_C(v) macro
563 # define UINTMAX_C(v) UINT32_C(v) macro
767 uintmax_t umax = UINTMAX_C(0);
/external/chromium_org/third_party/libusb/src/msvc/
H A Dstdint.h254 #define UINTMAX_C(val) val##ui64 macro
/external/chromium_org/third_party/mesa/src/include/c99/
H A Dstdint.h242 #define UINTMAX_C UINT64_C macro
/external/jemalloc/include/msvc_compat/C99/
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/libcxx/test/input.output/file.streams/c.files/
H A Dcinttypes.pass.cpp255 #ifndef UINTMAX_C
256 #error UINTMAX_C not defined
/external/clang/lib/Headers/
H A Dstdint.h704 #define UINTMAX_C(v) __UINTN_C(__INTMAX_WIDTH__, v) macro

Completed in 3304 milliseconds