Home
last modified time | relevance | path

Searched refs:UINT_LEAST64_MAX (Results 1 – 21 of 21) sorted by relevance

/external/clang/test/Preprocessor/
Dstdint.c1354 UINT_LEAST64_MAX_ UINT_LEAST64_MAX
/external/bison/darwin-lib/
Dstdint.h419 #undef UINT_LEAST64_MAX
421 # define UINT_LEAST64_MAX UINT64_MAX macro
/external/bison/lib/
Dstdint.in.h418 #undef UINT_LEAST64_MAX
420 # define UINT_LEAST64_MAX UINT64_MAX
/external/libcxx/include/
Dcstdint47 UINT_LEAST64_MAX
/external/libnl/lib/fib_lookup/
Drequest.c105 return UINT_LEAST64_MAX; in flnl_request_get_fwmark()
Dlookup.c222 fr.fl_fwmark = fwmark != UINT_LEAST64_MAX ? fwmark : 0; in flnl_lookup_build_request()
/external/chromium_org/third_party/mesa/src/include/c99/
Dstdint.h157 #define UINT_LEAST64_MAX UINT64_MAX macro
/external/mesa3d/include/c99/
Dstdint.h157 #define UINT_LEAST64_MAX UINT64_MAX macro
/external/chromium_org/third_party/libusb/src/msvc/
Dstdint.h156 #define UINT_LEAST64_MAX UINT64_MAX macro
/external/jemalloc/include/msvc_compat/C99/
Dstdint.h157 #define UINT_LEAST64_MAX UINT64_MAX macro
/external/chromium_org/third_party/re2/mswin/
Dstdint.h157 #define UINT_LEAST64_MAX UINT64_MAX macro
/external/chromium_org/third_party/smhasher/src/
Dpstdint.h605 # define UINT_LEAST64_MAX UINT64_MAX macro
641 # define UINT_FAST64_MAX UINT_LEAST64_MAX
/external/libcxx/test/input.output/file.streams/c.files/
Dcinttypes.pass.cpp107 #ifndef UINT_LEAST64_MAX
108 #error UINT_LEAST64_MAX not defined
/external/bison/m4/
Dstdint.m4130 uint_least64_t d4max = UINT_LEAST64_MAX;
203 int check_uint_least64: (uint_least64_t) -1 == UINT_LEAST64_MAX ? 1 : -1;
/external/clang/lib/Headers/
Dstdint.h495 # define UINT_LEAST64_MAX __UINT_LEAST64_MAX macro
/external/libnl/lib/route/
Drule.c596 return UINT_LEAST64_MAX; in rtnl_rule_get_mark()
/external/chromium_org/third_party/re2/patches/
Dre2-msvc9-chrome.patch186 +#define UINT_LEAST64_MAX UINT64_MAX
/external/chromium_org/third_party/yasm/source/patched-yasm/m4/
Dax_create_stdint_h.m4640 # define UINT_LEAST64_MAX UINT64_MAX
/external/libmtp/m4/
Dstdint.m4697 # define UINT_LEAST64_MAX UINT64_MAX
/external/libexif/m4m/
Dstdint.m4699 # define UINT_LEAST64_MAX UINT64_MAX
/external/bison/
Dconfigure14255 uint_least64_t d4max = UINT_LEAST64_MAX;
14328 int check_uint_least64: (uint_least64_t) -1 == UINT_LEAST64_MAX ? 1 : -1;