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

/external/libcxx/test/atomics/atomics.types.generic/
H A Dcstdint_typedefs.pass.cpp13 // typedef atomic<uint_least8_t> atomic_uint_least8_t;
44 static_assert((std::is_same<std::atomic< std::uint_least8_t>, std::atomic_uint_least8_t>::value), "");
/external/libcxx/test/depr/depr.c.headers/
H A Dstdint_h.pass.cpp85 // typedef uint_least8_t
86 static_assert(sizeof(uint_least8_t)*CHAR_BIT >= 8,
87 "sizeof(uint_least8_t)*CHAR_BIT >= 8");
88 static_assert(std::is_unsigned<uint_least8_t>::value,
89 "std::is_unsigned<uint_least8_t>::value");
/external/libcxx/test/language.support/cstdint/cstdint.syn/
H A Dcstdint.pass.cpp85 // typedef std::uint_least8_t
86 static_assert(sizeof(std::uint_least8_t)*CHAR_BIT >= 8,
87 "sizeof(std::uint_least8_t)*CHAR_BIT >= 8");
88 static_assert(std::is_unsigned<std::uint_least8_t>::value,
89 "std::is_unsigned<std::uint_least8_t>::value");
/external/chromium_org/third_party/libusb/src/msvc/
H A Dstdint.h99 typedef unsigned char uint_least8_t; typedef
/external/chromium_org/third_party/mesa/src/include/c99/
H A Dstdint.h98 typedef uint8_t uint_least8_t; typedef
/external/jemalloc/include/msvc_compat/C99/
H A Dstdint.h98 typedef uint8_t uint_least8_t; typedef
/external/mesa3d/include/c99/
H A Dstdint.h98 typedef uint8_t uint_least8_t; typedef
/external/bison/darwin-lib/
H A Dstdint.h224 #undef uint_least8_t macro
232 #define uint_least8_t uint8_t macro
/external/bison/lib/
H A Dstdint.in.h223 #undef uint_least8_t
231 #define uint_least8_t uint8_t
/external/chromium_org/third_party/smhasher/src/
H A Dpstdint.h585 typedef uint8_t uint_least8_t; typedef
624 typedef uint_least8_t uint_fast8_t;
/external/clang/lib/Headers/
H A Dstdint.h244 typedef __uint_least8_t uint_least8_t; typedef
/external/libcxx/test/input.output/file.streams/c.files/
H A Dcinttypes.pass.cpp896 std::uint_least8_t i1 = 0;
/external/mdnsresponder/mDNSShared/
H A DCommonServices.h773 typedef uint8_t uint_least8_t; typedef
/external/bison/
H A Dconfigure14248 uint_least8_t d1 = UINT8_C (0xff);
14249 uint_least8_t d1max = UINT_LEAST8_MAX;
14308 (-1 < UINT8_C (0)) == (-1 < (uint_least8_t) 0) ? 1 : -1;
14325 int check_uint_least8: (uint_least8_t) -1 == UINT_LEAST8_MAX ? 1 : -1;
/external/chromium_org/third_party/yasm/source/patched-yasm/
H A Dconfigure9924 typedef uint8_t uint_least8_t;

Completed in 3645 milliseconds