Home
last modified time | relevance | path

Searched refs:UINT64_C (Results 1 – 14 of 14) sorted by relevance

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
Dcstdint.hpp419 #ifndef UINT64_C
420 # define UINT64_C(value) value##ui64 macro
463 # define UINT64_C(value) value##uLL macro
470 # define UINT64_C(value) value##uLL macro
478 # define UINT64_C(value) value##uL macro
486 # define UINT64_C(value) value##uLL macro
499 # define UINTMAX_C(value) UINT64_C(value)
/ndk/sources/host-tools/sed-4.2.1/lib/
Dstdint.in.h530 #undef UINT64_C
539 # define UINT64_C(x) x##UL macro
541 # define UINT64_C(x) x##ui64 macro
543 # define UINT64_C(x) x##ULL macro
561 # define UINTMAX_C(x) UINT64_C(x)
Dtempname.c84 if (__builtin_expect (value == UINT64_C (0), 0)) \
/ndk/tests/build/stdint-c++/jni/
Dtest_no_macros.cpp200 #ifdef UINT64_C
201 #error UINT64_C defined!
Dtest_all_macros.cpp200 #ifndef UINT64_C
201 #error UINT64_C defined!
Dtest_c.c198 #ifndef UINT64_C
199 #error UINT64_C defined!
Dtest_constant_macros.cpp202 #ifndef UINT64_C
203 #error UINT64_C is not defined!
Dtest_limit_macros.cpp201 #ifdef UINT64_C
202 #error UINT64_C is defined!
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
Dstdint_h.pass.cpp279 #ifndef UINT64_C in main()
280 #error UINT64_C not defined in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/cstdint/cstdint.syn/
Dcstdint.pass.cpp279 #ifndef UINT64_C in main()
280 #error UINT64_C not defined in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcstdint95 UINT64_C(value)
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/c.files/
Dcinttypes.pass.cpp247 #ifndef UINT64_C
248 #error UINT64_C not defined
/ndk/sources/host-tools/sed-4.2.1/m4/
Dstdint.m4122 uint_least64_t d4 = UINT64_C (0xffffffffffffffff);
/ndk/sources/host-tools/sed-4.2.1/
Dconfigure20127 uint_least64_t d4 = UINT64_C (0xffffffffffffffff);