Home
last modified time | relevance | path

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

12

/external/libcxx/include/
Dcstdint126 int_fast16_t
174 using::int_fast16_t;
Datomic511 typedef atomic<int_fast16_t> atomic_int_fast16_t;
1860 typedef atomic<int_fast16_t> atomic_int_fast16_t;
/external/libcxx/test/std/depr/depr.c.headers/
Dstdint_h.pass.cpp113 static_assert(sizeof(int_fast16_t)*CHAR_BIT >= 16, in main()
115 static_assert(std::is_signed<int_fast16_t>::value, in main()
Dinttypes_h.pass.cpp904 test<int_fast16_t>(); in main()
/external/libcxx/test/std/language.support/cstdint/cstdint.syn/
Dcstdint.pass.cpp114 static_assert(sizeof(std::int_fast16_t)*CHAR_BIT >= 16, in main()
116 static_assert(std::is_signed<std::int_fast16_t>::value, in main()
/external/libcxx/test/std/utilities/function.objects/unord.hash/
Dintegral.pass.cpp78 test<int_fast16_t>(); in main()
/external/python/pycparser/utils/fake_libc_include/
D_fake_typedefs.h136 typedef int int_fast16_t; typedef
/external/libcxx/test/std/atomics/atomics.types.generic/
Dcstdint_typedefs.pass.cpp56 …static_assert((std::is_same<std::atomic< std::int_fast16_t>, std::atomic_int_fast16_t>::value), "… in main()
/external/python/cpython3/Modules/_decimal/libmpdec/
Dvcstdint.h90 typedef int16_t int_fast16_t; typedef
/external/libusb/msvc/
Dstdint.h113 typedef __int16 int_fast16_t; typedef
/external/jemalloc/include/msvc_compat/C99/
Dstdint.h105 typedef int16_t int_fast16_t; typedef
/external/jemalloc_new/include/msvc_compat/C99/
Dstdint.h105 typedef int16_t int_fast16_t; typedef
/external/harfbuzz_ng/src/
Dhb-ucd-table.hh3811 static inline int_fast16_t
5505 static inline int_fast16_t
6675 static inline int_fast16_t
/external/clang/lib/Headers/
Dstdatomic.h116 typedef _Atomic(int_fast16_t) atomic_int_fast16_t;
Dstdint.h228 typedef __int_least16_t int_fast16_t; typedef
/external/python/cffi/cffi/
D_cffi_include.h58 typedef __int16 int_fast16_t; typedef
/external/elfutils/lib/
Dstdatomic-fbsd.h243 typedef _Atomic(int_fast16_t) atomic_int_fast16_t;
/external/libcxx/test/std/input.output/file.streams/c.files/
Dcinttypes.pass.cpp904 test<std::int_fast16_t>(); in main()
/external/crosvm/virtio_sys/src/
Dvirtio_ring.rs134 pub type int_fast16_t = ::std::os::raw::c_long; typedef
Dvhost.rs285 pub type int_fast16_t = ::std::os::raw::c_long; typedef
/external/mdnsresponder/mDNSShared/
DCommonServices.h779 typedef int16_t int_fast16_t; typedef
/external/libexif/m4m/
Dstdint.m4582 typedef int int_fast16_t;
/external/python/cpython2/Lib/lib2to3/tests/data/
Dinfinite_recursion.py2494 int_fast16_t = int16_t variable
/external/python/cpython3/Lib/lib2to3/tests/data/
Dinfinite_recursion.py2494 int_fast16_t = int16_t variable
/external/python/cffi/c/
D_cffi_backend.c41 typedef __int16 int_fast16_t; typedef
4463 EPTYPE(if16, int_fast16_t, CT_PRIMITIVE_SIGNED) \ in new_primitive_type()

12