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

1 2 3 4 5

  /external/libcxx/test/std/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), "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/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), "");
  /bionic/libc/system_properties/
prop_area.cpp 146 void* prop_area::allocate_obj(const size_t size, uint_least32_t* const off) {
147 const size_t aligned = __BIONIC_ALIGN(size, sizeof(uint_least32_t));
157 prop_bt* prop_area::new_prop_bt(const char* name, uint32_t namelen, uint_least32_t* const off) {
158 uint_least32_t new_offset;
170 uint32_t valuelen, uint_least32_t* const off) {
171 uint_least32_t new_offset;
197 void* prop_area::to_prop_obj(uint_least32_t off) {
204 uint_least32_t off = atomic_load_explicit(off_p, memory_order_consume);
209 uint_least32_t off = atomic_load_explicit(off_p, memory_order_consume);
240 uint_least32_t left_offset = atomic_load_explicit(&current->left, memory_order_relaxed)
    [all...]
  /device/linaro/bootloader/edk2/StdLib/Include/Aarch64/machine/
int_mwgwtypes.h 63 typedef UINT32 uint_least32_t; typedef
  /device/linaro/bootloader/edk2/StdLib/Include/Arm/machine/
int_mwgwtypes.h 63 typedef UINT32 uint_least32_t; typedef
  /device/linaro/bootloader/edk2/StdLib/Include/Ia32/machine/
int_mwgwtypes.h 63 typedef UINT32 uint_least32_t; typedef
  /device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
int_mwgwtypes.h 64 typedef UINT32 uint_least32_t; typedef
  /device/linaro/bootloader/edk2/StdLib/Include/X64/machine/
int_mwgwtypes.h 63 typedef UINT32 uint_least32_t; typedef
  /bionic/libc/system_properties/include/system_properties/
prop_area.h 129 void* allocate_obj(const size_t size, uint_least32_t* const off);
130 prop_bt* new_prop_bt(const char* name, uint32_t namelen, uint_least32_t* const off);
132 uint_least32_t* const off);
133 void* to_prop_obj(uint_least32_t off);
prop_info.h 39 static inline uint_least32_t load_const_atomic(const atomic_uint_least32_t* s, memory_order mo) {
  /external/libcxx/test/std/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/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/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;
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
stdint.h 45 typedef __uint_least32_t uint_least32_t; typedef
  /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;
  /external/clang/lib/Headers/
stdatomic.h 104 typedef _Atomic(uint_least32_t) atomic_char32_t;
111 typedef _Atomic(uint_least32_t) atomic_uint_least32_t;
  /prebuilts/clang/host/darwin-x86/clang-4479392/lib64/clang/5.0.2/include/
stdatomic.h 104 typedef _Atomic(uint_least32_t) atomic_char32_t;
111 typedef _Atomic(uint_least32_t) atomic_uint_least32_t;
  /prebuilts/clang/host/linux-x86/clang-4479392/lib64/clang/5.0.2/include/
stdatomic.h 104 typedef _Atomic(uint_least32_t) atomic_char32_t;
111 typedef _Atomic(uint_least32_t) atomic_uint_least32_t;
  /prebuilts/sdk/renderscript/clang-include/
stdatomic.h 104 typedef _Atomic(uint_least32_t) atomic_char32_t;
111 typedef _Atomic(uint_least32_t) atomic_uint_least32_t;
  /external/libcxx/test/std/utilities/function.objects/unord.hash/
integral.pass.cpp 102 test<uint_least32_t>();
  /external/syslinux/dos/
stdint.h 29 typedef unsigned int uint_least32_t; typedef
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/function.objects/unord.hash/
integral.pass.cpp 102 test<uint_least32_t>();
  /bionic/tests/
stdatomic_test.cpp 187 constexpr static uint_least32_t BIG = 10000000ul; // Assumed even below.
201 for (uint_least32_t i = 0; i <= BIG; i+=2) {
214 uint_least32_t xval = 0, yval = 0, zval = 0;
  /bionic/tests/headers/posix/
stdint_h.c 50 TYPE(uint_least32_t);
  /external/libcxx/test/std/atomics/atomics.types.generic/
cstdint_typedefs.pass.cpp 19 // typedef atomic<uint_least32_t> atomic_uint_least32_t;
50 static_assert((std::is_same<std::atomic<std::uint_least32_t>, std::atomic_uint_least32_t>::value), "");

Completed in 358 milliseconds

1 2 3 4 5