Searched refs:uint_fast16_t (Results 1 - 3 of 3) sorted by path

/bionic/libc/include/
H A Dstdatomic.h382 typedef _Atomic(uint_fast16_t) atomic_uint_fast16_t;
H A Dstdint.h92 typedef uint64_t uint_fast16_t; typedef
97 typedef uint32_t uint_fast16_t; typedef
/bionic/tests/
H A Dstdint_test.cpp29 ASSERT_EQ(8U, sizeof(uint_fast16_t));
34 ASSERT_EQ(4U, sizeof(uint_fast16_t));

Completed in 51 milliseconds