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

1 2 3 4 5 6

  /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), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/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;
  /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
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
cstdint.hpp 81 typedef ::uintleast16_t uint_least16_t; typedef
114 using ::uint_least16_t;
157 typedef uint16_t uint_least16_t;
228 typedef unsigned short uint_least16_t;
235 typedef unsigned short uint_least16_t;
245 typedef unsigned __short16 uint_least16_t;
251 typedef unsigned short uint_least16_t;
  /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/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/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), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/atomics/atomics.types.generic/
cstdint_typedefs.pass.cpp 15 // typedef atomic<uint_least16_t> atomic_uint_least16_t;
46 static_assert((std::is_same<std::atomic<std::uint_least16_t>, std::atomic_uint_least16_t>::value), "");
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
atomic_base.h 223 typedef __atomic_base<uint_least16_t> atomic_uint_least16_t;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
atomic_base.h 223 typedef __atomic_base<uint_least16_t> atomic_uint_least16_t;
  /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");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
stdint_h.pass.cpp 90 // typedef uint_least16_t
91 static_assert(sizeof(uint_least16_t)*CHAR_BIT >= 16,
92 "sizeof(uint_least16_t)*CHAR_BIT >= 16");
93 static_assert(std::is_unsigned<uint_least16_t>::value,
94 "std::is_unsigned<uint_least16_t>::value");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/cstdint/cstdint.syn/
cstdint.pass.cpp 90 // typedef std::uint_least16_t
91 static_assert(sizeof(std::uint_least16_t)*CHAR_BIT >= 16,
92 "sizeof(std::uint_least16_t)*CHAR_BIT >= 16");
93 static_assert(std::is_unsigned<std::uint_least16_t>::value,
94 "std::is_unsigned<std::uint_least16_t>::value");
  /development/ndk/platforms/android-3/include/
stdint.h 91 typedef uint16_t uint_least16_t; typedef
  /external/jemalloc/include/msvc_compat/C99/
stdint.h 99 typedef uint16_t uint_least16_t; typedef
  /external/mesa3d/include/c99/
stdint.h 99 typedef uint16_t uint_least16_t; typedef
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/include/gcc/darwin/4.2/
stdint.h 64 typedef uint16_t uint_least16_t; typedef
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
stdint.h 78 typedef unsigned short int uint_least16_t; typedef
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
stdint.h 78 typedef unsigned short int uint_least16_t; typedef
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
stdint.h 105 typedef uint16_t uint_least16_t; typedef
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
stdint.h 105 typedef uint16_t uint_least16_t; typedef
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
stdint.h 105 typedef uint16_t uint_least16_t; typedef

Completed in 325 milliseconds

1 2 3 4 5 6