Searched refs:uint_least32_t (Results 1 – 4 of 4) sorted by relevance
/bionic/libc/bionic/ |
D | system_properties.cpp | 141 void *allocate_obj(const size_t size, uint_least32_t *const off); 142 prop_bt *new_prop_bt(const char *name, uint8_t namelen, uint_least32_t *const off); 145 uint_least32_t *const off); 146 void *to_prop_obj(uint_least32_t off); 348 void *prop_area::allocate_obj(const size_t size, uint_least32_t *const off) in allocate_obj() 350 const size_t aligned = BIONIC_ALIGN(size, sizeof(uint_least32_t)); in allocate_obj() 360 prop_bt *prop_area::new_prop_bt(const char *name, uint8_t namelen, uint_least32_t *const off) in new_prop_bt() 362 uint_least32_t new_offset; in new_prop_bt() 374 const char *value, uint8_t valuelen, uint_least32_t *const off) in new_prop_info() 376 uint_least32_t new_offset; in new_prop_info() [all …]
|
/bionic/tests/ |
D | stdatomic_test.cpp | 176 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/ |
D | stdint.h | 79 typedef uint32_t uint_least32_t; typedef
|
D | stdatomic.h | 376 typedef _Atomic(uint_least32_t) atomic_uint_least32_t;
|