Home
last modified time | relevance | path

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

/external/clang/test/Preprocessor/
Dstdint.c1035 UINT_FAST64_MAX_ UINT_FAST64_MAX
/external/bison/darwin-lib/
Dstdint.h464 #undef UINT_FAST64_MAX
466 # define UINT_FAST64_MAX UINT64_MAX macro
/external/bison/lib/
Dstdint.in.h463 #undef UINT_FAST64_MAX
465 # define UINT_FAST64_MAX UINT64_MAX
/external/mesa3d/include/c99/
Dstdint.h171 #define UINT_FAST64_MAX UINT64_MAX macro
/external/chromium_org/third_party/mesa/src/include/c99/
Dstdint.h171 #define UINT_FAST64_MAX UINT64_MAX macro
/external/chromium_org/third_party/re2/mswin/
Dstdint.h171 #define UINT_FAST64_MAX UINT64_MAX macro
/external/chromium_org/third_party/libusb/src/msvc/
Dstdint.h172 #define UINT_FAST64_MAX UINT64_MAX macro
/external/bison/m4/
Dstdint.m4142 uint_fast64_t f4 = UINT_FAST64_MAX;
207 int check_uint_fast64: (uint_fast64_t) -1 == UINT_FAST64_MAX ? 1 : -1;
/external/chromium_org/third_party/smhasher/src/
Dpstdint.h637 # define UINT_FAST64_MAX UINT_LEAST64_MAX macro
/external/clang/lib/Headers/
Dstdint.h499 # define UINT_FAST64_MAX __UINT_LEAST64_MAX macro
/external/chromium_org/third_party/re2/patches/
Dre2-msvc9-chrome.patch200 +#define UINT_FAST64_MAX UINT64_MAX
/external/bison/
Dconfigure14267 uint_fast64_t f4 = UINT_FAST64_MAX;
14332 int check_uint_fast64: (uint_fast64_t) -1 == UINT_FAST64_MAX ? 1 : -1;