Home
last modified time | relevance | path

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

/ndk/tests/build/stdint-c++/jni/
Dtest_no_macros.cpp20 #ifdef INT_FAST8_MAX
21 #error INT_FAST8_MAX defined!
Dtest_c.c18 #ifndef INT_FAST8_MAX
19 #error INT_FAST8_MAX defined!
Dtest_all_macros.cpp20 #ifndef INT_FAST8_MAX
21 #error INT_FAST8_MAX defined!
Dtest_limit_macros.cpp20 #ifndef INT_FAST8_MAX
21 #error INT_FAST8_MAX is not defined!
Dtest_constant_macros.cpp21 #ifdef INT_FAST8_MAX
22 #error INT_FAST8_MAX is defined!
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcstdint54 INT_FAST8_MAX
/ndk/sources/host-tools/sed-4.2.1/lib/
Dstdint.in.h374 #undef INT_FAST8_MAX
377 #define INT_FAST8_MAX LONG_MAX macro
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
Dstdint_h.pass.cpp195 static_assert(INT_FAST8_MAX >= 127, "INT_FAST8_MAX >= 127"); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/c.files/
Dcinttypes.pass.cpp127 #ifndef INT_FAST8_MAX
128 #error INT_FAST8_MAX not defined
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/cstdint/cstdint.syn/
Dcstdint.pass.cpp195 static_assert(INT_FAST8_MAX >= 127, "INT_FAST8_MAX >= 127"); in main()
/ndk/sources/host-tools/sed-4.2.1/m4/
Dstdint.m4124 int_fast8_t e1 = INT_FAST8_MAX;
/ndk/sources/host-tools/sed-4.2.1/
Dconfigure20129 int_fast8_t e1 = INT_FAST8_MAX;