Home
last modified time | relevance | path

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

/bionic/tests/
Dstdatomic_test.cpp174 constexpr static uint_least32_t BIG = 10000000ul; // Assumed even below.
188 for (uint_least32_t i = 0; i <= BIG; i+=2) { in writer()
201 uint_least32_t xval = 0, yval = 0, zval = 0; in reader()
/bionic/libc/include/
Dstdint.h79 typedef uint32_t uint_least32_t; typedef
Dstdatomic.h370 typedef _Atomic(uint_least32_t) atomic_uint_least32_t;