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

/external/syslinux/com32/include/bitsize32/
H A Dstdint.h10 typedef int int_fast16_t; typedef
/external/syslinux/com32/include/bitsize64/
H A Dstdint.h10 typedef long int int_fast16_t; typedef
/external/libcxx/test/std/utilities/function.objects/unord.hash/
H A Dintegral.pass.cpp77 test<int_fast16_t>();
/external/syslinux/dos/
H A Dstdint.h35 typedef signed short int_fast16_t; typedef
/external/libcxx/test/std/atomics/atomics.types.generic/
H A Dcstdint_typedefs.pass.cpp25 // typedef atomic<int_fast16_t> atomic_int_fast16_t;
56 static_assert((std::is_same<std::atomic< std::int_fast16_t>, std::atomic_int_fast16_t>::value), "");
/external/libcxx/test/std/depr/depr.c.headers/
H A Dstdint_h.pass.cpp112 // typedef int_fast16_t
113 static_assert(sizeof(int_fast16_t)*CHAR_BIT >= 16,
114 "sizeof(int_fast16_t)*CHAR_BIT >= 16");
115 static_assert(std::is_signed<int_fast16_t>::value,
116 "std::is_signed<int_fast16_t>::value");
H A Dinttypes_h.pass.cpp904 test<int_fast16_t>();
/external/libcxx/test/std/language.support/cstdint/cstdint.syn/
H A Dcstdint.pass.cpp113 // typedef std::int_fast16_t
114 static_assert(sizeof(std::int_fast16_t)*CHAR_BIT >= 16,
115 "sizeof(std::int_fast16_t)*CHAR_BIT >= 16");
116 static_assert(std::is_signed<std::int_fast16_t>::value,
117 "std::is_signed<std::int_fast16_t>::value");
/external/clang/lib/Headers/
H A Dstdatomic.h116 typedef _Atomic(int_fast16_t) atomic_int_fast16_t;
H A Dstdint.h228 typedef __int_least16_t int_fast16_t; typedef
/external/jemalloc/include/msvc_compat/C99/
H A Dstdint.h105 typedef int16_t int_fast16_t; typedef
/external/libusb/msvc/
H A Dstdint.h113 typedef __int16 int_fast16_t; typedef
/external/libvncserver/compat/msvc/
H A Dstdint.h105 typedef int16_t int_fast16_t; typedef
/external/bison/darwin-lib/
H A Dstdint.h257 #undef int_fast16_t macro
280 #define int_fast16_t gl_int_fast16_t macro
/external/bison/lib/
H A Dstdint.in.h256 #undef int_fast16_t
279 #define int_fast16_t gl_int_fast16_t
/external/bison/src/
H A Dparse-gram.y90 #define YYTYPE_INT16 int_fast16_t
H A Dparse-gram.c166 #define YYTYPE_INT16 int_fast16_t
/external/libcxx/test/std/input.output/file.streams/c.files/
H A Dcinttypes.pass.cpp904 test<std::int_fast16_t>();
/external/mdnsresponder/mDNSShared/
H A DCommonServices.h779 typedef int16_t int_fast16_t; typedef
/external/python/cpython2/Lib/lib2to3/tests/data/
H A Dinfinite_recursion.py2494 int_fast16_t = int16_t variable
2620 'int_fast16_t', 'RC5_32_KEY', 'ucontext64', 'ASN1_INTEGER',
/external/bison/
H A Dconfigure14258 int_fast16_t e2 = INT_FAST16_MAX;
14259 int_fast16_t e2min = INT_FAST16_MIN;

Completed in 746 milliseconds