Home
last modified time | relevance | path

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

/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/libusb_aah/msvc/
Dstdint.h113 typedef __int16 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/clang/lib/Headers/
Dstdint.h188 typedef __int_least16_t int_fast16_t; typedef
/external/mdnsresponder/mDNSShared/
DCommonServices.h779 typedef int16_t int_fast16_t; typedef
/external/libmtp/m4/
Dstdint.m4580 typedef int int_fast16_t;
/external/libvpx/libvpx/nestegg/m4/
Dax_create_stdint_h.m4543 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.