Home
last modified time | relevance | path

Searched refs:uint_least32_t (Results 1 – 4 of 4) sorted by relevance

/bionic/libc/bionic/
Dsystem_properties.cpp157 void* allocate_obj(const size_t size, uint_least32_t* const off);
158 prop_bt* new_prop_bt(const char* name, uint32_t namelen, uint_least32_t* const off);
160 uint_least32_t* const off);
161 void* to_prop_obj(uint_least32_t off);
307 void* prop_area::allocate_obj(const size_t size, uint_least32_t* const off) { in allocate_obj()
308 const size_t aligned = BIONIC_ALIGN(size, sizeof(uint_least32_t)); in allocate_obj()
318 prop_bt* prop_area::new_prop_bt(const char* name, uint32_t namelen, uint_least32_t* const off) { in new_prop_bt()
319 uint_least32_t new_offset; in new_prop_bt()
331 uint32_t valuelen, uint_least32_t* const off) { in new_prop_info()
332 uint_least32_t new_offset; in new_prop_info()
[all …]
/bionic/tests/
Dstdatomic_test.cpp187 constexpr static uint_least32_t BIG = 10000000ul; // Assumed even below.
201 for (uint_least32_t i = 0; i <= BIG; i+=2) { in writer()
214 uint_least32_t xval = 0, yval = 0, zval = 0; in reader()
/bionic/libc/include/
Dstdint.h80 typedef uint32_t uint_least32_t; typedef
Dstdatomic.h340 typedef _Atomic(uint_least32_t) atomic_uint_least32_t;