Home
last modified time | relevance | path

Searched refs:int_fast16_t (Results 1 – 5 of 5) sorted by relevance

/bionic/tests/
Dstdint_test.cpp27 ASSERT_EQ(8U, sizeof(int_fast16_t)); in TEST()
32 ASSERT_EQ(4U, sizeof(int_fast16_t)); in TEST()
Dstdio_test.cpp3451 int_fast16_t a = 0x11111111'22222222; in TEST()
3482 int_fast16_t a = 0x11111111'22222222; in TEST()
3560 int_fast16_t fast_c; in TEST()
3660 int_fast16_t fast_c; in TEST()
/bionic/libc/include/
Dstdint.h92 typedef int64_t int_fast16_t; typedef
97 typedef int32_t int_fast16_t; typedef
/bionic/tests/headers/posix/
Dstdint_h.c54 TYPE(int_fast16_t); in stdint_h()
/bionic/libc/include/bits/
Dstdatomic.h186 typedef _Atomic(int_fast16_t) atomic_int_fast16_t;