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

1 2 3 4

  /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), "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/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), "");
  /prebuilts/misc/common/swig/include/2.0.11/
stdint.i 51 typedef unsigned short int uint_least16_t;
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
stdint.h 44 typedef __uint_least16_t uint_least16_t; typedef
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
uchar.h 34 typedef uint_least16_t char16_t;
stdint.h 48 typedef unsigned short 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;
  /prebuilts/clang/host/darwin-x86/clang-4479392/lib64/clang/5.0.2/include/
stdatomic.h 103 typedef _Atomic(uint_least16_t) atomic_char16_t;
109 typedef _Atomic(uint_least16_t) atomic_uint_least16_t;
  /prebuilts/clang/host/linux-x86/clang-4479392/lib64/clang/5.0.2/include/
stdatomic.h 103 typedef _Atomic(uint_least16_t) atomic_char16_t;
109 typedef _Atomic(uint_least16_t) atomic_uint_least16_t;
  /prebuilts/sdk/renderscript/clang-include/
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>();
  /external/syslinux/dos/
stdint.h 28 typedef unsigned short uint_least16_t; typedef
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/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/syslinux/com32/include/
stdint.h 16 typedef uint16_t uint_least16_t; typedef
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/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");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/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");

Completed in 145 milliseconds

1 2 3 4