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

/external/bison/darwin-lib/
H A Dstdint.h310 # undef INTMAX_C macro
375 /* Prefer (- INTMAX_C (1) << 63) over (~ INT64_MAX) because SunPRO C 5.0
377 # define INT64_MIN (- INTMAX_C (1) << 63)
378 # define INT64_MAX INTMAX_C (9223372036854775807)
615 #ifndef INTMAX_C
617 # define INTMAX_C(x) x##LL macro
619 # define INTMAX_C(x) INT64_C(x) macro
621 # define INTMAX_C(x) x##L macro
/external/bison/lib/
H A Dstdint.in.h309 # undef INTMAX_C
374 /* Prefer (- INTMAX_C (1) << 63) over (~ INT64_MAX) because SunPRO C 5.0
376 # define INT64_MIN (- INTMAX_C (1) << 63)
377 # define INT64_MAX INTMAX_C (9223372036854775807)
614 #ifndef INTMAX_C
616 # define INTMAX_C(x) x##LL
618 # define INTMAX_C(x) INT64_C(x)
620 # define INTMAX_C(x) x##L
/external/clang/test/Preprocessor/
H A Dstdint.c1387 INTMAX_C_(0) INTMAX_C(0)
/external/libcxx/test/depr/depr.c.headers/
H A Dstdint_h.pass.cpp283 #ifndef INTMAX_C
284 #error INTMAX_C not defined
/external/libcxx/test/language.support/cstdint/cstdint.syn/
H A Dcstdint.pass.cpp283 #ifndef INTMAX_C
284 #error INTMAX_C not defined
/external/chromium_org/third_party/smhasher/src/
H A Dpstdint.h548 # define INTMAX_C(v) INT64_C(v) macro
564 # define INTMAX_C(v) INT32_C(v) macro
766 intmax_t imax = INTMAX_C(0);
/external/chromium_org/third_party/libusb/src/msvc/
H A Dstdint.h253 #define INTMAX_C(val) val##i64 macro
/external/chromium_org/third_party/mesa/src/include/c99/
H A Dstdint.h241 #define INTMAX_C INT64_C macro
/external/jemalloc/include/msvc_compat/C99/
H A Dstdint.h241 #define INTMAX_C INT64_C macro
/external/mesa3d/include/c99/
H A Dstdint.h241 #define INTMAX_C INT64_C macro
/external/libcxx/test/input.output/file.streams/c.files/
H A Dcinttypes.pass.cpp251 #ifndef INTMAX_C
252 #error INTMAX_C not defined
/external/clang/lib/Headers/
H A Dstdint.h703 #define INTMAX_C(v) __INTN_C(__INTMAX_WIDTH__, v) macro

Completed in 251 milliseconds