Home
last modified time | relevance | path

Searched refs:INT8_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))
395 #ifndef INT8_C
396 # define INT8_C(value) value##i8 macro
432 # if (UCHAR_MAX == 0xff) && !defined(INT8_C)
433 # define INT8_C(value) static_cast<boost::int8_t>(value) macro
/ndk/tests/build/stdint-c++/jni/
Dtest_no_macros.cpp137 #ifdef INT8_C
138 #error INT8_C defined!
Dtest_c.c135 #ifndef INT8_C
136 #error INT8_C defined!
Dtest_all_macros.cpp137 #ifndef INT8_C
138 #error INT8_C defined!
Dtest_limit_macros.cpp138 #ifdef INT8_C
139 #error INT8_C is defined!
Dtest_constant_macros.cpp139 #ifndef INT8_C
140 #error INT8_C is not defined!
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
Dstdint_h.pass.cpp251 #ifndef INT8_C in main()
252 #error INT8_C not defined in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/cstdint/cstdint.syn/
Dcstdint.pass.cpp251 #ifndef INT8_C in main()
252 #error INT8_C not defined in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcstdint87 INT8_C(value)
/ndk/sources/host-tools/sed-4.2.1/lib/
Dstdint.in.h514 #undef INT8_C
516 #define INT8_C(x) x macro
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/c.files/
Dcinttypes.pass.cpp219 #ifndef INT8_C
220 #error INT8_C not defined
/ndk/sources/host-tools/sed-4.2.1/m4/
Dstdint.m4104 int_least8_t c1 = INT8_C (0x7f);
/ndk/sources/host-tools/sed-4.2.1/
Dconfigure20109 int_least8_t c1 = INT8_C (0x7f);