Home
last modified time | relevance | path

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

/external/libcxx/include/
Dcstdint126 int_fast16_t
174 using::int_fast16_t;
Datomic504 typedef atomic<int_fast16_t> atomic_int_fast16_t;
1765 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()
/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/bison/darwin-lib/
Dstdint.h257 #undef int_fast16_t
280 #define int_fast16_t gl_int_fast16_t macro
/external/bison/lib/
Dstdint.in.h256 #undef int_fast16_t
279 #define int_fast16_t gl_int_fast16_t
/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/libvncserver/compat/msvc/
Dstdint.h105 typedef int16_t int_fast16_t; typedef
/external/mesa3d/include/c99/
Dstdint.h105 typedef int16_t int_fast16_t; typedef
/external/jemalloc/include/msvc_compat/C99/
Dstdint.h105 typedef int16_t int_fast16_t; typedef
/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/v8/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/include/
Dstdatomic.h116 typedef _Atomic(int_fast16_t) atomic_int_fast16_t;
Dstdint.h228 typedef __int_least16_t int_fast16_t; typedef
/external/bison/m4/
Dstdint.m4133 int_fast16_t e2 = INT_FAST16_MAX;
134 int_fast16_t e2min = INT_FAST16_MIN;
/external/bison/src/
Dparse-gram.y90 #define YYTYPE_INT16 int_fast16_t
Dparse-gram.c166 #define YYTYPE_INT16 int_fast16_t
/external/libcxx/test/std/input.output/file.streams/c.files/
Dcinttypes.pass.cpp903 std::int_fast16_t i2 = 0; in main()
/external/mdnsresponder/mDNSShared/
DCommonServices.h779 typedef int16_t int_fast16_t; typedef
/external/libexif/m4m/
Dstdint.m4582 typedef int int_fast16_t;
/external/libmtp/m4/
Dstdint.m4580 typedef int int_fast16_t;
/external/bison/
Dconfigure14258 int_fast16_t e2 = INT_FAST16_MAX;
14259 int_fast16_t e2min = INT_FAST16_MIN;
DChangeLog-20127653 which defines int_fast16_t to long int, the problem is exposed.