Home
last modified time | relevance | path

Searched refs:int_least16 (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/config/test/
Dcstdint_test2.cpp61 static const boost::int_least16_t int_least16 = INT16_C(-32767); member
88 BOOST_TEST( int_least16 == -32767 ); in check()
181 boost::int_least16_t int_least16 = INT16_C(-32767); in main() local
219 BOOST_TEST( int_least16 == -32767 ); in main()
Dcstdint_test.cpp51 static const boost::int_least16_t int_least16 = INT16_C(-32767); member
78 BOOST_TEST( int_least16 == -32767 ); in check()
171 boost::int_least16_t int_least16 = INT16_C(-32767); in main() local
209 BOOST_TEST( int_least16 == -32767 ); in main()