Home
last modified time | relevance | path

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

/ndk/tests/build/stdint-c++/jni/
Dtest_all_macros.cpp32 #ifndef INT16_MIN
33 #error INT16_MIN defined!
Dtest_c.c30 #ifndef INT16_MIN
31 #error INT16_MIN defined!
Dtest_no_macros.cpp32 #ifdef INT16_MIN
33 #error INT16_MIN defined!
Dtest_constant_macros.cpp33 #ifdef INT16_MIN
34 #error INT16_MIN is defined!
Dtest_limit_macros.cpp32 #ifndef INT16_MIN
33 #error INT16_MIN is not defined!
/ndk/sources/host-tools/sed-4.2.1/lib/
Dstdint.in.h300 #undef INT16_MIN
303 #define INT16_MIN (~ INT16_MAX) macro
344 #define INT_LEAST16_MIN INT16_MIN
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcstdint20 INT16_MIN
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
Dstdint_h.pass.cpp172 static_assert(INT16_MIN == -32768, "INT16_MIN == -32768"); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/c.files/
Dcinttypes.pass.cpp19 #ifndef INT16_MIN
20 #error INT16_MIN not defined
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/cstdint/cstdint.syn/
Dcstdint.pass.cpp172 static_assert(INT16_MIN == -32768, "INT16_MIN == -32768"); in main()
/ndk/sources/host-tools/sed-4.2.1/m4/
Dstdint.m480 int16_t a2min = INT16_MIN;
/ndk/sources/host-tools/sed-4.2.1/
Dconfigure20085 int16_t a2min = INT16_MIN;