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

  /external/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), "");
  /external/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), "");
  /external/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");
  /external/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/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/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
  /external/bison/darwin-lib/
stdint.h 226 #undef uint_least16_t macro
234 #define uint_least16_t uint16_t macro
  /external/bison/lib/
stdint.in.h 225 #undef uint_least16_t
233 #define uint_least16_t uint16_t
  /external/chromium_org/third_party/smhasher/src/
pstdint.h 587 typedef uint16_t uint_least16_t; typedef
626 typedef uint_least16_t uint_fast16_t;
  /bionic/libc/include/
stdint.h 76 typedef uint16_t uint_least16_t; typedef
stdatomic.h 368 typedef _Atomic(uint_least16_t) atomic_uint_least16_t;
  /development/ndk/platforms/android-L/include/
stdint.h 76 typedef uint16_t uint_least16_t; typedef
stdatomic.h 214 typedef _Atomic(uint_least16_t) atomic_uint_least16_t;
  /external/clang/lib/Headers/
stdint.h 227 typedef __uint_least16_t uint_least16_t; typedef
  /external/libcxx/test/input.output/file.streams/c.files/
cinttypes.pass.cpp 897 std::uint_least16_t i2 = 0;
  /external/mdnsresponder/mDNSShared/
CommonServices.h 774 typedef uint16_t uint_least16_t; typedef
    [all...]
  /external/bison/
configure     [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/
configure     [all...]

Completed in 78 milliseconds