Home
last modified time | relevance | path

Searched refs:int_fast16_t (Results 1 – 20 of 20) 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/mesa3d/include/c99/
Dstdint.h105 typedef int16_t int_fast16_t; typedef
/external/chromium_org/third_party/mesa/src/include/c99/
Dstdint.h105 typedef int16_t int_fast16_t; typedef
/external/chromium_org/third_party/re2/mswin/
Dstdint.h105 typedef int16_t int_fast16_t; typedef
/external/chromium_org/third_party/libusb/src/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/chromium_org/third_party/smhasher/src/
Dpstdint.h621 typedef int_least16_t int_fast16_t; typedef
/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.h229 typedef __int_least16_t int_fast16_t; typedef
/external/mdnsresponder/mDNSShared/
DCommonServices.h779 typedef int16_t int_fast16_t; typedef
/external/chromium_org/third_party/re2/patches/
Dre2-msvc9-chrome.patch134 +typedef int16_t int_fast16_t;
/external/chromium_org/third_party/yasm/source/patched-yasm/m4/
Dax_create_stdint_h.m4523 typedef int int_fast16_t;
/external/libexif/m4m/
Dstdint.m4582 typedef int int_fast16_t;
/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/chromium_org/third_party/yasm/source/patched-yasm/
Dconfigure9935 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.