Home | History | Annotate | Download | only in system_properties

Lines Matching refs:uint_least32_t

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);
248 uint_least32_t new_offset;
256 uint_least32_t right_offset = atomic_load_explicit(&current->right, memory_order_relaxed);
264 uint_least32_t new_offset;
292 uint_least32_t children_offset = atomic_load_explicit(&current->children, memory_order_relaxed);
296 uint_least32_t new_offset;
317 uint_least32_t prop_offset = atomic_load_explicit(&current->prop, memory_order_relaxed);
321 uint_least32_t new_offset;
337 uint_least32_t left_offset = atomic_load_explicit(&trie->left, memory_order_relaxed);
342 uint_least32_t prop_offset = atomic_load_explicit(&trie->prop, memory_order_relaxed);
348 uint_least32_t children_offset = atomic_load_explicit(&trie->children, memory_order_relaxed);
353 uint_least32_t right_offset = atomic_load_explicit(&trie->right, memory_order_relaxed);