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

/external/libvncserver/common/
H A Dsha1.h56 * int_least16_t integer of >= 16 bits
84 int_least16_t Message_Block_Index;
/external/libcxx/test/std/utilities/function.objects/unord.hash/
H A Dintegral.pass.cpp83 test<int_least16_t>();
/external/syslinux/dos/
H A Dstdint.h23 typedef signed short int_least16_t; typedef
/external/libcxx/test/std/atomics/atomics.types.generic/
H A Dcstdint_typedefs.pass.cpp16 // typedef atomic<int_least16_t> atomic_int_least16_t;
47 static_assert((std::is_same<std::atomic< std::int_least16_t>, std::atomic_int_least16_t>::value), "");
/external/syslinux/com32/include/
H A Dstdint.h11 typedef int16_t int_least16_t; typedef
/external/libcxx/test/std/depr/depr.c.headers/
H A Dstdint_h.pass.cpp70 // typedef int_least16_t
71 static_assert(sizeof(int_least16_t)*CHAR_BIT >= 16,
72 "sizeof(int_least16_t)*CHAR_BIT >= 16");
73 static_assert(std::is_signed<int_least16_t>::value,
74 "std::is_signed<int_least16_t>::value");
H A Dinttypes_h.pass.cpp894 test<int_least16_t>();
/external/libcxx/test/std/language.support/cstdint/cstdint.syn/
H A Dcstdint.pass.cpp71 // typedef std::int_least16_t
72 static_assert(sizeof(std::int_least16_t)*CHAR_BIT >= 16,
73 "sizeof(std::int_least16_t)*CHAR_BIT >= 16");
74 static_assert(std::is_signed<std::int_least16_t>::value,
75 "std::is_signed<std::int_least16_t>::value");
/external/clang/lib/Headers/
H A Dstdatomic.h108 typedef _Atomic(int_least16_t) atomic_int_least16_t;
H A Dstdint.h226 typedef __int_least16_t int_least16_t; typedef
/external/jemalloc/include/msvc_compat/C99/
H A Dstdint.h95 typedef int16_t int_least16_t; typedef
/external/libusb/msvc/
H A Dstdint.h100 typedef short int_least16_t; typedef
/external/libvncserver/compat/msvc/
H A Dstdint.h95 typedef int16_t int_least16_t; typedef
/external/python/cpython3/Modules/_decimal/libmpdec/
H A Dvcstdint.h80 typedef int16_t int_least16_t; typedef
/external/libcxx/test/std/input.output/file.streams/c.files/
H A Dcinttypes.pass.cpp894 test<std::int_least16_t>();
/external/mdnsresponder/mDNSShared/
H A DCommonServices.h769 typedef int16_t int_least16_t; typedef
/external/python/cpython2/Lib/lib2to3/tests/data/
H A Dinfinite_recursion.py2486 int_least16_t = int16_t variable
2645 'GEN_SESSION_CB', 'int_least16_t', '__darwin_wctrans_t',
/external/python/cpython3/Lib/lib2to3/tests/data/
H A Dinfinite_recursion.py2486 int_least16_t = int16_t variable
2645 'GEN_SESSION_CB', 'int_least16_t', '__darwin_wctrans_t',

Completed in 371 milliseconds