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

1 2 3 4 5

  /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), "");
  /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;
  /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/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
atomic_base.h 223 typedef __atomic_base<uint_least16_t> atomic_uint_least16_t;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
atomic_base.h 223 typedef __atomic_base<uint_least16_t> atomic_uint_least16_t;
  /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;
  /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");
  /bionic/libc/include/
stdint.h 91 typedef uint16_t uint_least16_t; typedef
  /development/ndk/platforms/android-3/include/
stdint.h 91 typedef uint16_t uint_least16_t; typedef
  /external/chromium_org/third_party/libusb/src/msvc/
stdint.h 101 typedef unsigned short uint_least16_t; typedef
  /external/chromium_org/third_party/mesa/src/include/c99/
stdint.h 99 typedef uint16_t uint_least16_t; typedef
  /external/chromium_org/third_party/re2/mswin/
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/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
stdint.h 78 typedef unsigned short int uint_least16_t; typedef
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
stdint.h 78 typedef unsigned short int uint_least16_t; typedef
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/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
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
stdint.h 105 typedef uint16_t uint_least16_t; typedef
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
stdint.h 105 typedef uint16_t uint_least16_t; typedef
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
stdint.h 105 typedef uint16_t uint_least16_t; typedef

Completed in 475 milliseconds

1 2 3 4 5