Searched refs:uint_fast32_t (Results 1 - 25 of 106) sorted by relevance

12345

/prebuilts/misc/common/swig/include/2.0.11/
H A Dstdint.i78 typedef unsigned long int uint_fast32_t;
82 typedef unsigned int uint_fast32_t;
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/numerics/rand/rand.adapt/rand.adapt.disc/
H A Dresult_type.pass.cpp27 std::uint_fast32_t>::value), "");
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/numerics/rand/rand.eng/rand.eng.mers/
H A Dresult_type.pass.cpp29 std::uint_fast32_t>::value), "");
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/numerics/rand/rand.eng/rand.eng.sub/
H A Dresult_type.pass.cpp27 std::uint_fast32_t>::value), "");
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/numerics/rand/rand.adapt/rand.adapt.disc/
H A Dresult_type.pass.cpp27 std::uint_fast32_t>::value), "");
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/numerics/rand/rand.eng/rand.eng.mers/
H A Dresult_type.pass.cpp29 std::uint_fast32_t>::value), "");
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/numerics/rand/rand.eng/rand.eng.sub/
H A Dresult_type.pass.cpp27 std::uint_fast32_t>::value), "");
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
H A Dstdint.h107 typedef unsigned long int uint_fast32_t; typedef
111 typedef unsigned int uint_fast32_t; typedef
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/utilities/function.objects/unord.hash/
H A Dintegral.pass.cpp97 test<uint_fast32_t>();
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/function.objects/unord.hash/
H A Dintegral.pass.cpp97 test<uint_fast32_t>();
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dstdint.h63 typedef unsigned int uint_fast32_t; typedef
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dstdint.h63 typedef unsigned int uint_fast32_t; typedef
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/atomics/atomics.types.generic/
H A Dcstdint_typedefs.pass.cpp28 // typedef atomic<uint_fast32_t> atomic_uint_fast32_t;
59 static_assert((std::is_same<std::atomic<std::uint_fast32_t>, std::atomic_uint_fast32_t>::value), "");
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/atomics/atomics.types.generic/
H A Dcstdint_typedefs.pass.cpp28 // typedef atomic<uint_fast32_t> atomic_uint_fast32_t;
59 static_assert((std::is_same<std::atomic<std::uint_fast32_t>, std::atomic_uint_fast32_t>::value), "");
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/depr/depr.c.headers/
H A Dstdint_h.pass.cpp138 // typedef uint_fast32_t
139 static_assert(sizeof(uint_fast32_t)*CHAR_BIT >= 32,
140 "sizeof(uint_fast32_t)*CHAR_BIT >= 32");
141 static_assert(std::is_unsigned<uint_fast32_t>::value,
142 "std::is_unsigned<uint_fast32_t>::value");
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/language.support/cstdint/cstdint.syn/
H A Dcstdint.pass.cpp139 // typedef std::uint_fast32_t
140 static_assert(sizeof(std::uint_fast32_t)*CHAR_BIT >= 32,
141 "sizeof(std::uint_fast32_t)*CHAR_BIT >= 32");
142 static_assert(std::is_unsigned<std::uint_fast32_t>::value,
143 "std::is_unsigned<std::uint_fast32_t>::value");
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/depr/depr.c.headers/
H A Dstdint_h.pass.cpp138 // typedef uint_fast32_t
139 static_assert(sizeof(uint_fast32_t)*CHAR_BIT >= 32,
140 "sizeof(uint_fast32_t)*CHAR_BIT >= 32");
141 static_assert(std::is_unsigned<uint_fast32_t>::value,
142 "std::is_unsigned<uint_fast32_t>::value");
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/language.support/cstdint/cstdint.syn/
H A Dcstdint.pass.cpp139 // typedef std::uint_fast32_t
140 static_assert(sizeof(std::uint_fast32_t)*CHAR_BIT >= 32,
141 "sizeof(std::uint_fast32_t)*CHAR_BIT >= 32");
142 static_assert(std::is_unsigned<std::uint_fast32_t>::value,
143 "std::is_unsigned<std::uint_fast32_t>::value");
/prebuilts/clang/host/darwin-x86/clang-4479392/lib64/clang/5.0/include/
H A Dstdatomic.h119 typedef _Atomic(uint_fast32_t) atomic_uint_fast32_t;
/prebuilts/clang/host/darwin-x86/clang-4479392/lib64/clang/5.0.2/include/
H A Dstdatomic.h119 typedef _Atomic(uint_fast32_t) atomic_uint_fast32_t;
/prebuilts/clang/host/linux-x86/clang-4479392/lib64/clang/5.0/include/
H A Dstdatomic.h119 typedef _Atomic(uint_fast32_t) atomic_uint_fast32_t;
/prebuilts/clang/host/linux-x86/clang-4479392/lib64/clang/5.0.2/include/
H A Dstdatomic.h119 typedef _Atomic(uint_fast32_t) atomic_uint_fast32_t;
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/include/gcc/darwin/4.2/
H A Dstdint.h76 typedef uint32_t uint_fast32_t; typedef
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
H A Dstdint.h76 typedef uint32_t uint_fast32_t; typedef
/prebuilts/sdk/renderscript/clang-include/
H A Dstdatomic.h119 typedef _Atomic(uint_fast32_t) atomic_uint_fast32_t;

Completed in 1153 milliseconds

12345