Home
last modified time | relevance | path

Searched refs:UINTMAX_C (Results 1 – 16 of 16) sorted by relevance

/external/bison/darwin-lib/
Dstdint.h324 # undef UINTMAX_C
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/
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/libcxx/test/std/depr/depr.c.headers/
Dstdint_h.pass.cpp288 #ifndef UINTMAX_C in main()
289 #error UINTMAX_C not defined in main()
/external/libcxx/test/std/language.support/cstdint/cstdint.syn/
Dcstdint.pass.cpp289 #ifndef UINTMAX_C in main()
290 #error UINTMAX_C not defined in main()
/external/clang/test/Preprocessor/
Dstdint.c1495 UINTMAX_C_(0) UINTMAX_C(0)
/external/libcxx/include/
Dcstdint98 UINTMAX_C(value)
/external/opencv3/3rdparty/include/
Dmsc_stdint.h213 #define UINTMAX_C UINT64_C macro
/external/libvncserver/compat/msvc/
Dstdint.h242 #define UINTMAX_C UINT64_C macro
/external/jemalloc/include/msvc_compat/C99/
Dstdint.h242 #define UINTMAX_C UINT64_C macro
/external/mesa3d/include/c99/
Dstdint.h242 #define UINTMAX_C UINT64_C macro
/external/libchrome/base/numerics/
Dsafe_conversions_impl.h154 return DstLimits::max() - static_cast<Dst>((UINTMAX_C(1) << shift) - 1);
/external/libweave/third_party/chromium/base/numerics/
Dsafe_conversions_impl.h152 return DstLimits::max() - static_cast<Dst>((UINTMAX_C(1) << shift) - 1);
/external/libcxx/test/std/input.output/file.streams/c.files/
Dcinttypes.pass.cpp255 #ifndef UINTMAX_C
256 #error UINTMAX_C not defined
/external/clang/lib/Headers/
Dstdint.h704 #define UINTMAX_C(v) __UINTN_C(__INTMAX_WIDTH__, v) macro
/external/libexif/m4m/
Dstdint.m4655 # define UINTMAX_C(c) c ## UL
658 # define UINTMAX_C(c) c ## ULL
/external/libmtp/m4/
Dstdint.m4653 # define UINTMAX_C(c) c ## UL
656 # define UINTMAX_C(c) c ## ULL