Home
last modified time | relevance | path

Searched refs:int_fast8_t (Results 1 – 10 of 10) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcstdint125 int_fast8_t
173 using::int_fast8_t;
Datomic502 typedef atomic<int_fast8_t> atomic_int_fast8_t;
1755 typedef atomic<int_fast8_t> atomic_int_fast8_t;
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
Dcstdint.hpp75 typedef ::intfast8_t int_fast8_t; typedef
105 using ::int_fast8_t;
148 typedef int8_t int_fast8_t; typedef
210 typedef signed char int_fast8_t; typedef
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
Dstdint_h.pass.cpp107 static_assert(sizeof(int_fast8_t)*CHAR_BIT >= 8, in main()
109 static_assert(std::is_signed<int_fast8_t>::value, in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/cstdint/cstdint.syn/
Dcstdint.pass.cpp107 static_assert(sizeof(std::int_fast8_t)*CHAR_BIT >= 8, in main()
109 static_assert(std::is_signed<std::int_fast8_t>::value, in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/atomics/atomics.types.generic/
Dcstdint_typedefs.pass.cpp52 …static_assert((std::is_same<std::atomic< std::int_fast8_t>, std::atomic_int_fast8_t>::value), "… in main()
/ndk/sources/host-tools/sed-4.2.1/lib/
Dstdint.in.h216 #undef int_fast8_t
230 #define int_fast8_t gl_int_fast8_t macro
/ndk/sources/host-tools/sed-4.2.1/m4/
Dstdint.m4124 int_fast8_t e1 = INT_FAST8_MAX;
125 int_fast8_t e1min = INT_FAST8_MIN;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/c.files/
Dcinttypes.pass.cpp902 std::int_fast8_t i1 = 0; in main()
/ndk/sources/host-tools/sed-4.2.1/
Dconfigure20129 int_fast8_t e1 = INT_FAST8_MAX;
20130 int_fast8_t e1min = INT_FAST8_MIN;