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

/external/libcxx/test/std/utilities/function.objects/unord.hash/
H A Dintegral.pass.cpp100 test<uint_least8_t>();
/external/syslinux/dos/
H A Dstdint.h27 typedef unsigned char uint_least8_t; typedef
/external/libcxx/test/std/atomics/atomics.types.generic/
H A Dcstdint_typedefs.pass.cpp15 // typedef atomic<uint_least8_t> atomic_uint_least8_t;
46 static_assert((std::is_same<std::atomic< std::uint_least8_t>, std::atomic_uint_least8_t>::value), "");
/external/syslinux/com32/include/
H A Dstdint.h15 typedef uint8_t uint_least8_t; typedef
/external/libcxx/test/std/depr/depr.c.headers/
H A Dstdint_h.pass.cpp86 // typedef uint_least8_t
87 static_assert(sizeof(uint_least8_t)*CHAR_BIT >= 8,
88 "sizeof(uint_least8_t)*CHAR_BIT >= 8");
89 static_assert(std::is_unsigned<uint_least8_t>::value,
90 "std::is_unsigned<uint_least8_t>::value");
H A Dinttypes_h.pass.cpp898 test<uint_least8_t >();
/external/libcxx/test/std/language.support/cstdint/cstdint.syn/
H A Dcstdint.pass.cpp87 // typedef std::uint_least8_t
88 static_assert(sizeof(std::uint_least8_t)*CHAR_BIT >= 8,
89 "sizeof(std::uint_least8_t)*CHAR_BIT >= 8");
90 static_assert(std::is_unsigned<std::uint_least8_t>::value,
91 "std::is_unsigned<std::uint_least8_t>::value");
/external/clang/lib/Headers/
H A Dstdatomic.h107 typedef _Atomic(uint_least8_t) atomic_uint_least8_t;
H A Dstdint.h244 typedef __uint_least8_t uint_least8_t; typedef
/external/jemalloc/include/msvc_compat/C99/
H A Dstdint.h98 typedef uint8_t uint_least8_t; typedef
/external/libusb/msvc/
H A Dstdint.h99 typedef unsigned char uint_least8_t; typedef
/external/libvncserver/compat/msvc/
H A Dstdint.h98 typedef uint8_t uint_least8_t; typedef
/external/python/cpython3/Modules/_decimal/libmpdec/
H A Dvcstdint.h83 typedef uint8_t uint_least8_t; typedef
/external/libcxx/test/std/input.output/file.streams/c.files/
H A Dcinttypes.pass.cpp898 test<std::uint_least8_t >();
/external/mdnsresponder/mDNSShared/
H A DCommonServices.h773 typedef uint8_t uint_least8_t; typedef
/external/python/cpython2/Lib/lib2to3/tests/data/
H A Dinfinite_recursion.py2489 uint_least8_t = uint8_t variable
2515 'uint_least8_t', 'pthread_rwlock_t', 'ASN1_IA5STRING',
/external/python/cpython3/Lib/lib2to3/tests/data/
H A Dinfinite_recursion.py2489 uint_least8_t = uint8_t variable
2515 'uint_least8_t', 'pthread_rwlock_t', 'ASN1_IA5STRING',

Completed in 1265 milliseconds