HomeSort by relevance Sort by last modified time
    Searched refs:uint_least32_t (Results 1 - 25 of 175) sorted by null

1 2 3 4 5 6 7

  /external/libcxx/test/numerics/rand/rand.util/rand.util.seedseq/
types.pass.cpp 16 // typedef uint_least32_t result_type;
23 static_assert((std::is_same<std::seed_seq::result_type, std::uint_least32_t>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.util/rand.util.seedseq/
types.pass.cpp 16 // typedef uint_least32_t result_type;
23 static_assert((std::is_same<std::seed_seq::result_type, std::uint_least32_t>::value), "");
  /external/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t/
types.pass.cpp 15 // typedef uint_least32_t int_type;
28 static_assert((std::is_same<std::char_traits<char32_t>::int_type, std::uint_least32_t>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t/
types.pass.cpp 15 // typedef uint_least32_t int_type;
28 static_assert((std::is_same<std::char_traits<char32_t>::int_type, std::uint_least32_t>::value), "");
  /prebuilts/misc/common/swig/include/2.0.11/
stdint.i 52 typedef unsigned int uint_least32_t;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
uchar.h 35 typedef uint_least32_t char32_t;
stdint.h 50 typedef unsigned uint_least32_t; typedef
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
cstdint.hpp 86 typedef ::uintleast32_t uint_least32_t; typedef
121 using ::uint_least32_t;
164 typedef uint32_t uint_least32_t;
264 typedef unsigned int uint_least32_t;
271 typedef unsigned short uint_least32_t;
278 typedef unsigned long uint_least32_t;
286 typedef unsigned __int32 uint_least32_t;
  /bionic/tests/
stdatomic_test.cpp 174 constexpr static uint_least32_t BIG = 10000000ul; // Assumed even below.
188 for (uint_least32_t i = 0; i <= BIG; i+=2) {
201 uint_least32_t xval = 0, yval = 0, zval = 0;
  /external/libcxx/test/atomics/atomics.types.generic/
cstdint_typedefs.pass.cpp 17 // typedef atomic<uint_least32_t> atomic_uint_least32_t;
48 static_assert((std::is_same<std::atomic<std::uint_least32_t>, std::atomic_uint_least32_t>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/atomics/atomics.types.generic/
cstdint_typedefs.pass.cpp 17 // typedef atomic<uint_least32_t> atomic_uint_least32_t;
48 static_assert((std::is_same<std::atomic<std::uint_least32_t>, std::atomic_uint_least32_t>::value), "");
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
atomic_base.h 229 typedef __atomic_base<uint_least32_t> atomic_uint_least32_t;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
atomic_base.h 229 typedef __atomic_base<uint_least32_t> atomic_uint_least32_t;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
atomic_base.h 229 typedef __atomic_base<uint_least32_t> atomic_uint_least32_t;
  /external/libcxx/test/depr/depr.c.headers/
stdint_h.pass.cpp 95 // typedef uint_least32_t
96 static_assert(sizeof(uint_least32_t)*CHAR_BIT >= 32,
97 "sizeof(uint_least32_t)*CHAR_BIT >= 32");
98 static_assert(std::is_unsigned<uint_least32_t>::value,
99 "std::is_unsigned<uint_least32_t>::value");
  /external/libcxx/test/language.support/cstdint/cstdint.syn/
cstdint.pass.cpp 95 // typedef std::uint_least32_t
96 static_assert(sizeof(std::uint_least32_t)*CHAR_BIT >= 32,
97 "sizeof(std::uint_least32_t)*CHAR_BIT >= 32");
98 static_assert(std::is_unsigned<std::uint_least32_t>::value,
99 "std::is_unsigned<std::uint_least32_t>::value");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
stdint_h.pass.cpp 95 // typedef uint_least32_t
96 static_assert(sizeof(uint_least32_t)*CHAR_BIT >= 32,
97 "sizeof(uint_least32_t)*CHAR_BIT >= 32");
98 static_assert(std::is_unsigned<uint_least32_t>::value,
99 "std::is_unsigned<uint_least32_t>::value");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/cstdint/cstdint.syn/
cstdint.pass.cpp 95 // typedef std::uint_least32_t
96 static_assert(sizeof(std::uint_least32_t)*CHAR_BIT >= 32,
97 "sizeof(std::uint_least32_t)*CHAR_BIT >= 32");
98 static_assert(std::is_unsigned<std::uint_least32_t>::value,
99 "std::is_unsigned<std::uint_least32_t>::value");
  /development/ndk/platforms/android-3/include/
stdint.h 124 typedef uint32_t uint_least32_t; typedef
  /external/chromium_org/third_party/libusb/src/msvc/
stdint.h 103 typedef unsigned uint_least32_t; typedef
  /external/chromium_org/third_party/mesa/src/include/c99/
stdint.h 100 typedef uint32_t uint_least32_t; typedef
  /external/jemalloc/include/msvc_compat/C99/
stdint.h 100 typedef uint32_t uint_least32_t; typedef
  /external/mesa3d/include/c99/
stdint.h 100 typedef uint32_t uint_least32_t; typedef
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/include/gcc/darwin/4.2/
stdint.h 65 typedef uint32_t uint_least32_t; typedef
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
stdint.h 79 typedef unsigned int uint_least32_t; typedef

Completed in 741 milliseconds

1 2 3 4 5 6 7