Home
last modified time | relevance | path

Searched refs:uint_least64_t (Results 1 – 25 of 25) sorted by relevance

/external/libcxx/include/
Dcstdint123 uint_least64_t
171 using::uint_least64_t;
Datomic507 typedef atomic<uint_least64_t> atomic_uint_least64_t;
1856 typedef atomic<uint_least64_t> atomic_uint_least64_t;
/external/libcxx/test/std/depr/depr.c.headers/
Dstdint_h.pass.cpp102 static_assert(sizeof(uint_least64_t)*CHAR_BIT >= 64, in main()
104 static_assert(std::is_unsigned<uint_least64_t>::value, in main()
Dinttypes_h.pass.cpp901 test<uint_least64_t>(); in main()
/external/libcxx/test/std/language.support/cstdint/cstdint.syn/
Dcstdint.pass.cpp103 static_assert(sizeof(std::uint_least64_t)*CHAR_BIT >= 64, in main()
105 static_assert(std::is_unsigned<std::uint_least64_t>::value, in main()
/external/libcxx/test/std/utilities/function.objects/unord.hash/
Dintegral.pass.cpp103 test<uint_least64_t>(); in main()
/external/python/pycparser/utils/fake_libc_include/
D_fake_typedefs.h131 typedef int uint_least64_t; typedef
/external/libcxx/test/std/atomics/atomics.types.generic/
Dcstdint_typedefs.pass.cpp52 …static_assert((std::is_same<std::atomic<std::uint_least64_t>, std::atomic_uint_least64_t>::value),… in main()
/external/python/cpython3/Modules/_decimal/libmpdec/
Dvcstdint.h86 typedef uint64_t uint_least64_t; typedef
/external/libusb/msvc/
Dstdint.h105 typedef unsigned __int64 uint_least64_t; typedef
/external/jemalloc/include/msvc_compat/C99/
Dstdint.h101 typedef uint64_t uint_least64_t; typedef
/external/jemalloc_new/include/msvc_compat/C99/
Dstdint.h101 typedef uint64_t uint_least64_t; typedef
/external/clang/lib/Headers/
Dstdatomic.h113 typedef _Atomic(uint_least64_t) atomic_uint_least64_t;
Dstdint.h122 typedef __uint_least64_t uint_least64_t; typedef
/external/python/cffi/cffi/
D_cffi_include.h56 typedef unsigned __int64 uint_least64_t; typedef
/external/elfutils/lib/
Dstdatomic-fbsd.h240 typedef _Atomic(uint_least64_t) atomic_uint_least64_t;
/external/libcxx/test/std/input.output/file.streams/c.files/
Dcinttypes.pass.cpp901 test<std::uint_least64_t>(); in main()
/external/crosvm/virtio_sys/src/
Dvirtio_ring.rs132 pub type uint_least64_t = ::std::os::raw::c_ulong; typedef
Dvhost.rs283 pub type uint_least64_t = ::std::os::raw::c_ulong; typedef
/external/mdnsresponder/mDNSShared/
DCommonServices.h776 typedef uint64_t uint_least64_t; typedef
/external/libexif/m4m/
Dstdint.m4575 typedef uint64_t uint_least64_t;
/external/python/cpython2/Lib/lib2to3/tests/data/
Dinfinite_recursion.py2492 uint_least64_t = uint64_t variable
/external/python/cpython3/Lib/lib2to3/tests/data/
Dinfinite_recursion.py2492 uint_least64_t = uint64_t variable
/external/python/cffi/c/
D_cffi_backend.c39 typedef unsigned __int64 uint_least64_t; typedef
4460 EPTYPE(ul64, uint_least64_t, CT_PRIMITIVE_UNSIGNED) \ in new_primitive_type()
/external/crosvm/usb_util/src/
Dbindings.rs279 pub type uint_least64_t = ::std::os::raw::c_ulong; typedef