Searched refs:int_least64_t (Results 1 - 15 of 15) sorted by relevance

/external/libcxx/test/atomics/atomics.types.generic/
H A Dcstdint_typedefs.pass.cpp18 // typedef atomic<int_least64_t> atomic_int_least64_t;
49 static_assert((std::is_same<std::atomic< std::int_least64_t>, std::atomic_int_least64_t>::value), "");
/external/libcxx/test/depr/depr.c.headers/
H A Dstdint_h.pass.cpp79 // typedef int_least64_t
80 static_assert(sizeof(int_least64_t)*CHAR_BIT >= 64,
81 "sizeof(int_least64_t)*CHAR_BIT >= 64");
82 static_assert(std::is_signed<int_least64_t>::value,
83 "std::is_signed<int_least64_t>::value");
/external/libcxx/test/language.support/cstdint/cstdint.syn/
H A Dcstdint.pass.cpp79 // typedef std::int_least64_t
80 static_assert(sizeof(std::int_least64_t)*CHAR_BIT >= 64,
81 "sizeof(std::int_least64_t)*CHAR_BIT >= 64");
82 static_assert(std::is_signed<std::int_least64_t>::value,
83 "std::is_signed<std::int_least64_t>::value");
/external/chromium_org/third_party/libusb/src/msvc/
H A Dstdint.h104 typedef __int64 int_least64_t; typedef
/external/chromium_org/third_party/mesa/src/include/c99/
H A Dstdint.h97 typedef int64_t int_least64_t; typedef
/external/jemalloc/include/msvc_compat/C99/
H A Dstdint.h97 typedef int64_t int_least64_t; typedef
/external/mesa3d/include/c99/
H A Dstdint.h97 typedef int64_t int_least64_t; typedef
/external/bison/darwin-lib/
H A Dstdint.h229 #undef int_least64_t macro
238 # define int_least64_t int64_t macro
/external/bison/lib/
H A Dstdint.in.h228 #undef int_least64_t
237 # define int_least64_t int64_t
/external/chromium_org/third_party/smhasher/src/
H A Dpstdint.h602 typedef int64_t int_least64_t; typedef
639 typedef int_least64_t int_fast64_t;
/external/clang/lib/Headers/
H A Dstdint.h121 typedef __int_least64_t int_least64_t; typedef
/external/libcxx/test/input.output/file.streams/c.files/
H A Dcinttypes.pass.cpp893 std::int_least64_t i4 = 0;
/external/mdnsresponder/mDNSShared/
H A DCommonServices.h771 typedef int64_t int_least64_t; typedef
/external/bison/
H A Dconfigure14245 int_least64_t c4 = INT64_C (0x7fffffffffffffff);
14246 int_least64_t c4max = INT_LEAST64_MAX;
14247 int_least64_t c4min = INT_LEAST64_MIN;
/external/chromium_org/third_party/yasm/source/patched-yasm/
H A Dconfigure9921 typedef int64_t int_least64_t;

Completed in 601 milliseconds