Searched refs:int_least16_t (Results 1 - 15 of 15) sorted by relevance

/external/libcxx/test/atomics/atomics.types.generic/
H A Dcstdint_typedefs.pass.cpp14 // typedef atomic<int_least16_t> atomic_int_least16_t;
45 static_assert((std::is_same<std::atomic< std::int_least16_t>, std::atomic_int_least16_t>::value), "");
/external/libcxx/test/depr/depr.c.headers/
H A Dstdint_h.pass.cpp69 // typedef int_least16_t
70 static_assert(sizeof(int_least16_t)*CHAR_BIT >= 16,
71 "sizeof(int_least16_t)*CHAR_BIT >= 16");
72 static_assert(std::is_signed<int_least16_t>::value,
73 "std::is_signed<int_least16_t>::value");
/external/libcxx/test/language.support/cstdint/cstdint.syn/
H A Dcstdint.pass.cpp69 // typedef std::int_least16_t
70 static_assert(sizeof(std::int_least16_t)*CHAR_BIT >= 16,
71 "sizeof(std::int_least16_t)*CHAR_BIT >= 16");
72 static_assert(std::is_signed<std::int_least16_t>::value,
73 "std::is_signed<std::int_least16_t>::value");
/external/chromium_org/third_party/libusb/src/msvc/
H A Dstdint.h100 typedef short int_least16_t; typedef
/external/chromium_org/third_party/mesa/src/include/c99/
H A Dstdint.h95 typedef int16_t int_least16_t; typedef
/external/jemalloc/include/msvc_compat/C99/
H A Dstdint.h95 typedef int16_t int_least16_t; typedef
/external/mesa3d/include/c99/
H A Dstdint.h95 typedef int16_t int_least16_t; typedef
/external/bison/darwin-lib/
H A Dstdint.h225 #undef int_least16_t macro
233 #define int_least16_t int16_t macro
/external/bison/lib/
H A Dstdint.in.h224 #undef int_least16_t
232 #define int_least16_t int16_t
/external/chromium_org/third_party/smhasher/src/
H A Dpstdint.h586 typedef int16_t int_least16_t; typedef
625 typedef int_least16_t int_fast16_t;
/external/clang/lib/Headers/
H A Dstdint.h226 typedef __int_least16_t int_least16_t; typedef
/external/libcxx/test/input.output/file.streams/c.files/
H A Dcinttypes.pass.cpp891 std::int_least16_t i2 = 0;
/external/mdnsresponder/mDNSShared/
H A DCommonServices.h769 typedef int16_t int_least16_t; typedef
/external/bison/
H A Dconfigure14239 int_least16_t c2 = INT16_C (0x7fff);
14240 int_least16_t c2max = INT_LEAST16_MAX;
14241 int_least16_t c2min = INT_LEAST16_MIN;
/external/chromium_org/third_party/yasm/source/patched-yasm/
H A Dconfigure9918 typedef int16_t int_least16_t;

Completed in 6432 milliseconds