Home
last modified time | relevance | path

Searched refs:uint_least8_t (Results 1 – 9 of 9) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/include/
Dcstdint120 uint_least8_t
168 using::uint_least8_t;
Datomic492 typedef atomic<uint_least8_t> atomic_uint_least8_t;
1475 typedef atomic<uint_least8_t> atomic_uint_least8_t;
/ndk/sources/cxx-stl/llvm-libc++/test/depr/depr.c.headers/
Dstdint_h.pass.cpp86 static_assert(sizeof(uint_least8_t)*CHAR_BIT >= 8, in main()
88 static_assert(std::is_unsigned<uint_least8_t>::value, in main()
/ndk/sources/cxx-stl/llvm-libc++/test/language.support/cstdint/cstdint.syn/
Dcstdint.pass.cpp86 static_assert(sizeof(std::uint_least8_t)*CHAR_BIT >= 8, in main()
88 static_assert(std::is_unsigned<std::uint_least8_t>::value, in main()
/ndk/sources/cxx-stl/llvm-libc++/test/atomics/atomics.types.generic/
Dcstdint_typedefs.pass.cpp44 …static_assert((std::is_same<std::atomic< std::uint_least8_t>, std::atomic_uint_least8_t>::value),… in main()
/ndk/sources/host-tools/sed-4.2.1/lib/
Dstdint.in.h186 #undef uint_least8_t
194 #define uint_least8_t uint8_t macro
/ndk/sources/host-tools/sed-4.2.1/m4/
Dstdint.m4116 uint_least8_t d1 = UINT8_C (0xff);
117 uint_least8_t d1max = UINT_LEAST8_MAX;
174 (-1 < UINT8_C (0)) == (-1 < (uint_least8_t) 0) ? 1 : -1;
191 int check_uint_least8: (uint_least8_t) -1 == UINT_LEAST8_MAX ? 1 : -1;
/ndk/sources/cxx-stl/llvm-libc++/test/input.output/file.streams/c.files/
Dcinttypes.pass.cpp896 std::uint_least8_t i1 = 0; in main()
/ndk/sources/host-tools/sed-4.2.1/
Dconfigure20121 uint_least8_t d1 = UINT8_C (0xff);
20122 uint_least8_t d1max = UINT_LEAST8_MAX;
20179 (-1 < UINT8_C (0)) == (-1 < (uint_least8_t) 0) ? 1 : -1;
20196 int check_uint_least8: (uint_least8_t) -1 == UINT_LEAST8_MAX ? 1 : -1;