Home
last modified time | relevance | path

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

/ndk/tests/build/stdint-c++/jni/
Dtest_all_macros.cpp71 #ifndef INT_FAST32_MIN
72 #error INT_FAST32_MIN defined!
Dtest_c.c69 #ifndef INT_FAST32_MIN
70 #error INT_FAST32_MIN defined!
Dtest_no_macros.cpp71 #ifdef INT_FAST32_MIN
72 #error INT_FAST32_MIN defined!
Dtest_constant_macros.cpp72 #ifdef INT_FAST32_MIN
73 #error INT_FAST32_MIN is defined!
Dtest_limit_macros.cpp71 #ifndef INT_FAST32_MIN
72 #error INT_FAST32_MIN is not defined!
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcstdint51 INT_FAST32_MIN
/ndk/sources/host-tools/sed-4.2.1/lib/
Dstdint.in.h387 #undef INT_FAST32_MIN
390 #define INT_FAST32_MIN LONG_MIN macro
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
Dstdint_h.pass.cpp191 static_assert(INT_FAST32_MIN <= -2147483648U, "INT_FAST32_MIN <= -2147483648"); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/c.files/
Dcinttypes.pass.cpp119 #ifndef INT_FAST32_MIN
120 #error INT_FAST32_MIN not defined
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/cstdint/cstdint.syn/
Dcstdint.pass.cpp191 static_assert(INT_FAST32_MIN <= -2147483648U, "INT_FAST32_MIN <= -2147483648"); in main()
/ndk/sources/host-tools/sed-4.2.1/m4/
Dstdint.m4129 int_fast32_t e3min = INT_FAST32_MIN;
/ndk/sources/host-tools/sed-4.2.1/
Dconfigure20134 int_fast32_t e3min = INT_FAST32_MIN;