Home
last modified time | relevance | path

Searched refs:INT8_MIN (Results 1 – 12 of 12) sorted by relevance

/ndk/tests/build/stdint-c++/jni/
Dtest_no_macros.cpp5 #ifdef INT8_MIN
6 #error INT8_MIN defined!
Dtest_c.c3 #ifndef INT8_MIN
4 #error INT8_MIN defined!
Dtest_all_macros.cpp5 #ifndef INT8_MIN
6 #error INT8_MIN defined!
Dtest_limit_macros.cpp5 #ifndef INT8_MIN
6 #error INT8_MIN is not defined!
Dtest_constant_macros.cpp6 #ifdef INT8_MIN
7 #error INT8_MIN is defined!
/ndk/sources/host-tools/sed-4.2.1/lib/
Dstdint.in.h293 #undef INT8_MIN
296 #define INT8_MIN (~ INT8_MAX) macro
337 #define INT_LEAST8_MIN INT8_MIN
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcstdint19 INT8_MIN
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
Dstdint_h.pass.cpp171 static_assert(INT8_MIN == -128, "INT8_MIN == -128"); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/c.files/
Dcinttypes.pass.cpp15 #ifndef INT8_MIN
16 #error INT8_MIN not defined
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/cstdint/cstdint.syn/
Dcstdint.pass.cpp171 static_assert(INT8_MIN == -128, "INT8_MIN == -128"); in main()
/ndk/sources/host-tools/sed-4.2.1/m4/
Dstdint.m476 int8_t a1min = INT8_MIN;
/ndk/sources/host-tools/sed-4.2.1/
Dconfigure20081 int8_t a1min = INT8_MIN;