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

1 2

  /device/linaro/bootloader/edk2/StdLib/Include/Aarch64/machine/
int_mwgwtypes.h 61 typedef UINT16 uint_least16_t; typedef
  /device/linaro/bootloader/edk2/StdLib/Include/Arm/machine/
int_mwgwtypes.h 61 typedef UINT16 uint_least16_t; typedef
  /device/linaro/bootloader/edk2/StdLib/Include/Ia32/machine/
int_mwgwtypes.h 61 typedef UINT16 uint_least16_t; typedef
  /device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
int_mwgwtypes.h 62 typedef UINT16 uint_least16_t; typedef
  /device/linaro/bootloader/edk2/StdLib/Include/X64/machine/
int_mwgwtypes.h 61 typedef UINT16 uint_least16_t; typedef
  /external/libcxx/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t/
types.pass.cpp 15 // typedef uint_least16_t int_type;
28 static_assert((std::is_same<std::char_traits<char16_t>::int_type, std::uint_least16_t>::value), "");
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
stdint.h 44 typedef __uint_least16_t uint_least16_t; typedef
  /external/grpc-grpc/third_party/nanopb/extra/
pb_syshdr.h 34 typedef uint16_t uint_least16_t; typedef
  /external/nanopb-c/extra/
pb_syshdr.h 34 typedef uint16_t uint_least16_t; typedef
  /external/clang/lib/Headers/
stdatomic.h 103 typedef _Atomic(uint_least16_t) atomic_char16_t;
109 typedef _Atomic(uint_least16_t) atomic_uint_least16_t;
  /external/libcxx/test/std/utilities/function.objects/unord.hash/
integral.pass.cpp 101 test<uint_least16_t>();
  /bionic/tests/headers/posix/
stdint_h.c 49 TYPE(uint_least16_t);
  /external/libcxx/test/std/atomics/atomics.types.generic/
cstdint_typedefs.pass.cpp 17 // typedef atomic<uint_least16_t> atomic_uint_least16_t;
48 static_assert((std::is_same<std::atomic<std::uint_least16_t>, std::atomic_uint_least16_t>::value), "");
  /external/libcxx/test/std/depr/depr.c.headers/
stdint_h.pass.cpp 91 // typedef uint_least16_t
92 static_assert(sizeof(uint_least16_t)*CHAR_BIT >= 16,
93 "sizeof(uint_least16_t)*CHAR_BIT >= 16");
94 static_assert(std::is_unsigned<uint_least16_t>::value,
95 "std::is_unsigned<uint_least16_t>::value");
  /external/libcxx/test/std/language.support/cstdint/cstdint.syn/
cstdint.pass.cpp 92 // typedef std::uint_least16_t
93 static_assert(sizeof(std::uint_least16_t)*CHAR_BIT >= 16,
94 "sizeof(std::uint_least16_t)*CHAR_BIT >= 16");
95 static_assert(std::is_unsigned<std::uint_least16_t>::value,
96 "std::is_unsigned<std::uint_least16_t>::value");
  /external/jemalloc/include/msvc_compat/C99/
stdint.h 99 typedef uint16_t uint_least16_t; typedef
  /external/jemalloc_new/include/msvc_compat/C99/
stdint.h 99 typedef uint16_t uint_least16_t; typedef
  /external/libusb/msvc/
stdint.h 101 typedef unsigned short uint_least16_t; typedef
  /external/python/cpython3/Modules/_decimal/libmpdec/
vcstdint.h 84 typedef uint16_t uint_least16_t; typedef
  /bionic/libc/include/
stdint.h 77 typedef uint16_t uint_least16_t; typedef
stdatomic.h 276 typedef _Atomic(uint_least16_t) atomic_uint_least16_t;
  /device/google/fuchsia/bioniccompat/include/
stdint.h 168 typedef __UINT_LEAST16_TYPE__ uint_least16_t; typedef
  /external/grpc-grpc/third_party/nanopb/
pb_encode.c 597 else if (field->data_size == sizeof(uint_least16_t))
598 value = *(const uint_least16_t*)src;
pb_decode.c     [all...]
  /external/nanopb-c/
pb_encode.c 763 else if (field->data_size == sizeof(uint_least16_t))
764 value = *(const uint_least16_t*)src;

Completed in 691 milliseconds

1 2