/external/libcxx/include/ |
D | cstdint | 120 uint_least8_t 168 using::uint_least8_t;
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | stdint_h.pass.cpp | 87 static_assert(sizeof(uint_least8_t)*CHAR_BIT >= 8, in main() 89 static_assert(std::is_unsigned<uint_least8_t>::value, in main()
|
D | inttypes_h.pass.cpp | 898 test<uint_least8_t >(); in main()
|
/external/grpc-grpc/third_party/nanopb/ |
D | pb.h | 143 typedef uint_least8_t pb_type_t; 212 typedef uint_least8_t pb_size_t; 221 typedef uint_least8_t pb_byte_t;
|
D | pb_encode.c | 595 if (field->data_size == sizeof(uint_least8_t)) in pb_enc_uvarint() 596 value = *(const uint_least8_t*)src; in pb_enc_uvarint()
|
D | pb_decode.c | 1201 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()
|
D | CHANGELOG.txt | 11 NOTE: If you are using pb_syshdr.h, you will need to add uint_least8_t
|
/external/nanopb-c/extra/ |
D | pb_syshdr.h | 31 typedef uint8_t uint_least8_t; typedef
|
/external/grpc-grpc/third_party/nanopb/extra/ |
D | pb_syshdr.h | 31 typedef uint8_t uint_least8_t; typedef
|
/external/libcxx/test/std/language.support/cstdint/cstdint.syn/ |
D | cstdint.pass.cpp | 88 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/ |
D | pb.h | 148 typedef uint_least8_t pb_type_t; 217 typedef uint_least8_t pb_size_t; 226 typedef uint_least8_t pb_byte_t;
|
D | pb_encode.c | 761 if (field->data_size == sizeof(uint_least8_t)) in pb_enc_uvarint() 762 value = *(const uint_least8_t*)src; in pb_enc_uvarint()
|
D | pb_decode.c | 1339 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/ |
D | integral.pass.cpp | 100 test<uint_least8_t>(); in main()
|
/external/libcxx/test/std/atomics/atomics.types.generic/ |
D | cstdint_typedefs.pass.cpp | 46 …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/ |
D | stdint.h | 98 typedef uint8_t uint_least8_t; typedef
|
/external/jemalloc_new/include/msvc_compat/C99/ |
D | stdint.h | 98 typedef uint8_t uint_least8_t; typedef
|
/external/python/cpython3/Modules/_decimal/libmpdec/ |
D | vcstdint.h | 83 typedef uint8_t uint_least8_t; typedef
|
/external/libusb/msvc/ |
D | stdint.h | 99 typedef unsigned char uint_least8_t; typedef
|
/external/clang/lib/Headers/ |
D | stdatomic.h | 107 typedef _Atomic(uint_least8_t) atomic_uint_least8_t;
|
D | stdint.h | 244 typedef __uint_least8_t uint_least8_t; typedef
|
/external/grpc-grpc/third_party/nanopb/docs/ |
D | migration.rst | 23 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/ |
D | migration.rst | 67 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/ |
D | cinttypes.pass.cpp | 898 test<std::uint_least8_t >(); in main()
|
/external/mdnsresponder/mDNSShared/ |
D | CommonServices.h | 773 typedef uint8_t uint_least8_t; typedef
|