Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcstdint115 int_least8_t
163 using::int_least8_t;
Datomic493 typedef atomic<int_least8_t> atomic_int_least8_t;
1486 typedef atomic<int_least8_t> atomic_int_least8_t;
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
Dcstdint.hpp74 typedef ::intleast8_t int_least8_t; typedef
104 using ::int_least8_t;
147 typedef int8_t int_least8_t; typedef
209 typedef signed char int_least8_t; typedef
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
Dstdint_h.pass.cpp65 static_assert(sizeof(int_least8_t)*CHAR_BIT >= 8, in main()
67 static_assert(std::is_signed<int_least8_t>::value, in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/cstdint/cstdint.syn/
Dcstdint.pass.cpp65 static_assert(sizeof(std::int_least8_t)*CHAR_BIT >= 8, in main()
67 static_assert(std::is_signed<std::int_least8_t>::value, in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/atomics/atomics.types.generic/
Dcstdint_typedefs.pass.cpp43 …static_assert((std::is_same<std::atomic< std::int_least8_t>, std::atomic_int_least8_t>::value),… in main()
/ndk/sources/host-tools/sed-4.2.1/lib/
Dstdint.in.h185 #undef int_least8_t
193 #define int_least8_t int8_t macro
/ndk/sources/host-tools/sed-4.2.1/m4/
Dstdint.m4104 int_least8_t c1 = INT8_C (0x7f);
105 int_least8_t c1max = INT_LEAST8_MAX;
106 int_least8_t c1min = INT_LEAST8_MIN;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/c.files/
Dcinttypes.pass.cpp890 std::int_least8_t i1 = 0; in main()
/ndk/sources/host-tools/sed-4.2.1/
Dconfigure20109 int_least8_t c1 = INT8_C (0x7f);
20110 int_least8_t c1max = INT_LEAST8_MAX;
20111 int_least8_t c1min = INT_LEAST8_MIN;