Searched refs:int_fast16_t (Results 1 - 3 of 3) sorted by relevance

/bionic/tests/
H A Dstdint_test.cpp27 ASSERT_EQ(8U, sizeof(int_fast16_t));
32 ASSERT_EQ(4U, sizeof(int_fast16_t));
/bionic/libc/include/
H A Dstdint.h91 typedef int64_t int_fast16_t; typedef
96 typedef int32_t int_fast16_t; typedef
H A Dstdatomic.h381 typedef _Atomic(int_fast16_t) atomic_int_fast16_t;

Completed in 107 milliseconds