/external/libcxx/include/ |
D | cstdint | 126 int_fast16_t 174 using::int_fast16_t;
|
D | atomic | 511 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/ |
D | stdint_h.pass.cpp | 113 static_assert(sizeof(int_fast16_t)*CHAR_BIT >= 16, in main() 115 static_assert(std::is_signed<int_fast16_t>::value, in main()
|
D | inttypes_h.pass.cpp | 904 test<int_fast16_t>(); in main()
|
/external/libcxx/test/std/language.support/cstdint/cstdint.syn/ |
D | cstdint.pass.cpp | 114 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/ |
D | integral.pass.cpp | 78 test<int_fast16_t>(); in main()
|
/external/python/pycparser/utils/fake_libc_include/ |
D | _fake_typedefs.h | 136 typedef int int_fast16_t; typedef
|
/external/libcxx/test/std/atomics/atomics.types.generic/ |
D | cstdint_typedefs.pass.cpp | 56 …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/ |
D | vcstdint.h | 90 typedef int16_t int_fast16_t; typedef
|
/external/libusb/msvc/ |
D | stdint.h | 113 typedef __int16 int_fast16_t; typedef
|
/external/jemalloc/include/msvc_compat/C99/ |
D | stdint.h | 105 typedef int16_t int_fast16_t; typedef
|
/external/jemalloc_new/include/msvc_compat/C99/ |
D | stdint.h | 105 typedef int16_t int_fast16_t; typedef
|
/external/harfbuzz_ng/src/ |
D | hb-ucd-table.hh | 3811 static inline int_fast16_t 5505 static inline int_fast16_t 6675 static inline int_fast16_t
|
/external/clang/lib/Headers/ |
D | stdatomic.h | 116 typedef _Atomic(int_fast16_t) atomic_int_fast16_t;
|
D | stdint.h | 228 typedef __int_least16_t int_fast16_t; typedef
|
/external/python/cffi/cffi/ |
D | _cffi_include.h | 58 typedef __int16 int_fast16_t; typedef
|
/external/elfutils/lib/ |
D | stdatomic-fbsd.h | 243 typedef _Atomic(int_fast16_t) atomic_int_fast16_t;
|
/external/libcxx/test/std/input.output/file.streams/c.files/ |
D | cinttypes.pass.cpp | 904 test<std::int_fast16_t>(); in main()
|
/external/crosvm/virtio_sys/src/ |
D | virtio_ring.rs | 134 pub type int_fast16_t = ::std::os::raw::c_long; typedef
|
D | vhost.rs | 285 pub type int_fast16_t = ::std::os::raw::c_long; typedef
|
/external/mdnsresponder/mDNSShared/ |
D | CommonServices.h | 779 typedef int16_t int_fast16_t; typedef
|
/external/libexif/m4m/ |
D | stdint.m4 | 582 typedef int int_fast16_t;
|
/external/python/cpython2/Lib/lib2to3/tests/data/ |
D | infinite_recursion.py | 2494 int_fast16_t = int16_t variable
|
/external/python/cpython3/Lib/lib2to3/tests/data/ |
D | infinite_recursion.py | 2494 int_fast16_t = int16_t variable
|
/external/python/cffi/c/ |
D | _cffi_backend.c | 41 typedef __int16 int_fast16_t; typedef 4463 EPTYPE(if16, int_fast16_t, CT_PRIMITIVE_SIGNED) \ in new_primitive_type()
|