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

/external/libcxx/test/std/utilities/function.objects/unord.hash/
H A Dintegral.pass.cpp85 test<int_least64_t>();
/external/syslinux/dos/
H A Dstdint.h25 typedef signed long long int_least64_t; typedef
/external/libcxx/test/std/atomics/atomics.types.generic/
H A Dcstdint_typedefs.pass.cpp20 // typedef atomic<int_least64_t> atomic_int_least64_t;
51 static_assert((std::is_same<std::atomic< std::int_least64_t>, std::atomic_int_least64_t>::value), "");
/external/syslinux/com32/include/
H A Dstdint.h13 typedef int64_t int_least64_t; typedef
/external/libcxx/test/std/depr/depr.c.headers/
H A Dstdint_h.pass.cpp80 // typedef int_least64_t
81 static_assert(sizeof(int_least64_t)*CHAR_BIT >= 64,
82 "sizeof(int_least64_t)*CHAR_BIT >= 64");
83 static_assert(std::is_signed<int_least64_t>::value,
84 "std::is_signed<int_least64_t>::value");
H A Dinttypes_h.pass.cpp896 test<int_least64_t>();
/external/libcxx/test/std/language.support/cstdint/cstdint.syn/
H A Dcstdint.pass.cpp81 // typedef std::int_least64_t
82 static_assert(sizeof(std::int_least64_t)*CHAR_BIT >= 64,
83 "sizeof(std::int_least64_t)*CHAR_BIT >= 64");
84 static_assert(std::is_signed<std::int_least64_t>::value,
85 "std::is_signed<std::int_least64_t>::value");
/external/clang/lib/Headers/
H A Dstdatomic.h112 typedef _Atomic(int_least64_t) atomic_int_least64_t;
H A Dstdint.h121 typedef __int_least64_t int_least64_t; typedef
/external/jemalloc/include/msvc_compat/C99/
H A Dstdint.h97 typedef int64_t int_least64_t; typedef
/external/libusb/msvc/
H A Dstdint.h104 typedef __int64 int_least64_t; typedef
/external/libvncserver/compat/msvc/
H A Dstdint.h97 typedef int64_t int_least64_t; typedef
/external/python/cpython3/Modules/_decimal/libmpdec/
H A Dvcstdint.h82 typedef int64_t int_least64_t; typedef
/external/libcxx/test/std/input.output/file.streams/c.files/
H A Dcinttypes.pass.cpp896 test<std::int_least64_t>();
/external/mdnsresponder/mDNSShared/
H A DCommonServices.h771 typedef int64_t int_least64_t; typedef
/external/python/cpython2/Lib/lib2to3/tests/data/
H A Dinfinite_recursion.py2488 int_least64_t = int64_t variable
2531 'x509_file_st', 'X509_req_info_st', 'int_least64_t',
/external/python/cpython3/Lib/lib2to3/tests/data/
H A Dinfinite_recursion.py2488 int_least64_t = int64_t variable
2531 'x509_file_st', 'X509_req_info_st', 'int_least64_t',

Completed in 678 milliseconds