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

/external/libcxx/test/std/utilities/function.objects/unord.hash/
H A Dintegral.pass.cpp103 test<uint_least64_t>();
/external/syslinux/dos/
H A Dstdint.h30 typedef unsigned long long uint_least64_t; typedef
/external/libcxx/test/std/atomics/atomics.types.generic/
H A Dcstdint_typedefs.pass.cpp21 // typedef atomic<uint_least64_t> atomic_uint_least64_t;
52 static_assert((std::is_same<std::atomic<std::uint_least64_t>, std::atomic_uint_least64_t>::value), "");
/external/syslinux/com32/include/
H A Dstdint.h18 typedef uint64_t uint_least64_t; typedef
/external/libcxx/test/std/depr/depr.c.headers/
H A Dstdint_h.pass.cpp101 // typedef uint_least64_t
102 static_assert(sizeof(uint_least64_t)*CHAR_BIT >= 64,
103 "sizeof(uint_least64_t)*CHAR_BIT >= 64");
104 static_assert(std::is_unsigned<uint_least64_t>::value,
105 "std::is_unsigned<uint_least64_t>::value");
H A Dinttypes_h.pass.cpp901 test<uint_least64_t>();
/external/libcxx/test/std/language.support/cstdint/cstdint.syn/
H A Dcstdint.pass.cpp102 // typedef std::uint_least64_t
103 static_assert(sizeof(std::uint_least64_t)*CHAR_BIT >= 64,
104 "sizeof(std::uint_least64_t)*CHAR_BIT >= 64");
105 static_assert(std::is_unsigned<std::uint_least64_t>::value,
106 "std::is_unsigned<std::uint_least64_t>::value");
/external/clang/lib/Headers/
H A Dstdatomic.h113 typedef _Atomic(uint_least64_t) atomic_uint_least64_t;
H A Dstdint.h122 typedef __uint_least64_t uint_least64_t; typedef
/external/jemalloc/include/msvc_compat/C99/
H A Dstdint.h101 typedef uint64_t uint_least64_t; typedef
/external/libusb/msvc/
H A Dstdint.h105 typedef unsigned __int64 uint_least64_t; typedef
/external/libvncserver/compat/msvc/
H A Dstdint.h101 typedef uint64_t uint_least64_t; typedef
/external/python/cpython3/Modules/_decimal/libmpdec/
H A Dvcstdint.h86 typedef uint64_t uint_least64_t; typedef
/external/libcxx/test/std/input.output/file.streams/c.files/
H A Dcinttypes.pass.cpp901 test<std::uint_least64_t>();
/external/mdnsresponder/mDNSShared/
H A DCommonServices.h776 typedef uint64_t uint_least64_t; typedef
/external/python/cpython2/Lib/lib2to3/tests/data/
H A Dinfinite_recursion.py2492 uint_least64_t = uint64_t variable
2553 'BN_BLINDING', 'ssl3_state_st', 'uint_least64_t',
/external/python/cpython3/Lib/lib2to3/tests/data/
H A Dinfinite_recursion.py2492 uint_least64_t = uint64_t variable
2553 'BN_BLINDING', 'ssl3_state_st', 'uint_least64_t',

Completed in 723 milliseconds