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

/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/opencv3/3rdparty/include/
H A Dmsc_stdint.h72 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");
/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/libvncserver/compat/msvc/
H A Dstdint.h101 typedef uint64_t uint_least64_t; typedef
/external/mesa3d/include/c99/
H A Dstdint.h101 typedef uint64_t uint_least64_t; typedef
/external/v8/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/include/
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/bison/darwin-lib/
H A Dstdint.h230 #undef uint_least64_t macro
241 # define uint_least64_t uint64_t macro
/external/bison/lib/
H A Dstdint.in.h229 #undef uint_least64_t
240 # define uint_least64_t uint64_t
/external/libcxx/test/std/input.output/file.streams/c.files/
H A Dcinttypes.pass.cpp899 std::uint_least64_t i4 = 0;
/external/mdnsresponder/mDNSShared/
H A DCommonServices.h776 typedef uint64_t uint_least64_t; typedef
/external/bison/
H A Dconfigure14254 uint_least64_t d4 = UINT64_C (0xffffffffffffffff);
14255 uint_least64_t d4max = UINT_LEAST64_MAX;
14328 int check_uint_least64: (uint_least64_t) -1 == UINT_LEAST64_MAX ? 1 : -1;

Completed in 822 milliseconds