Home
last modified time | relevance | path

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

/ndk/tests/build/stdint-c++/jni/
Dtest_all_macros.cpp146 #ifndef UINT8_C
147 #error UINT8_C defined!
Dtest_c.c144 #ifndef UINT8_C
145 #error UINT8_C defined!
Dtest_no_macros.cpp144 #ifdef UINT8_C
145 #error UINT8_C defined!
Dtest_constant_macros.cpp145 #ifndef UINT8_C
146 #error UINT8_C is not defined!
Dtest_limit_macros.cpp145 #ifdef UINT8_C
146 #error UINT8_C is defined!
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
Dcstdint.hpp409 # define UINT8_C(value) static_cast<unsigned char>(value##u) macro
411 # define UINT8_C(value) value##ui8 macro
434 # define UINT8_C(value) static_cast<boost::uint8_t>(value##u) macro
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
Dstdint_h.pass.cpp267 #ifndef UINT8_C in main()
268 #error UINT8_C not defined in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/cstdint/cstdint.syn/
Dcstdint.pass.cpp267 #ifndef UINT8_C in main()
268 #error UINT8_C not defined in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcstdint92 UINT8_C(value)
/ndk/sources/host-tools/sed-4.2.1/lib/
Dstdint.in.h515 #undef UINT8_C
517 #define UINT8_C(x) x macro
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/c.files/
Dcinttypes.pass.cpp235 #ifndef UINT8_C
236 #error UINT8_C not defined
/ndk/sources/host-tools/sed-4.2.1/m4/
Dstdint.m4116 uint_least8_t d1 = UINT8_C (0xff);
174 (-1 < UINT8_C (0)) == (-1 < (uint_least8_t) 0) ? 1 : -1;
/ndk/sources/host-tools/sed-4.2.1/
Dconfigure20121 uint_least8_t d1 = UINT8_C (0xff);
20179 (-1 < UINT8_C (0)) == (-1 < (uint_least8_t) 0) ? 1 : -1;