Home
last modified time | relevance | path

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

12

/external/libcxx/include/
Dcstdint120 uint_least8_t
168 using::uint_least8_t;
/external/libcxx/test/std/depr/depr.c.headers/
Dstdint_h.pass.cpp87 static_assert(sizeof(uint_least8_t)*CHAR_BIT >= 8, in main()
89 static_assert(std::is_unsigned<uint_least8_t>::value, in main()
Dinttypes_h.pass.cpp898 test<uint_least8_t >(); in main()
/external/grpc-grpc/third_party/nanopb/
Dpb.h143 typedef uint_least8_t pb_type_t;
212 typedef uint_least8_t pb_size_t;
221 typedef uint_least8_t pb_byte_t;
Dpb_encode.c595 if (field->data_size == sizeof(uint_least8_t)) in pb_enc_uvarint()
596 value = *(const uint_least8_t*)src; in pb_enc_uvarint()
Dpb_decode.c1201 else if (field->data_size == sizeof(uint_least8_t)) in pb_dec_uvarint()
1202 clamped = *(uint_least8_t*)dest = (uint_least8_t)value; in pb_dec_uvarint()
DCHANGELOG.txt11 NOTE: If you are using pb_syshdr.h, you will need to add uint_least8_t
/external/nanopb-c/extra/
Dpb_syshdr.h31 typedef uint8_t uint_least8_t; typedef
/external/grpc-grpc/third_party/nanopb/extra/
Dpb_syshdr.h31 typedef uint8_t uint_least8_t; typedef
/external/libcxx/test/std/language.support/cstdint/cstdint.syn/
Dcstdint.pass.cpp88 static_assert(sizeof(std::uint_least8_t)*CHAR_BIT >= 8, in main()
90 static_assert(std::is_unsigned<std::uint_least8_t>::value, in main()
/external/nanopb-c/
Dpb.h148 typedef uint_least8_t pb_type_t;
217 typedef uint_least8_t pb_size_t;
226 typedef uint_least8_t pb_byte_t;
Dpb_encode.c761 if (field->data_size == sizeof(uint_least8_t)) in pb_enc_uvarint()
762 value = *(const uint_least8_t*)src; in pb_enc_uvarint()
Dpb_decode.c1339 else if (field->data_size == sizeof(uint_least8_t)) in pb_dec_uvarint()
1340 clamped = *(uint_least8_t*)dest = (uint_least8_t)value; in pb_dec_uvarint()
/external/libcxx/test/std/utilities/function.objects/unord.hash/
Dintegral.pass.cpp100 test<uint_least8_t>(); in main()
/external/libcxx/test/std/atomics/atomics.types.generic/
Dcstdint_typedefs.pass.cpp46 …static_assert((std::is_same<std::atomic< std::uint_least8_t>, std::atomic_uint_least8_t>::value),… in main()
/external/jemalloc/include/msvc_compat/C99/
Dstdint.h98 typedef uint8_t uint_least8_t; typedef
/external/jemalloc_new/include/msvc_compat/C99/
Dstdint.h98 typedef uint8_t uint_least8_t; typedef
/external/python/cpython3/Modules/_decimal/libmpdec/
Dvcstdint.h83 typedef uint8_t uint_least8_t; typedef
/external/libusb/msvc/
Dstdint.h99 typedef unsigned char uint_least8_t; typedef
/external/clang/lib/Headers/
Dstdatomic.h107 typedef _Atomic(uint_least8_t) atomic_uint_least8_t;
Dstdint.h244 typedef __uint_least8_t uint_least8_t; typedef
/external/grpc-grpc/third_party/nanopb/docs/
Dmigration.rst23 one of them being a new *pb_byte_t* typedef. This in turn uses *uint_least8_t*
30 **Error indications:** Compiler error: "unknown type name 'uint_least8_t'".
/external/nanopb-c/docs/
Dmigration.rst67 one of them being a new *pb_byte_t* typedef. This in turn uses *uint_least8_t*
74 **Error indications:** Compiler error: "unknown type name 'uint_least8_t'".
/external/libcxx/test/std/input.output/file.streams/c.files/
Dcinttypes.pass.cpp898 test<std::uint_least8_t >(); in main()
/external/mdnsresponder/mDNSShared/
DCommonServices.h773 typedef uint8_t uint_least8_t; typedef

12