Home
last modified time | relevance | path

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

/ndk/tests/build/stdint-c++/jni/
Dtest_no_macros.cpp164 #ifdef UINT16_C
165 #error UINT16_C defined!
Dtest_all_macros.cpp164 #ifndef UINT16_C
165 #error UINT16_C defined!
Dtest_c.c162 #ifndef UINT16_C
163 #error UINT16_C defined!
Dtest_constant_macros.cpp166 #ifndef UINT16_C
167 #error UINT16_C is not defined!
Dtest_limit_macros.cpp165 #ifdef UINT16_C
166 #error UINT16_C is defined!
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
Dcstdint.hpp413 #ifndef UINT16_C
414 # define UINT16_C(value) value##ui16 macro
441 # define UINT16_C(value) static_cast<boost::uint16_t>(value##u) macro
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
Dstdint_h.pass.cpp271 #ifndef UINT16_C in main()
272 #error UINT16_C not defined in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/cstdint/cstdint.syn/
Dcstdint.pass.cpp271 #ifndef UINT16_C in main()
272 #error UINT16_C not defined in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcstdint93 UINT16_C(value)
/ndk/sources/host-tools/sed-4.2.1/lib/
Dstdint.in.h520 #undef UINT16_C
522 #define UINT16_C(x) x macro
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/c.files/
Dcinttypes.pass.cpp239 #ifndef UINT16_C
240 #error UINT16_C not defined
/ndk/sources/host-tools/sed-4.2.1/m4/
Dstdint.m4118 uint_least16_t d2 = UINT16_C (0xffff);
176 (-1 < UINT16_C (0)) == (-1 < (uint_least16_t) 0) ? 1 : -1;
/ndk/sources/host-tools/sed-4.2.1/
Dconfigure20123 uint_least16_t d2 = UINT16_C (0xffff);
20181 (-1 < UINT16_C (0)) == (-1 < (uint_least16_t) 0) ? 1 : -1;