Home
last modified time | relevance | path

Searched refs:INT64_C (Results 1 – 13 of 13) sorted by relevance

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
Dcstdint.hpp377 (!defined(INT8_C) || !defined(INT16_C) || !defined(INT32_C) || !defined(INT64_C))
404 #ifndef INT64_C
405 # define INT64_C(value) value##i64 macro
456 #ifndef INT64_C
462 # define INT64_C(value) value##LL macro
469 # define INT64_C(value) value##LL macro
477 # define INT64_C(value) value##L macro
485 # define INT64_C(value) value##LL macro
498 # define INTMAX_C(value) INT64_C(value)
/ndk/sources/host-tools/sed-4.2.1/lib/
Dstdint.in.h529 #undef INT64_C
532 # define INT64_C(x) x##L macro
534 # define INT64_C(x) x##i64 macro
536 # define INT64_C(x) x##LL macro
552 # define INTMAX_C(x) INT64_C(x)
/ndk/tests/build/stdint-c++/jni/
Dtest_all_macros.cpp191 #ifndef INT64_C
192 #error INT64_C defined!
Dtest_c.c189 #ifndef INT64_C
190 #error INT64_C defined!
Dtest_no_macros.cpp189 #ifdef INT64_C
190 #error INT64_C defined!
Dtest_constant_macros.cpp190 #ifndef INT64_C
191 #error INT64_C is not defined!
Dtest_limit_macros.cpp190 #ifdef INT64_C
191 #error INT64_C is defined!
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
Dstdint_h.pass.cpp263 #ifndef INT64_C in main()
264 #error INT64_C not defined in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/cstdint/cstdint.syn/
Dcstdint.pass.cpp263 #ifndef INT64_C in main()
264 #error INT64_C not defined in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcstdint90 INT64_C(value)
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/c.files/
Dcinttypes.pass.cpp231 #ifndef INT64_C
232 #error INT64_C not defined
/ndk/sources/host-tools/sed-4.2.1/m4/
Dstdint.m4113 int_least64_t c4 = INT64_C (0x7fffffffffffffff);
/ndk/sources/host-tools/sed-4.2.1/
Dconfigure20118 int_least64_t c4 = INT64_C (0x7fffffffffffffff);