HomeSort by relevance Sort by last modified time
    Searched refs:uint_least8_t (Results 1 - 25 of 34) sorted by null

1 2

  /device/linaro/bootloader/edk2/StdLib/Include/Aarch64/machine/
int_mwgwtypes.h 59 typedef UINT8 uint_least8_t; typedef
  /device/linaro/bootloader/edk2/StdLib/Include/Arm/machine/
int_mwgwtypes.h 59 typedef UINT8 uint_least8_t; typedef
  /device/linaro/bootloader/edk2/StdLib/Include/Ia32/machine/
int_mwgwtypes.h 59 typedef UINT8 uint_least8_t; typedef
  /device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
int_mwgwtypes.h 60 typedef UINT8 uint_least8_t; typedef
  /device/linaro/bootloader/edk2/StdLib/Include/X64/machine/
int_mwgwtypes.h 59 typedef UINT8 uint_least8_t; typedef
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
stdint.h 43 typedef __uint_least8_t uint_least8_t; typedef
  /external/grpc-grpc/third_party/nanopb/extra/
pb_syshdr.h 31 typedef uint8_t uint_least8_t; typedef
  /external/nanopb-c/extra/
pb_syshdr.h 31 typedef uint8_t uint_least8_t; typedef
  /external/libcxx/test/std/utilities/function.objects/unord.hash/
integral.pass.cpp 100 test<uint_least8_t>();
  /bionic/tests/headers/posix/
stdint_h.c 48 TYPE(uint_least8_t);
  /external/libcxx/test/std/atomics/atomics.types.generic/
cstdint_typedefs.pass.cpp 15 // 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/libcxx/test/std/depr/depr.c.headers/
stdint_h.pass.cpp 86 // 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");
  /external/libcxx/test/std/language.support/cstdint/cstdint.syn/
cstdint.pass.cpp 87 // 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/grpc-grpc/third_party/nanopb/
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;
pb_encode.c 595 if (field->data_size == sizeof(uint_least8_t))
596 value = *(const uint_least8_t*)src;
  /external/nanopb-c/
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;
pb_encode.c 761 if (field->data_size == sizeof(uint_least8_t))
762 value = *(const uint_least8_t*)src;
  /external/clang/lib/Headers/
stdatomic.h 107 typedef _Atomic(uint_least8_t) atomic_uint_least8_t;
  /external/jemalloc/include/msvc_compat/C99/
stdint.h 98 typedef uint8_t uint_least8_t; typedef
  /external/jemalloc_new/include/msvc_compat/C99/
stdint.h 98 typedef uint8_t uint_least8_t; typedef
  /external/libusb/msvc/
stdint.h 99 typedef unsigned char uint_least8_t; typedef
  /external/python/cpython3/Modules/_decimal/libmpdec/
vcstdint.h 83 typedef uint8_t uint_least8_t; typedef
  /bionic/libc/include/
stdint.h 74 typedef uint8_t uint_least8_t; typedef
stdatomic.h 274 typedef _Atomic(uint_least8_t) atomic_uint_least8_t;
  /device/google/fuchsia/bioniccompat/include/
stdint.h 167 typedef __UINT_LEAST8_TYPE__ uint_least8_t; typedef

Completed in 1069 milliseconds

1 2