Home
last modified time | relevance | path

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

/external/libbrillo/brillo/
Dflag_helper_unittest.cc36 DEFINE_uint64(uint64_2, UINT_LEAST64_MAX, "Test uint64 flag"); in TEST_F()
59 EXPECT_EQ(FLAGS_uint64_2, UINT_LEAST64_MAX); in TEST_F()
123 EXPECT_EQ(FLAGS_uint64_2, UINT_LEAST64_MAX); in TEST_F()
181 EXPECT_EQ(FLAGS_uint64_2, UINT_LEAST64_MAX); in TEST_F()
/external/clang/test/Preprocessor/
Dstdint.c1461 UINT_LEAST64_MAX_ UINT_LEAST64_MAX
/external/syslinux/dos/
Dstdint.h87 # define UINT_LEAST64_MAX (18446744073709551615ULL) macro
/external/bison/darwin-lib/
Dstdint.h419 #undef UINT_LEAST64_MAX
421 # define UINT_LEAST64_MAX UINT64_MAX macro
/external/syslinux/com32/include/
Dstdint.h59 #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/jemalloc/include/msvc_compat/C99/
Dstdint.h157 #define UINT_LEAST64_MAX UINT64_MAX macro
/external/libvncserver/compat/msvc/
Dstdint.h157 #define UINT_LEAST64_MAX UINT64_MAX macro
/external/libusb/msvc/
Dstdint.h156 #define UINT_LEAST64_MAX UINT64_MAX macro
/external/libcxx/test/std/depr/depr.c.headers/
Dinttypes_h.pass.cpp107 #ifndef UINT_LEAST64_MAX
108 #error UINT_LEAST64_MAX not defined
/external/libcxx/test/std/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/python/cpython2/Lib/plat-linux2/
DIN.py115 UINT_LEAST64_MAX = (__UINT64_C(18446744073709551615)) variable
/external/clang/lib/Headers/
Dstdint.h495 # define UINT_LEAST64_MAX __UINT_LEAST64_MAX macro
/external/python/cpython2/Lib/plat-atheos/
DIN.py244 UINT_LEAST64_MAX = (__UINT64_C(18446744073709551615)) variable
/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;