Searched refs:INTMAX_C (Results 1 - 10 of 10) 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.c1065 INTMAX_C_(0) INTMAX_C(0)
/external/chromium_org/third_party/smhasher/src/
H A Dpstdint.h544 # define INTMAX_C(v) INT64_C(v) macro
560 # define INTMAX_C(v) INT32_C(v) macro
762 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/chromium_org/third_party/re2/mswin/
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/clang/lib/Headers/
H A Dstdint.h704 #define INTMAX_C(v) __INTN_C(__INTMAX_WIDTH__, v) macro
/external/clang/lib/include/
H A Dstdint.h704 #define INTMAX_C(v) __INTN_C(__INTMAX_WIDTH__, v) macro

Completed in 51 milliseconds