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

/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");
/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/libvncserver/compat/msvc/
H A Dstdint.h105 typedef int16_t int_fast16_t; typedef
/external/mesa3d/include/c99/
H A Dstdint.h105 typedef int16_t int_fast16_t; typedef
/external/v8/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/include/
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/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.cpp903 std::int_fast16_t i2 = 0;
/external/mdnsresponder/mDNSShared/
H A DCommonServices.h779 typedef int16_t int_fast16_t; typedef
/external/bison/
H A Dconfigure14258 int_fast16_t e2 = INT_FAST16_MAX;
14259 int_fast16_t e2min = INT_FAST16_MIN;

Completed in 296 milliseconds