Home
last modified time | relevance | path

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

/ndk/tests/build/stdint-c++/jni/
Dtest_no_macros.cpp17 #ifdef INT_FAST8_MIN
18 #error INT_FAST8_MIN defined!
Dtest_all_macros.cpp17 #ifndef INT_FAST8_MIN
18 #error INT_FAST8_MIN defined!
Dtest_c.c15 #ifndef INT_FAST8_MIN
16 #error INT_FAST8_MIN defined!
Dtest_constant_macros.cpp18 #ifdef INT_FAST8_MIN
19 #error INT_FAST8_MIN is defined!
Dtest_limit_macros.cpp17 #ifndef INT_FAST8_MIN
18 #error INT_FAST8_MIN is not defined!
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcstdint49 INT_FAST8_MIN
/ndk/sources/host-tools/sed-4.2.1/lib/
Dstdint.in.h373 #undef INT_FAST8_MIN
376 #define INT_FAST8_MIN LONG_MIN macro
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
Dstdint_h.pass.cpp189 static_assert(INT_FAST8_MIN <= -128, "INT_FAST8_MIN <= -128"); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/c.files/
Dcinttypes.pass.cpp111 #ifndef INT_FAST8_MIN
112 #error INT_FAST8_MIN not defined
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/cstdint/cstdint.syn/
Dcstdint.pass.cpp189 static_assert(INT_FAST8_MIN <= -128, "INT_FAST8_MIN <= -128"); in main()
/ndk/sources/host-tools/sed-4.2.1/m4/
Dstdint.m4125 int_fast8_t e1min = INT_FAST8_MIN;
/ndk/sources/host-tools/sed-4.2.1/
Dconfigure20130 int_fast8_t e1min = INT_FAST8_MIN;