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

/bionic/libc/bionic/
H A Dsystem_properties.cpp141 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)
350 const size_t aligned = BIONIC_ALIGN(size, sizeof(uint_least32_t));
360 prop_bt *prop_area::new_prop_bt(const char *name, uint8_t namelen, uint_least32_t *const off)
362 uint_least32_t new_offset;
374 const char *value, uint8_t valuelen, uint_least32_t *const off)
376 uint_least32_t new_offse
[all...]
/bionic/tests/
H A Dstdatomic_test.cpp176 constexpr static uint_least32_t BIG = 10000000ul; // Assumed even below.
190 for (uint_least32_t i = 0; i <= BIG; i+=2) {
203 uint_least32_t xval = 0, yval = 0, zval = 0;
/bionic/libc/include/
H A Dstdint.h79 typedef uint32_t uint_least32_t; typedef
H A Dstdatomic.h376 typedef _Atomic(uint_least32_t) atomic_uint_least32_t;

Completed in 5760 milliseconds