Home
last modified time | relevance | path

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

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
Dcstdint.hpp84 typedef ::intleast32_t int_least32_t; typedef
118 using ::int_least32_t;
161 typedef int32_t int_least32_t; typedef
261 typedef int int_least32_t; typedef
268 typedef short int_least32_t; typedef
275 typedef long int_least32_t; typedef
283 typedef __int32 int_least32_t; typedef
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcstdint117 int_least32_t
165 using::int_least32_t;
Datomic497 typedef atomic<int_least32_t> atomic_int_least32_t;
1490 typedef atomic<int_least32_t> atomic_int_least32_t;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
Dstdint_h.pass.cpp75 static_assert(sizeof(int_least32_t)*CHAR_BIT >= 32, in main()
77 static_assert(std::is_signed<int_least32_t>::value, in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/cstdint/cstdint.syn/
Dcstdint.pass.cpp75 static_assert(sizeof(std::int_least32_t)*CHAR_BIT >= 32, in main()
77 static_assert(std::is_signed<std::int_least32_t>::value, in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/atomics/atomics.types.generic/
Dcstdint_typedefs.pass.cpp47 …static_assert((std::is_same<std::atomic< std::int_least32_t>, std::atomic_int_least32_t>::value),… in main()
/ndk/sources/host-tools/sed-4.2.1/lib/
Dstdint.in.h189 #undef int_least32_t
197 #define int_least32_t int32_t macro
/ndk/sources/host-tools/sed-4.2.1/m4/
Dstdint.m4110 int_least32_t c3 = INT32_C (0x7fffffff);
111 int_least32_t c3max = INT_LEAST32_MAX;
112 int_least32_t c3min = INT_LEAST32_MIN;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/c.files/
Dcinttypes.pass.cpp892 std::int_least32_t i3 = 0; in main()
/ndk/sources/host-tools/sed-4.2.1/
Dconfigure20115 int_least32_t c3 = INT32_C (0x7fffffff);
20116 int_least32_t c3max = INT_LEAST32_MAX;
20117 int_least32_t c3min = INT_LEAST32_MIN;