Searched refs:uint_least32_t (Results 1 – 7 of 7) sorted by relevance
/bionic/libc/system_properties/ |
D | prop_area.cpp | 146 void* prop_area::allocate_obj(const size_t size, uint_least32_t* const off) { in allocate_obj() 147 const size_t aligned = __BIONIC_ALIGN(size, sizeof(uint_least32_t)); in allocate_obj() 157 prop_bt* prop_area::new_prop_bt(const char* name, uint32_t namelen, uint_least32_t* const off) { in new_prop_bt() 158 uint_least32_t new_offset; in new_prop_bt() 170 uint32_t valuelen, uint_least32_t* const off) { in new_prop_info() 171 uint_least32_t new_offset; in new_prop_info() 197 void* prop_area::to_prop_obj(uint_least32_t off) { in to_prop_obj() 204 uint_least32_t off = atomic_load_explicit(off_p, memory_order_consume); in to_prop_bt() 209 uint_least32_t off = atomic_load_explicit(off_p, memory_order_consume); in to_prop_info() 240 uint_least32_t left_offset = atomic_load_explicit(¤t->left, memory_order_relaxed); in find_prop_bt() [all …]
|
/bionic/libc/system_properties/include/system_properties/ |
D | prop_area.h | 122 bytes_used_ += __BIONIC_ALIGN(PROP_VALUE_MAX, sizeof(uint_least32_t)); in prop_area() 146 void* allocate_obj(const size_t size, uint_least32_t* const off); 147 prop_bt* new_prop_bt(const char* name, uint32_t namelen, uint_least32_t* const off); 149 uint_least32_t* const off); 150 void* to_prop_obj(uint_least32_t off);
|
D | prop_info.h | 39 static inline uint_least32_t load_const_atomic(const atomic_uint_least32_t* s, memory_order mo) { in load_const_atomic()
|
/bionic/tests/ |
D | stdatomic_test.cpp | 184 constexpr static uint_least32_t BIG = 30'000'000ul; // Assumed even below. 198 for (uint_least32_t i = 0; i <= BIG; i+=2) { in writer() 211 uint_least32_t xval = 0, yval = 0, zval = 0; in reader()
|
/bionic/tests/headers/posix/ |
D | stdint_h.c | 50 TYPE(uint_least32_t); in stdint_h()
|
/bionic/libc/include/ |
D | stdint.h | 80 typedef uint32_t uint_least32_t; typedef
|
/bionic/libc/include/bits/ |
D | stdatomic.h | 181 typedef _Atomic(uint_least32_t) atomic_uint_least32_t;
|