/external/libcxx/include/ |
D | cstdint | 123 uint_least64_t 171 using::uint_least64_t;
|
D | atomic | 507 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/ |
D | stdint_h.pass.cpp | 102 static_assert(sizeof(uint_least64_t)*CHAR_BIT >= 64, in main() 104 static_assert(std::is_unsigned<uint_least64_t>::value, in main()
|
D | inttypes_h.pass.cpp | 901 test<uint_least64_t>(); in main()
|
/external/libcxx/test/std/language.support/cstdint/cstdint.syn/ |
D | cstdint.pass.cpp | 103 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/ |
D | integral.pass.cpp | 103 test<uint_least64_t>(); in main()
|
/external/python/pycparser/utils/fake_libc_include/ |
D | _fake_typedefs.h | 131 typedef int uint_least64_t; typedef
|
/external/libcxx/test/std/atomics/atomics.types.generic/ |
D | cstdint_typedefs.pass.cpp | 52 …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/ |
D | vcstdint.h | 86 typedef uint64_t uint_least64_t; typedef
|
/external/libusb/msvc/ |
D | stdint.h | 105 typedef unsigned __int64 uint_least64_t; typedef
|
/external/jemalloc/include/msvc_compat/C99/ |
D | stdint.h | 101 typedef uint64_t uint_least64_t; typedef
|
/external/jemalloc_new/include/msvc_compat/C99/ |
D | stdint.h | 101 typedef uint64_t uint_least64_t; typedef
|
/external/clang/lib/Headers/ |
D | stdatomic.h | 113 typedef _Atomic(uint_least64_t) atomic_uint_least64_t;
|
D | stdint.h | 122 typedef __uint_least64_t uint_least64_t; typedef
|
/external/python/cffi/cffi/ |
D | _cffi_include.h | 56 typedef unsigned __int64 uint_least64_t; typedef
|
/external/elfutils/lib/ |
D | stdatomic-fbsd.h | 240 typedef _Atomic(uint_least64_t) atomic_uint_least64_t;
|
/external/libcxx/test/std/input.output/file.streams/c.files/ |
D | cinttypes.pass.cpp | 901 test<std::uint_least64_t>(); in main()
|
/external/crosvm/virtio_sys/src/ |
D | virtio_ring.rs | 132 pub type uint_least64_t = ::std::os::raw::c_ulong; typedef
|
D | vhost.rs | 283 pub type uint_least64_t = ::std::os::raw::c_ulong; typedef
|
/external/mdnsresponder/mDNSShared/ |
D | CommonServices.h | 776 typedef uint64_t uint_least64_t; typedef
|
/external/libexif/m4m/ |
D | stdint.m4 | 575 typedef uint64_t uint_least64_t;
|
/external/python/cpython2/Lib/lib2to3/tests/data/ |
D | infinite_recursion.py | 2492 uint_least64_t = uint64_t variable
|
/external/python/cpython3/Lib/lib2to3/tests/data/ |
D | infinite_recursion.py | 2492 uint_least64_t = uint64_t variable
|
/external/python/cffi/c/ |
D | _cffi_backend.c | 39 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/ |
D | bindings.rs | 279 pub type uint_least64_t = ::std::os::raw::c_ulong; typedef
|