Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dsystem_properties.cpp293 static void *allocate_obj(const size_t size, uint_least32_t *const off) in allocate_obj()
296 const size_t aligned = BIONIC_ALIGN(size, sizeof(uint_least32_t)); in allocate_obj()
306 static prop_bt *new_prop_bt(const char *name, uint8_t namelen, uint_least32_t *const off) in new_prop_bt()
308 uint_least32_t new_offset; in new_prop_bt()
320 const char *value, uint8_t valuelen, uint_least32_t *const off) in new_prop_info()
322 uint_least32_t new_offset; in new_prop_info()
333 static void *to_prop_obj(uint_least32_t off) in to_prop_obj()
344 uint_least32_t off = atomic_load_explicit(off_p, memory_order_consume); in to_prop_bt()
349 uint_least32_t off = atomic_load_explicit(off_p, memory_order_consume); in to_prop_info()
385 uint_least32_t left_offset = atomic_load_explicit(&current->left, memory_order_relaxed); in find_prop_bt()
[all …]
/bionic/tests/
Dstdatomic_test.cpp176 constexpr static uint_least32_t BIG = 10000000ul; // Assumed even below.
190 for (uint_least32_t i = 0; i <= BIG; i+=2) { in writer()
203 uint_least32_t xval = 0, yval = 0, zval = 0; in reader()
/bionic/libc/include/
Dstdint.h79 typedef uint32_t uint_least32_t; typedef
Dstdatomic.h376 typedef _Atomic(uint_least32_t) atomic_uint_least32_t;